diff options
author | Jordan Justen <[email protected]> | 2015-03-08 00:08:18 -0800 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2015-03-31 16:40:24 -0700 |
commit | 20ef23b22721961c93b73700f619179d33747554 (patch) | |
tree | 7c2983bf75f7bb3e20eef6a00f30f739184fbdfc /src/mesa/drivers/dri/i965/brw_state.h | |
parent | a8e39e19032d077a4adf7e451c608f3f139a05e2 (diff) |
i965/state: Add compute pipeline with empty atom lists
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Kristian Høgsberg <[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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index f175c29d790..e4281831225 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -170,6 +170,8 @@ brw_depthbuffer_format(struct brw_context *brw); */ void brw_upload_render_state(struct brw_context *brw); void brw_render_state_finished(struct brw_context *brw); +void brw_upload_compute_state(struct brw_context *brw); +void brw_compute_state_finished(struct brw_context *brw); void brw_init_state(struct brw_context *brw); void brw_destroy_state(struct brw_context *brw); |