summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_compiler.h
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/brw_compiler.h
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/brw_compiler.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h
index 10e9f47..7d15c28 100644
--- a/src/mesa/drivers/dri/i965/brw_compiler.h
+++ b/src/mesa/drivers/dri/i965/brw_compiler.h
@@ -220,6 +220,8 @@ struct brw_tcs_prog_key
/** A bitfield of per-vertex outputs written. */
uint64_t outputs_written;
+ bool quads_workaround;
+
struct brw_sampler_prog_key_data tex;
};