summaryrefslogtreecommitdiffstats
path: root/src/gallium/tools/trace/dump_state.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tools/trace/dump_state.py')
-rwxr-xr-xsrc/gallium/tools/trace/dump_state.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tools/trace/dump_state.py b/src/gallium/tools/trace/dump_state.py
index f7ac76935e5..9711a661ac0 100755
--- a/src/gallium/tools/trace/dump_state.py
+++ b/src/gallium/tools/trace/dump_state.py
@@ -523,7 +523,8 @@ class Context(Dispatcher):
resource.data[box.x : box.x + box.width] = data
def flush(self, flags):
- pass
+ # Return a fake fence
+ return self.interpreter.call_no
def clear(self, buffers, color, depth, stencil):
pass