diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp.h | 2 | ||||
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h index 0de352edefb..fd1b5cc944d 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp.h +++ b/src/mesa/drivers/dri/i965/brw_blorp.h @@ -90,6 +90,8 @@ void gen8_blorp_exec(struct blorp_batch *batch, const struct blorp_params *params); void gen9_blorp_exec(struct blorp_batch *batch, const struct blorp_params *params); +void gen10_blorp_exec(struct blorp_batch *batch, + const struct blorp_params *params); #ifdef __cplusplus } /* extern "C" */ diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 08064fe577b..6f5afafac02 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -361,6 +361,7 @@ void gen7_init_atoms(struct brw_context *brw); void gen75_init_atoms(struct brw_context *brw); void gen8_init_atoms(struct brw_context *brw); void gen9_init_atoms(struct brw_context *brw); +void gen10_init_atoms(struct brw_context *brw); void upload_gs_state_for_tf(struct brw_context *brw); |