mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
radv: mark VERDE (GFX6) as Vulkan 1.3 conformant
https://www.khronos.org/conformance/adopters/conformant-products#submission_820 Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32255>
This commit is contained in:
parent
21baf2f6c1
commit
aca20fd2e1
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ radv_get_conformance_version(const struct radv_physical_device *pdev)
|
|||
switch (pdev->info.family) {
|
||||
case CHIP_TAHITI:
|
||||
case CHIP_PITCAIRN:
|
||||
case CHIP_VERDE:
|
||||
case CHIP_OLAND:
|
||||
case CHIP_BONAIRE:
|
||||
conformance_version = (VkConformanceVersion){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue