From b32186ee5313ca07b320e14fbfcddbf26fd1330d Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Tue, 23 Jan 2024 02:15:23 +0100 Subject: [PATCH] README: add Vulkan into the generic description Reviewed-by: Erik Faye-Lund Signed-off-by: David Heidelberg Part-of: --- README.md | 6 +++--- 1 file 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 -- 2.11.4.GIT