v3d: document that V3D_DEBUG=shaderdb is *not* for shader-db

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22659>
This commit is contained in:
Eric Engestrom
2023-04-24 10:23:36 +01:00
committed by Marge Bot
parent 18a3a0d915
commit 8b791c24ea

View File

@@ -54,6 +54,10 @@ static const struct debug_named_value debug_control[] = {
"Dump NIR during program compile" },
{ "tgsi", V3D_DEBUG_TGSI,
"Dump TGSI during program compile (v3d only)" },
/* `shaderdb` is *not* used by shader-db, but is here so that any other
* game/app can dump its stats in the shader-db format, allowing them
* to be compared using shader-db's report.py tool.
*/
{ "shaderdb", V3D_DEBUG_SHADERDB,
"Dump program compile information for shader-db analysis" },
{ "surface", V3D_DEBUG_SURFACE,