summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2017-08-06 09:00:46 -0400
committerRhys Kidd <rhyskidd@gmail.com>2017-10-03 23:23:37 -0400
commitb15382f436c0578d5f373c603d2b0035ca1f7a2f (patch)
tree9c3ab670287ea771c8610040c67c479003ff5f18
parentff037c1d88ffd4788e314415040cb212be85f2d5 (diff)
README: Update the list of test profiles
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@gmail.com> Reviewed-by: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
index 9d30bcc30..8c7acbe26 100644
--- a/README
+++ b/README
@@ -354,6 +354,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
----------------
@@ -375,6 +378,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.
@@ -384,6 +390,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
---------------------