diff options
author | Marek Olšák <[email protected]> | 2014-10-14 17:31:00 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-10-21 22:17:15 +0200 |
commit | 139bde061a6968671c7119ce78837f144a169abf (patch) | |
tree | 7e73dccb9d17531b559825fa930f33b46d2bce2c /src/gallium/drivers/radeonsi/si_pm4.h | |
parent | 22c5886f3f2eabe19fda314b4d69d8075caacaae (diff) |
radeonsi: inline si_pm4_alloc_state
It seemed like the function needed a context pointer. Let's remove it
to make it less confusing.
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pm4.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_pm4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pm4.h b/src/gallium/drivers/radeonsi/si_pm4.h index f2342862104..8680a9ef11c 100644 --- a/src/gallium/drivers/radeonsi/si_pm4.h +++ b/src/gallium/drivers/radeonsi/si_pm4.h @@ -74,7 +74,6 @@ void si_pm4_add_bo(struct si_pm4_state *state, void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx); -struct si_pm4_state * si_pm4_alloc_state(struct si_context *sctx); unsigned si_pm4_dirty_dw(struct si_context *sctx); void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state); |