diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compiler.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_compiler.h | 1 |
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 a42583bb477..0a14d5dfe63 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; |