mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 06:38:19 +02:00
util: add a separate file for panfrost drirc
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41731>
This commit is contained in:
parent
87860fca06
commit
8fb53f47b9
3 changed files with 12 additions and 5 deletions
|
|
@ -1083,9 +1083,4 @@ TODO: document the other workarounds.
|
|||
<option name="disable_explicit_sync_heuristic" value="true"/>
|
||||
</application>
|
||||
</device>
|
||||
<device driver="panfrost">
|
||||
<application name="all-default">
|
||||
<option name="allow_rgb16_configs" value="false"/>
|
||||
</application>
|
||||
</device>
|
||||
</driconf>
|
||||
|
|
|
|||
8
src/util/00-panfrost-defaults.conf
Normal file
8
src/util/00-panfrost-defaults.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<driconf>
|
||||
<device driver="panfrost">
|
||||
<application name="all-default">
|
||||
<option name="allow_rgb16_configs" value="false"/>
|
||||
</application>
|
||||
</device>
|
||||
</driconf>
|
||||
|
|
@ -249,6 +249,10 @@ if with_panfrost_vk
|
|||
files_drirc += files('00-panvk-defaults.conf')
|
||||
endif
|
||||
|
||||
if with_gallium_panfrost
|
||||
files_drirc += files('00-panfrost-defaults.conf')
|
||||
endif
|
||||
|
||||
if with_gallium_radeonsi
|
||||
files_drirc += files('00-radeonsi-defaults.conf')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue