summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2013-09-26 12:10:48 -0700
committerKenneth Graunke <[email protected]>2013-10-13 00:10:44 -0700
commitfc5b865cec99c34586b2f5484c46af419b2a0395 (patch)
treec470d8c5caec9a3e9064091321ccd186be281f9c /src/mesa/drivers/dri/i965/brw_context.h
parent220c1e5610faf228e342153e544a3ce9040301a1 (diff)
i965: Remove has_aa_line_parameters.
This flag is only used in one place, and is only set on one platform. Just check for original Gen4 in the relevant function. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 0c6482d2a27..88e03a7bddc 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1055,7 +1055,6 @@ struct brw_context
bool has_surface_tile_offset;
bool has_compr4;
bool has_negative_rhw_bug;
- bool has_aa_line_parameters;
bool has_pln;
/**