Separate out the OpenCL and OpenGL profiles into different sections, and
add a section for integration tests. This doesn't include es3conform and
oglconform since I don't think that either of them actually work at this
point.

Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com>
---
 README | 34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)

diff --git a/README b/README
index e302ec3..6d7b328 100644
--- a/README
+++ b/README
@@ -241,22 +241,27 @@ triggered by dmesg related messages.
 Test sets are specified as Python scripts in the tests directory.
 The following test sets are currently available:
 
+
+4.1 OpenGL Tests 
+----------------
+
 sanity.py
-    This suite contains minimal sanity tests. These tests must
+    This suite contains minimal OpenGL sanity tests. These tests must
     pass, otherwise the other tests will not generate reliable results.
 
 all.py
     This suite contains all OpenGL tests.
 
-all_cl.py
-    This suite contains all OpenCL tests.
-
 quick.py
     Run all tests, but cut down significantly on their runtime
     (and thus on the number of problems they can find).
     In particular, this runs Glean with the --quick option, which
     reduces the number of visuals and state combinations tested.
 
+gpu.py
+       A further reduced set of tests from quick.py, this runs tests only
+       for hardware functionality and not tests for the software stack
+
 radeon.py
 r300.py
 r500.py
@@ -264,6 +269,27 @@ r500.py
     to account for hardware limitations in Radeon chips.
 
 
+4.2 OpenCL Tests
+----------------
+
+cl.py
+    This suite contains all OpenCL tests.
+
+quick_cl.py
+    This runs all of the tests from cl.py as well as tests from opencv
+       and oclconform
+
+
+4.3 External Integration
+------------------------
+
+xts.py
+       Support for running the X Test Suite using piglit.
+
+igt.py
+       Support for running Intel GPU Tools using piglit.
+
+
 5. How to write tests
 ---------------------
 
-- 
2.1.2

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to