summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-12-04 14:45:19 -0800
committerKenneth Graunke <kenneth@whitecape.org>2014-01-31 17:50:07 -0800
commit990aaf87c4740e0225db9f4395541938571727cd (patch)
tree6e3691a88fa3258be4f12a748a87c7af99e0040e /src/mesa/drivers/dri/i965/Makefile.sources
parentfd91ab662d64746ceaddc6de9c5d684ac725799f (diff)
downloadexternal_mesa3d-990aaf87c4740e0225db9f4395541938571727cd.zip
external_mesa3d-990aaf87c4740e0225db9f4395541938571727cd.tar.gz
external_mesa3d-990aaf87c4740e0225db9f4395541938571727cd.tar.bz2
i965: Update SOL state for Broadwell.
Unlike on Gen7, we can directly set the offset via the state packet. We also -have- to: the kernel SOL reset code won't work anymore. v2: Fix copy and paste mistake in buffer stride setup; drop stale comment (caught by Eric Anholt). Add a perf_debug for missing MOCS setup. v3: Rebase on Paul Berry's changes to CurrentVertexProgram. v4: Fix SO Write Offset handling. We need to set bits 20 and 21 so the hardware both loads and saves the offset. There's also a restriction that 3DSTATE_SO_BUFFER can only be programmed once per buffer between primitives, so the "reset to zero" code needed reworking. Fixes most of the transform feedback Piglit tests. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net> [v2]
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 1617b70..7e28045 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -150,6 +150,7 @@ i965_FILES = \
gen8_instruction.c \
gen8_misc_state.c \
gen8_sf_state.c \
+ gen8_sol_state.c \
gen8_vec4_generator.cpp \
gen8_vs_state.c \
gen8_wm_depth_stencil.c \