diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-05-18 16:52:04 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-06-01 10:23:57 -0700 |
commit | 2e29ca0abb45ea7ad929230b58650062ccd5fc16 (patch) | |
tree | 22877f14c40f432468ec589ce9241e3524327ba1 /README | |
parent | 50347735cd0c76f5ef8fb52d3492e8e9e637ccb1 (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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --------------------- |