mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 06:30:11 +01:00
panfrost: Fix Depth Source enum
As I suspected... sigh. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14935>
This commit is contained in:
parent
32e58c2dd4
commit
12446491c1
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
</enum>
|
||||
|
||||
<enum name="Depth Source">
|
||||
<!-- TODO: check if min/max supported -->
|
||||
<value name="None" value="0"/>
|
||||
<value name="Minimum" value="0"/>
|
||||
<value name="Maximum" value="1"/>
|
||||
<value name="Fixed function" value="2"/>
|
||||
<value name="Shader" value="3"/>
|
||||
</enum>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue