summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <david@ixit.cz>2024-01-23 02:15:23 +0100
committerDavid Heidelberg <david.heidelberg@collabora.com>2024-03-09 00:07:59 +0100
commitb32186ee5313ca07b320e14fbfcddbf26fd1330d (patch)
tree838bdc075b321ffe5615a84c73fc8a2062b1761d
parent1e631479c0b477006dd7561c55e06269d2878d8d (diff)
README: add Vulkan into the generic description
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Signed-off-by: David Heidelberg <david@ixit.cz> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/866>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cf0866a94..55fbe2faf 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Piglit
## 1. About
-Piglit is a collection of automated tests for OpenGL and OpenCL
+Piglit is a collection of automated tests for OpenGL, Vulkan, and OpenCL
implementations.
The goal of Piglit is to help improve the quality of open source
-OpenGL and OpenCL drivers by providing developers with a simple means to
-perform regression tests.
+OpenGL, Vulkan, and OpenCL drivers by providing developers with a simple
+means to perform regression tests.
The original tests have been taken from
- Glean ( http://glean.sf.net/ ) and