summaryrefslogtreecommitdiff
path: root/src/gallium/tools/trace
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tools/trace')
-rwxr-xr-xsrc/gallium/tools/trace/dump_state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tools/trace/dump_state.py b/src/gallium/tools/trace/dump_state.py
index 8bb29e7d6c1..e726f7b2ad3 100755
--- a/src/gallium/tools/trace/dump_state.py
+++ b/src/gallium/tools/trace/dump_state.py
@@ -665,7 +665,7 @@ class Context(Dispatcher):
def surface_destroy(self, surface):
self.interpreter.unregister_object(surface)
- def create_query(self, query_type):
+ def create_query(self, query_type, index):
return query_type
def destroy_query(self, query):