projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ec437
)
v3d: Fix typo in dither mode offset.
author
Eric Anholt
<eric@anholt.net>
Fri, 6 Jul 2018 21:56:26 +0000
(14:56 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 9 Jul 2018 18:48:32 +0000
(11:48 -0700)
We weren't using the field yet, so it didn't affect anything.
Fixes: c0476d964abb ("v3d: Express dithering mode in the same way that the CLIF parser does.")
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 3e85b6723203079aec5d765c3317048e61b6384d..f93b8245dce1c4cb520694baabf112d9f7ffdf98 100644
(file)
--- a/
src/broadcom/cle/v3d_packet_v33.xml
+++ b/
src/broadcom/cle/v3d_packet_v33.xml
@@
-360,7
+360,7
@@
<field name="Decimate mode" size="2" start="10" type="Decimate Mode"/>
- <field name="Dither Mode" size="2" start="
9
" type="Dither Mode"/>
+ <field name="Dither Mode" size="2" start="
8
" type="Dither Mode"/>
<field name="Flip Y" size="1" start="7" type="bool"/>