mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
broadcom/vc5: Mark lookup type as uint, not bool.
Fixes non-2D texturing.
This commit is contained in:
parent
77c7b98ba5
commit
45e70bdc8c
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@
|
|||
<field name="Gather sample mode" size="1" start="4" type="bool"/>
|
||||
<field name="Fetch sample mode" size="1" start="3" type="bool"/>
|
||||
|
||||
<field name="Lookup Type" size="3" start="0" type="bool">
|
||||
<field name="Lookup Type" size="3" start="0" type="uint">
|
||||
<value name="Texture 2D" value="0"/>
|
||||
<value name="Texture 2D array" value="1"/>
|
||||
<value name="Texture 3D" value="2"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue