IGCIT / Intel-GPU-Community-Issue-Tracker-IGCIT

IGCIT is a Community-driven issue tracker for Intel GPUs.
GNU General Public License v3.0
114 stars 3 forks source link

Vulkan format request: VK_FORMAT_S8_UINT #104

Closed Morph1984 closed 1 year ago

Morph1984 commented 2 years ago

Checklist [README]

Application [Required]

yuzu

Processor / Processor Number [Required]

All processors with Gen9, 9.5, Gen11, and Gen12 iGPUs

GPU Driver Version [Required]

Rendering API [Required]

Windows Build Number [Required]

Other Windows build number

No response

Description and steps to reproduce [Required]

The VK_FORMAT_S8_UINT format is currently not supported by any Intel Windows Vulkan driver. This is used in Nintendo Switch emulation, with emulators such as yuzu. I have implemented the use of this format in the following PR within yuzu, however, Intel does not have support for this format. At the moment, only NVIDIA has support for this format on their proprietary Windows drivers.

This format is available on OpenGL as GL_STENCIL_INDEX8. Is it possible to implement in Vulkan?

Device / Platform

No response

Windows mini dump (small memory dump)

No response

Application / Windows logs

No response

EstebanIntel commented 2 years ago

Hi @Morph1984,

Please open a support ticket with [Intel at https://www.intel.com/content/www/us/en/support/contact-intel.html](Intel at https://www.intel.com/content/www/us/en/support/contact-intel.html), so your issue can be routed to the correct team supporting developers.

Valkirie commented 1 year ago

Hi @Morph1984,

Please open a support ticket with [Intel at https://www.intel.com/content/www/us/en/support/contact-intel.html](Intel at https://www.intel.com/content/www/us/en/support/contact-intel.html), so your issue can be routed to the correct team supporting developers.

@EstebanIntel can you reconsider this issue?

EstebanIntel commented 1 year ago

Hi @Valkirie,

The problem with emulator issues, is that we have no legal way of reproducing the issues, as the games can't be legally acquired.

My advice actually get this resolved would be to have the developers of Yuzu to post their issue on our Developer Forum, where our support engineers specialized on the topic will pick it up.

IGCIT commented 1 year ago

Hi @EstebanIntel,

there is no need for games nor yuzu, the OP request is to implement a vulkan extension that is not available in windows intel vulkan driver, that, if i'm not wrong, is available in intel anv driver (mesa)

EstebanIntel commented 1 year ago

Hi @Morph1984, after consulting with our development team, due to their limited resources and needing to work on other higher priority game issues, VK_FORMAT_S8_UINT won't be supported on Arc A-Series GPUs.