summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-05-18 16:52:04 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2015-06-01 10:23:57 -0700
commit2e29ca0abb45ea7ad929230b58650062ccd5fc16 (patch)
tree22877f14c40f432468ec589ce9241e3524327ba1 /README
parent50347735cd0c76f5ef8fb52d3492e8e9e637ccb1 (diff)
tests/deqp_gles31.py: Add support for running the gles31 tests from deqp
This doesn't currently work with mesa, since mesa doesn't expose a GLES3.1 context Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index f424606eb..1a2c1d930 100644
--- a/README
+++ b/README
@@ -337,6 +337,9 @@ igt.py
deqp_gles3.py
Support for running deQP's gles3 profile with piglit.
+deqp_gles31.py
+ Support for running deQP's gles3.1 profile with piglit.
+
5. How to write tests
---------------------