summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBlaž Tomažič <blaz.tomazic@gmail.com>2012-08-29 22:41:43 +0200
committerBlaž Tomažič <blaz.tomazic@gmail.com>2012-09-05 14:56:00 +0200
commit7a37e62604b3b45916be505364d1f72a1082a5fe (patch)
tree563559a0483d558f18f776bb8fdf071cdbfd5740 /README
parent6247ce2d6a0a6603df45acc76218801efc225dff (diff)
README: Include OpenCL information
Update README to include information about OpenCL tests. Signed-off-by: Blaž Tomažič <blaz.tomazic@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 011dfb9b..1621a80c 100644
--- a/README
+++ b/README
@@ -12,10 +12,11 @@ Piglit
1. About
--------
-Piglit is a collection of automated tests for OpenGL implementations.
+Piglit is a collection of automated tests for OpenGL and OpenCL
+implementations.
The goal of Piglit is to help improve the quality of open source
-OpenGL drivers by providing developers with a simple means to
+OpenGL and OpenCL drivers by providing developers with a simple means to
perform regression tests.
The original tests have been taken from
@@ -259,6 +260,9 @@ sanity.tests
all.tests
This suite contains all tests.
+all_cl.tests
+ This suite contains all OpenCL tests.
+
quick.tests
Run all tests, but cut down significantly on their runtime
(and thus on the number of problems they can find).