summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-06-27 14:03:46 +0200
committerMarek Olšák <[email protected]>2015-07-05 15:08:59 +0200
commitf1be3d8cdde17a9b9ae283e1bab2f46b992d3bf3 (patch)
tree8168ade01cf4e031d2000cf783eab0b3fce4a119 /src/gallium/drivers/radeonsi/si_pipe.h
parent7316cc92f3810c9e53a22c35343190d8fb7980be (diff)
radeonsi: don't flush an empty IB if the only thing we need is a fence
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 2d67342f160..67cb0357231 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -137,6 +137,7 @@ struct si_context {
void *pstipple_sampler_state;
struct si_screen *screen;
struct si_pm4_state *init_config;
+ struct pipe_fence_handle *last_gfx_fence;
union {
struct {