diff options
author | Marek Olšák <[email protected]> | 2017-01-25 00:09:24 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-01-30 13:27:14 +0100 |
commit | ac059f1c238ff8f9a6a1852ec9c89858e7276700 (patch) | |
tree | 9f06a4e94884b22ed7451dc2c4ea9fd64a2c8b96 /src/gallium/drivers/radeonsi/si_pm4.h | |
parent | 802fcdc0d2997bbcda794ffe8b78d45d29e3ed47 (diff) |
radeonsi: use a bitmask for looping over dirty PM4 states
also move it to draw_vbo, because it should be 0 in most cases
Reviewed-by: Nicolai Hähnle <[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 9b02a8025a6..106abe1ec7d 100644 --- a/src/gallium/drivers/radeonsi/si_pm4.h +++ b/src/gallium/drivers/radeonsi/si_pm4.h @@ -78,7 +78,6 @@ void si_pm4_free_state(struct si_context *sctx, unsigned idx); void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state); -void si_pm4_emit_dirty(struct si_context *sctx); void si_pm4_reset_emitted(struct si_context *sctx); #endif |