From d4f759fefbd56079e195116a0db68bd24c6a8cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Mon, 2 Jan 2023 12:42:42 +0100 Subject: [PATCH] docs: utilities: Update list of development utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Explicitly mention supported APIs and add GFXReconstruct for Vulkan tracing and debugging. Signed-off-by: Corentin Noël Reviewed-by: Gert Wollny Part-of: --- docs/utilities.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/utilities.rst b/docs/utilities.rst index 2b4c32a590f..310c109e5ab 100644 --- a/docs/utilities.rst +++ b/docs/utilities.rst @@ -4,9 +4,12 @@ Development Utilities `Mesa demos collection `__ includes several utility routines in the ``src/util/`` directory. `Piglit `__ - is an open-source test suite for OpenGL implementations. + is an open-source test suite for OpenGL and OpenCL implementations. `ApiTrace `__ - is a project to trace, analyze and debug graphics APIs. + is a project to trace, analyze, and debug OpenGL, Direct3D, and + DirectDraw APIs. +`GFXReconstruct `__ + is a project to trace and replay Vulkan API calls. `Valgrind `__ is a very useful tool for tracking down memory-related problems in your code.