mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
docs: update ACO_DEBUG documentation for scheduler options
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Fixes:48461c0d9e("aco: enable VOPD scheduler") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30519> (cherry picked from commite45035c83a)
This commit is contained in:
parent
bceb2328c4
commit
54727a8d57
2 changed files with 6 additions and 2 deletions
|
|
@ -234,7 +234,7 @@
|
|||
"description": "docs: update ACO_DEBUG documentation for scheduler options",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "48461c0d9e6be9744817785de59bbbff64b8ce72",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1496,7 +1496,11 @@ RADV driver environment variables
|
|||
``noopt``
|
||||
disable various optimizations
|
||||
``nosched``
|
||||
disable instructions scheduling
|
||||
disable pre-RA, ILP and VOPD instruction scheduling
|
||||
``nosched-ilp``
|
||||
disable ILP instruction scheduling
|
||||
``nosched-vopd``
|
||||
disable VOPD instruction scheduling
|
||||
``perfinfo``
|
||||
print information used to calculate some pipeline statistics
|
||||
``liveinfo``
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue