summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2016-06-07 18:18:49 -0700
committerKenneth Graunke <kenneth@whitecape.org>2016-08-18 00:46:55 -0700
commit9e778837ff9abba0bed963d003297e3333cc7f1f (patch)
tree0f743052079396632c09e456220d9c261cf01f32 /src/mesa/drivers/dri/i965/Makefile.sources
parentd8971128accc84db04becf820b66e455d5d7534c (diff)
downloadexternal_mesa3d-9e778837ff9abba0bed963d003297e3333cc7f1f.zip
external_mesa3d-9e778837ff9abba0bed963d003297e3333cc7f1f.tar.gz
external_mesa3d-9e778837ff9abba0bed963d003297e3333cc7f1f.tar.bz2
i965: Implement the WaPreventHSTessLevelsInterference workaround.
Fixes several GL44-CTS.tessellation_shader (and GL45 and ES31) subcases: - vertex_spacing - tessellation_shader_point_mode.points_verification - tessellation_shader_quads_tessellation.inner_tessellation_level_rounding Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
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 02705a1..0eccef21 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -48,6 +48,7 @@ i965_compiler_FILES = \
brw_nir_attribute_workarounds.c \
brw_nir_intrinsics.c \
brw_nir_opt_peephole_ffma.c \
+ brw_nir_tcs_workarounds.c \
brw_packed_float.c \
brw_predicated_break.cpp \
brw_reg.h \