mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
anv: reorder debug options
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Felix DeGrood <felix.j.degrood@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41244>
This commit is contained in:
parent
b3c1cba483
commit
3951a00d86
1 changed files with 2 additions and 2 deletions
|
|
@ -117,14 +117,14 @@ static const driOptionDescription anv_dri_options[] = {
|
|||
|
||||
static const struct debug_control debug_control[] = {
|
||||
{ "bindless", ANV_DEBUG_BINDLESS},
|
||||
{ "desc-dirty", ANV_DEBUG_DESCRIPTOR_DIRTY},
|
||||
{ "no-gpl", ANV_DEBUG_NO_GPL},
|
||||
{ "no-slab", ANV_DEBUG_NO_SLAB},
|
||||
{ "no-sparse", ANV_DEBUG_NO_SPARSE},
|
||||
{ "sparse-trtt", ANV_DEBUG_SPARSE_TRTT},
|
||||
{ "video-decode", ANV_DEBUG_VIDEO_DECODE},
|
||||
{ "video-encode", ANV_DEBUG_VIDEO_ENCODE},
|
||||
{ "shader-hash", ANV_DEBUG_SHADER_HASH},
|
||||
{ "no-slab", ANV_DEBUG_NO_SLAB},
|
||||
{ "desc-dirty", ANV_DEBUG_DESCRIPTOR_DIRTY},
|
||||
{ "shader-print", ANV_DEBUG_SHADER_PRINT},
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue