summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorLukasz Kalamarz <lukasz.kalamarz@intel.com>2018-05-25 09:15:32 +0200
committerKatarzyna Dec <katarzyna.dec@intel.com>2018-06-05 08:37:31 +0200
commit3419ecf643dad9a2f22db9410234d879be4f827c (patch)
treea6ca2817e97784983569b618b1cfd27b325142eb /lib/Makefile.sources
parent6c9d04797b7ef972b1b3746df6985071d1d2de26 (diff)
lib/surfacestate: Creating surfaceformat header
In several header files surface formats definitions were duplicated. To decrease amount of duplicated code in igt new lib was created. v2: Drop GEN_ from registers definition Signed-off-by: Lukasz Kalamarz <lukasz.kalamarz@intel.com> Cc: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Reviewed-by: Katarzyna Dec <katarzyna.dec@intel.com>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index fbd8844b..042c1d3b 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -80,6 +80,7 @@ lib_source_list = \
rendercopy_gen8.c \
rendercopy_gen9.c \
rendercopy.h \
+ surfaceformat.h \
sw_sync.c \
sw_sync.h \
intel_reg_map.c \