v2: - fix cpu.py message (Emil) - correct typo (deqp-gles3.py -> deqp_gles3.py)
Signed-off-by: Dylan Baker <[email protected]> --- README | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README b/README index a651425..370312c 100644 --- a/README +++ b/README @@ -298,11 +298,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 + This profile runs tests that don't touch the gpu, in other words all of + the tests in quick.py that are not run by gpu.py 4.2 OpenCL Tests @@ -312,7 +314,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. @@ -325,6 +327,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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
