[Piglit] [PATCH 2/2] README: update the list of test profiles
Dylan Baker
baker.dylan.c at gmail.com
Fri Jan 23 12:10:10 PST 2015
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
README | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README b/README
index 9ba0a97..c5b6330 100644
--- a/README
+++ b/README
@@ -294,11 +294,13 @@ 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
- These test suites are adaptations of all.tests, with some tweaks
- to account for hardware limitations in Radeon chips.
+llvmpipe.py
+ A reduced set of tests from gpu.py removing tests that are problematic
+ using llvmpipe
+
+cpu.py
+ A subset of quick.py that runs all of the tests from quick.py that are
+ not run by quick.py
4.2 OpenCL Tests
@@ -308,7 +310,7 @@ 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
+ This runs all of the tests from cl.py as well as tests from opencv
and oclconform.
@@ -321,6 +323,9 @@ xts.py
igt.py
Support for running Intel-gpu-tools test suite using piglit.
+deqp-gles3.py
+ Support for running deQP's gles3 profile with piglit.
+
5. How to write tests
---------------------
--
2.2.2
More information about the Piglit
mailing list