aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen8_ds_state.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2015-09-30 15:42:54 -0700
committerKenneth Graunke <[email protected]>2015-12-11 13:11:15 -0800
commitf34c04fda69c6fc91e60633d41108e488af1f88a (patch)
tree351d922658900de8f2d028b8cca8b73392a21677 /src/mesa/drivers/dri/i965/gen8_ds_state.c
parent82455e5396753f034a946dc036443fabc8010464 (diff)
i965: Add tessellation shader surface support.
This is brw_gs_surface_state.c copy and pasted twice with search and replace. brw_binding_table.c code is similarly copy and pasted. v2: Drop dword_pitch related fields. Signed-off-by: Kenneth Graunke <[email protected]> Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen8_ds_state.c')
-rw-r--r--src/mesa/drivers/dri/i965/gen8_ds_state.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/gen8_ds_state.c b/src/mesa/drivers/dri/i965/gen8_ds_state.c
index 2c0a04de140..3dcf3d394aa 100644
--- a/src/mesa/drivers/dri/i965/gen8_ds_state.c
+++ b/src/mesa/drivers/dri/i965/gen8_ds_state.c
@@ -50,11 +50,6 @@ gen8_upload_ds_state(struct brw_context *brw)
for (int i = 0; i < ds_pkt_len - 1; i++)
OUT_BATCH(0);
ADVANCE_BATCH();
-
- BEGIN_BATCH(2);
- OUT_BATCH(_3DSTATE_BINDING_TABLE_POINTERS_DS << 16 | (2 - 2));
- OUT_BATCH(brw->hw_bt_pool.next_offset);
- ADVANCE_BATCH();
}
const struct brw_tracked_state gen8_ds_state = {