radv: Expose transfer queues, hidden behind a perftest flag.
This is highly experimental and only recommended for users who know what they are doing. To fully support the spec we are going to need gang submissions which are going to be implemented later. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Tatsuyuki Ishi <ishitatsuyuki@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26913>
This commit is contained in:
parent
bd3f2567cc
commit
55e5c4e089
4 changed files with 41 additions and 6 deletions
|
|
@ -995,7 +995,7 @@ Clover environment variables
|
|||
allows specifying additional linker options. Specified options are
|
||||
appended after the options set by the OpenCL program in
|
||||
``clLinkProgram``.
|
||||
|
||||
|
||||
.. _rusticl-env-var:
|
||||
|
||||
.. envvar:: IRIS_ENABLE_CLOVER
|
||||
|
|
@ -1339,6 +1339,8 @@ RADV driver environment variables
|
|||
enable optimizations to move more driver internal objects to VRAM.
|
||||
``rtwave64``
|
||||
enable wave64 for ray tracing shaders (GFX10+)
|
||||
``transfer_queue``
|
||||
enable experimental transfer queue support (GFX9+, not yet spec compliant)
|
||||
``video_decode``
|
||||
enable experimental video decoding support
|
||||
``gsfastlaunch2``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue