summaryrefslogtreecommitdiff
path: root/src/gallium/tests/python/retrace/interpreter.py
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-05-17 21:32:41 +0200
committerRoland Scheidegger <sroland@vmware.com>2010-05-17 21:32:41 +0200
commit8bd87b662f70070686fdfbea36f3660bd2586e32 (patch)
tree5409951f16a9d4d6e34db1be90434ff3d5a67591 /src/gallium/tests/python/retrace/interpreter.py
parenteb2b668b3705f8091df716f342d72d32d9f31aea (diff)
st/python: adapt to interface changes
compile tested only. Should probably change the python surface_copy/fill functions also into resource_copy/fill_region functions and adapt the code using them.
Diffstat (limited to 'src/gallium/tests/python/retrace/interpreter.py')
-rwxr-xr-xsrc/gallium/tests/python/retrace/interpreter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/tests/python/retrace/interpreter.py b/src/gallium/tests/python/retrace/interpreter.py
index e58a69322e..4599d68d7d 100755
--- a/src/gallium/tests/python/retrace/interpreter.py
+++ b/src/gallium/tests/python/retrace/interpreter.py
@@ -230,8 +230,8 @@ class Screen(Object):
context = self.real.context_create()
return Context(self.interpreter, context)
- def is_format_supported(self, format, target, bind, geom_flags):
- return self.real.is_format_supported(format, target, bind, geom_flags)
+ def is_format_supported(self, format, target, sample_count, bind, geom_flags):
+ return self.real.is_format_supported(format, target, sample_count, bind, geom_flags)
def resource_create(self, templat):
return self.real.resource_create(