summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_compiler.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2016-04-05 19:33:04 -0700
committerKenneth Graunke <kenneth@whitecape.org>2016-04-20 16:18:47 -0700
commitde0a46a040cf1aa83d5b262064b00bd601c09437 (patch)
tree31f5ebc61f9257ed685ef25c455d6aac2562653f /src/mesa/drivers/dri/i965/brw_compiler.h
parent57118a19da932b4b5756021a0d75e91f42a68d99 (diff)
downloadexternal_mesa3d-de0a46a040cf1aa83d5b262064b00bd601c09437.zip
external_mesa3d-de0a46a040cf1aa83d5b262064b00bd601c09437.tar.gz
external_mesa3d-de0a46a040cf1aa83d5b262064b00bd601c09437.tar.bz2
i965: Delete now dead persample_2x FS program key flag.
This was only used by the old gl_SampleID calculations. The new code doesn't need to handle 2x specially. v2: Delete it from the Vulkan driver, too. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compiler.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h
index a42583b..0a14d5d 100644
--- a/src/mesa/drivers/dri/i965/brw_compiler.h
+++ b/src/mesa/drivers/dri/i965/brw_compiler.h
@@ -243,7 +243,6 @@ struct brw_wm_prog_key {
bool stats_wm:1;
bool flat_shade:1;
bool persample_shading:1;
- bool persample_2x:1;
unsigned nr_color_regions:5;
bool replicate_alpha:1;
bool render_to_fbo:1;