summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2016-09-30 15:26:19 -0700
committerNanley Chery <nanley.g.chery@intel.com>2016-10-31 13:20:00 -0700
commit477ea60b68d3e9a16d1f4947f95e3e7ce20e6f67 (patch)
tree36be84e2a3dd108415ce35f8d77a1c9720ec536c /src/mesa/drivers/dri/i965/brw_state_upload.c
parent06e3cd6a45ae2ad19f77e0f283c46d5f85112847 (diff)
i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_state
This packet is non-pipelined and doesn't ever change across emissions. Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state_upload.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c
index 015ea6e9610..2461ee5800c 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -90,7 +90,6 @@ static const struct brw_tracked_state *gen4_atoms[] =
&brw_polygon_stipple_offset,
&brw_line_stipple,
- &brw_aa_line_parameters,
&brw_psp_urb_cbs,
@@ -160,7 +159,6 @@ static const struct brw_tracked_state *gen6_atoms[] =
&brw_polygon_stipple_offset,
&brw_line_stipple,
- &brw_aa_line_parameters,
&brw_drawing_rect,
@@ -251,7 +249,6 @@ static const struct brw_tracked_state *gen7_render_atoms[] =
&brw_polygon_stipple_offset,
&brw_line_stipple,
- &brw_aa_line_parameters,
&brw_drawing_rect,
@@ -360,7 +357,6 @@ static const struct brw_tracked_state *gen8_render_atoms[] =
&brw_polygon_stipple_offset,
&brw_line_stipple,
- &brw_aa_line_parameters,
&brw_drawing_rect,