Skip to content

Commit

Permalink
genxml: fix border color offset field on Gfx12+
Browse files Browse the repository at this point in the history
I wonder if the docs are correct for Gfx11 because this is the
generation that gave us the Bindless Sampler Heap of 4Gb. So it would
make sense that the border colors can also be placed anywhere in that
4Gb heap.

Signed-off-by: Lionel Landwerlin <[email protected]>
Cc: mesa-stable
Reviewed-by: José Roberto de Souza <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21600>
  • Loading branch information
llandwerlin-intel authored and Marge Bot committed Mar 1, 2023
1 parent 58b687d commit 42e8a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/intel/genxml/gen12.xml
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
<field name="Return Filter Weight for Null Texels" start="66" end="66" type="uint" />
<field name="Return Filter Weight for Border Texels" start="67" end="67" type="uint" />
<field name="Force gather4 Behavior" start="69" end="69" type="bool" />
<field name="Border Color Pointer" start="70" end="87" type="offset" />
<field name="Border Color Pointer" start="70" end="95" type="offset" />
<field name="TCZ Address Control Mode" start="96" end="98" type="Texture Coordinate Mode" />
<field name="TCY Address Control Mode" start="99" end="101" type="Texture Coordinate Mode" />
<field name="TCX Address Control Mode" start="102" end="104" type="Texture Coordinate Mode" />
Expand Down
2 changes: 1 addition & 1 deletion src/intel/genxml/gen125.xml
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@
<field name="Return Filter Weight for Null Texels" start="66" end="66" type="uint" />
<field name="Return Filter Weight for Border Texels" start="67" end="67" type="uint" />
<field name="Force gather4 Behavior" start="69" end="69" type="bool" />
<field name="Border Color Pointer" start="70" end="87" type="offset" />
<field name="Border Color Pointer" start="70" end="95" type="offset" />
<field name="TCZ Address Control Mode" start="96" end="98" type="Texture Coordinate Mode" />
<field name="TCY Address Control Mode" start="99" end="101" type="Texture Coordinate Mode" />
<field name="TCX Address Control Mode" start="102" end="104" type="Texture Coordinate Mode" />
Expand Down

0 comments on commit 42e8a2c

Please sign in to comment.