diff options
author | Kenneth Graunke <[email protected]> | 2012-12-04 13:31:57 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2013-08-13 18:03:57 -0700 |
commit | 9f9ccf707c54156b4559a4b1206022c2ca2d45cd (patch) | |
tree | d5b4dfd22d4effa1db65ab4b53842a16c9f5f37e /src/mesa/drivers/dri/i965/brw_state.h | |
parent | f4e5c235de7baf333150ba3202eb7b2ec4c432fa (diff) |
i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2)
We will reuse this for Broadwell.
v2: Prefix function name with 'gen7'. (chadv)
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 321bffe922f..a1236b7c08f 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -200,6 +200,10 @@ void gen7_init_vtable_surface_functions(struct brw_context *brw); void gen7_create_shader_time_surface(struct brw_context *brw, uint32_t *out_offset); +/* gen7_sol_state.c */ +void gen7_upload_3dstate_so_decl_list(struct brw_context *brw, + const struct brw_vue_map *vue_map); + /* brw_wm_sampler_state.c */ uint32_t translate_wrap_mode(GLenum wrap, bool using_nearest); void upload_default_color(struct brw_context *brw, |