Skip to content

Commit 5056ed9

Browse files
authored
Adding Ape to vendor IDs; Adding Soft to driver IDs (#2762)
1 parent 4abe026 commit 5056ed9

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

xml/vk.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13367,15 +13367,16 @@ typedef void* <name>MTLSharedEvent_id</name>;
1336713367
<comment>Vendor IDs are now represented as enums instead of the old
1336813368
&lt;vendorids&gt; tag, allowing them to be included in the
1336913369
API headers.</comment>
13370-
<enum value="0x10000" name="VK_VENDOR_ID_KHRONOS" comment="Khronos vendor ID"/>
13371-
<enum value="0x10001" name="VK_VENDOR_ID_VIV" comment="Vivante vendor ID"/>
13372-
<enum value="0x10002" name="VK_VENDOR_ID_VSI" comment="VeriSilicon vendor ID"/>
13373-
<enum value="0x10003" name="VK_VENDOR_ID_KAZAN" comment="Kazan Software Renderer"/>
13370+
<enum value="0x10000" name="VK_VENDOR_ID_KHRONOS" comment="Khronos vendor ID"/>
13371+
<enum value="0x10001" name="VK_VENDOR_ID_VIV" comment="Vivante vendor ID"/>
13372+
<enum value="0x10002" name="VK_VENDOR_ID_VSI" comment="VeriSilicon vendor ID"/>
13373+
<enum value="0x10003" name="VK_VENDOR_ID_KAZAN" comment="Kazan Software Renderer"/>
1337413374
<enum value="0x10004" name="VK_VENDOR_ID_CODEPLAY" comment="Codeplay Software Ltd. vendor ID"/>
13375-
<enum value="0x10005" name="VK_VENDOR_ID_MESA" comment="Mesa vendor ID"/>
13376-
<enum value="0x10006" name="VK_VENDOR_ID_POCL" comment="PoCL vendor ID"/>
13377-
<enum value="0x10007" name="VK_VENDOR_ID_MOBILEYE" comment="Mobileye vendor ID"/>
13378-
<unused start="0x10008" comment="This is the next unused available Khronos vendor ID"/>
13375+
<enum value="0x10005" name="VK_VENDOR_ID_MESA" comment="Mesa vendor ID"/>
13376+
<enum value="0x10006" name="VK_VENDOR_ID_POCL" comment="PoCL vendor ID"/>
13377+
<enum value="0x10007" name="VK_VENDOR_ID_MOBILEYE" comment="Mobileye vendor ID"/>
13378+
<enum value="0x10008" name="VK_VENDOR_ID_APE" comment="Ape vendor ID"/>
13379+
<unused start="0x10009" comment="This is the next unused available Khronos vendor ID"/>
1337913380
</enums>
1338013381
<enums name="VkDriverId" type="enum">
1338113382
<comment>Driver IDs are now represented as enums instead of the old
@@ -13410,6 +13411,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
1341013411
<enum value="27" name="VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN" comment="Vulkan SC Emulation on Vulkan"/>
1341113412
<enum value="28" name="VK_DRIVER_ID_MESA_KOSMICKRISP" comment="Mesa open source project"/>
1341213413
<enum value="29" name="VK_DRIVER_ID_MESA_GFXSTREAM" comment="Mesa open source project"/>
13414+
<enum value="30" name="VK_DRIVER_ID_APE_SOFT" comment="Ape open source project"/>
1341313415
</enums>
1341413416
<enums name="VkConditionalRenderingFlagBitsEXT" type="bitmask">
1341513417
<enum bitpos="0" name="VK_CONDITIONAL_RENDERING_INVERTED_BIT_EXT"/>

0 commit comments

Comments
 (0)