aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorJordan Justen <[email protected]>2014-05-28 14:18:05 -0700
committerJordan Justen <[email protected]>2014-08-15 17:19:20 -0700
commit1f8e0fbd38da5635d2ade5ab397d840900d47c64 (patch)
treee7203a1a47ceb6eae05594fbc0250eaca19f650c /src/mesa/drivers/dri/i965/brw_state.h
parent2d1735187d6ec63704bb406b20aaa4f87648075e (diff)
i965: Split gen6 renderbuffer surface state from gen5 and older
We will program the gen6 renderbuffer surface state differently to enable layered rendering on gen6. Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Topi Pohjolainen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h
index abead1807aa..bbaa85ce35d 100644
--- a/src/mesa/drivers/dri/i965/brw_state.h
+++ b/src/mesa/drivers/dri/i965/brw_state.h
@@ -270,6 +270,9 @@ calculate_attr_overrides(const struct brw_context *brw,
uint32_t *flat_enables,
uint32_t *urb_entry_read_length);
+/* gen6_surface_state.c */
+void gen6_init_vtable_surface_functions(struct brw_context *brw);
+
/* brw_vs_surface_state.c */
void
brw_upload_pull_constants(struct brw_context *brw,