summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorTopi Pohjolainen <topi.pohjolainen@intel.com>2016-03-29 10:50:42 +0300
committerTopi Pohjolainen <topi.pohjolainen@intel.com>2016-04-21 10:20:01 +0300
commit52e7008a5a3655c9bd0abf8bfeb5110a98723e57 (patch)
treea3638cf5188747d3a4f8d49a91f56d6538b2fed4 /src/mesa/drivers/dri/i965/Makefile.sources
parent2fda44137188b8b5bc93ef0434ab3899507ea245 (diff)
downloadexternal_mesa3d-52e7008a5a3655c9bd0abf8bfeb5110a98723e57.zip
external_mesa3d-52e7008a5a3655c9bd0abf8bfeb5110a98723e57.tar.gz
external_mesa3d-52e7008a5a3655c9bd0abf8bfeb5110a98723e57.tar.bz2
i965/blorp: Pipeline upload support for gen8
v2 (Ken): Drop GEN8_RASTER_FRONT_WINDING_CCW in raster state Add emission of pma stall. Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index c314d74..0143c27 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -208,6 +208,7 @@ i965_FILES = \
gen7_wm_state.c \
gen7_wm_surface_state.c \
gen8_blend_state.c \
+ gen8_blorp.cpp \
gen8_depth_state.c \
gen8_disable.c \
gen8_draw_upload.c \