Sfoglia il codice sorgente

genxml: Rename "API Rendering Disable" to "Rendering Disable".

Gen7/7.5 call it "Rendering Disable" while Gen8/9 prefix it with "API".

Pick one for consistency, and so we can share code between generations.

Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
tags/13.0-branchpoint
Kenneth Graunke 9 anni fa
parent
commit
87660579f5
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      src/intel/genxml/gen8.xml
  2. 1
    1
      src/intel/genxml/gen9.xml

+ 1
- 1
src/intel/genxml/gen8.xml Vedi File

@@ -2036,7 +2036,7 @@
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="30"/>
<field name="DWord Length" start="0" end="7" type="uint" default="3"/>
<field name="SO Function Enable" start="63" end="63" type="uint"/>
<field name="API Rendering Disable" start="62" end="62" type="uint"/>
<field name="Rendering Disable" start="62" end="62" type="uint"/>
<field name="Render Stream Select" start="59" end="60" type="uint"/>
<field name="Reorder Mode" start="58" end="58" type="uint">
<value name="LEADING" value="0"/>

+ 1
- 1
src/intel/genxml/gen9.xml Vedi File

@@ -2239,7 +2239,7 @@
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="30"/>
<field name="DWord Length" start="0" end="7" type="uint" default="3"/>
<field name="SO Function Enable" start="63" end="63" type="uint"/>
<field name="API Rendering Disable" start="62" end="62" type="uint"/>
<field name="Rendering Disable" start="62" end="62" type="uint"/>
<field name="Render Stream Select" start="59" end="60" type="uint"/>
<field name="Reorder Mode" start="58" end="58" type="uint">
<value name="LEADING" value="0"/>

Loading…
Annulla
Salva