projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c7b98
)
broadcom/vc5: Mark lookup type as uint, not bool.
author
Eric Anholt
<eric@anholt.net>
Mon, 23 Oct 2017 19:40:35 +0000
(12:40 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 30 Oct 2017 20:27:03 +0000
(13:27 -0700)
Fixes non-2D texturing.
src/broadcom/cle/v3d_packet_v33.xml
patch
|
blob
|
history
diff --git
a/src/broadcom/cle/v3d_packet_v33.xml
b/src/broadcom/cle/v3d_packet_v33.xml
index e6562a2621247f930678f738af37a288fb86626f..86fc81021459721f7207d0f79c413b8614ea9086 100644
(file)
--- a/
src/broadcom/cle/v3d_packet_v33.xml
+++ b/
src/broadcom/cle/v3d_packet_v33.xml
@@
-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"/>