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 f4b9d3dddc6..fb0e9aec05e 100644 --- a/src/mesa/drivers/dri/i965/brw_compiler.h +++ b/src/mesa/drivers/dri/i965/brw_compiler.h @@ -244,7 +244,6 @@ struct brw_wm_prog_key { bool flat_shade:1; unsigned nr_color_regions:5; bool replicate_alpha:1; - bool render_to_fbo:1; bool clamp_fragment_color:1; bool persample_interp:1; bool multisample_fbo:1; |