[Piglit] [PATCH v3 1/3] README: Update the list of test profiles
Rhys Kidd
rhyskidd at gmail.com
Sun Aug 6 13:00:46 UTC 2017
v3 (Rhys Kidd): Fix typo with cts_gles.py
v2 (Dylan Baker): Do not document es3conform.py, as it is for a very
old version of the Khronos CTS and should be deleted.
Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
---
Note: I don't have commit access to push this series, so I would appreciate the
reviewer doing so.
The other two patches already have a Reviewed-by on the mailing list.
README | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/README b/README
index 43bdfcae7..ae6545ae5 100644
--- a/README
+++ b/README
@@ -386,6 +386,9 @@ glslparser.py
shader.py
A subset of all.py which runs only shader tests
+no_error.py
+ A modified version of the test list run as khr_no_error variants
+
4.2 OpenCL Tests
----------------
@@ -407,6 +410,9 @@ xts.py
igt.py
Support for running Intel-gpu-tools test suite using piglit.
+deqp_egl.py
+ Support for running dEQP's EGL profile with piglit.
+
deqp_gles2.py
Support for running deQP's gles2 profile with piglit.
@@ -416,6 +422,27 @@ deqp_gles3.py
deqp_gles31.py
Support for running deQP's gles3.1 profile with piglit.
+deqp_vk.py
+ Support for running the official Khronos Vulkan CTS profile with piglit.
+
+khr_gl.py
+ Support for running the open source Khronos OpenGL CTS tests with piglit.
+
+khr_gl45.py
+ Support for running the open source Khronos OpenGL 4.5 CTS tests with piglit.
+
+cts_gl.py
+ Support for running the closed source Khronos OpenGL CTS tests with piglit.
+
+cts_gl45.py
+ Support for running the closed source Khronos OpenGL 4.5 CTS tests with piglit.
+
+cts_gles.py
+ Support for running the closed source Khronos GLES CTS tests with piglit.
+
+oglconform.py
+ Support for running sub-test of the Intel oglconform test suite with piglit.
+
5. How to write tests
---------------------
--
2.11.0
More information about the Piglit
mailing list