[Piglit] [PATCH 1/4] gen_dispatch.py: Use PIGLIT_DISPATCH_ES1.
Matt Turner
mattst88 at gmail.com
Fri Jul 26 16:34:33 PDT 2013
No dispatch for ES1 implemented, but we should at least be consistent
with piglit-dispatch.*.
---
tests/util/gen_dispatch.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/util/gen_dispatch.py b/tests/util/gen_dispatch.py
index 807f0f8..f3eeb1e 100644
--- a/tests/util/gen_dispatch.py
+++ b/tests/util/gen_dispatch.py
@@ -457,7 +457,7 @@ def generate_resolve_function(ds):
condition = 'dispatch_api == PIGLIT_DISPATCH_ES2'
api_base_version = 20
else:
- condition = 'dispatch_api == PIGLIT_DISPATCH_ES'
+ condition = 'dispatch_api == PIGLIT_DISPATCH_ES1'
api_base_version = 11
# Only check the version for functions that aren't part of the
--
1.8.1.5
More information about the Piglit
mailing list