Skip to content

Move VK_EXT_full_screen_exclusive to optional extensions + extension debug logs & FSE guard#18673

Merged
LibretroAdmin merged 3 commits intolibretro:masterfrom
cyanosin:dev0
Feb 1, 2026
Merged

Move VK_EXT_full_screen_exclusive to optional extensions + extension debug logs & FSE guard#18673
LibretroAdmin merged 3 commits intolibretro:masterfrom
cyanosin:dev0

Conversation

@cyanosin
Copy link
Copy Markdown
Contributor

@cyanosin cyanosin commented Jan 31, 2026

Description

  • Move VK_EXT_full_screen_exclusive to optional device extensions.
  • Only attach FSE pNext structs when the extension is enabled.
  • Add debug logging for supported extensions.
  • Remove VK_KHR_surface_capabilities2 from instance extensions; it is only needed for optional capability queries and not for FSE itself, and it isn't being used.

Related Issues

This corrects a mistake I made with my original PR; I should not have included it in required extensions. I tested several cores and confirmed it still works fine.

@LibretroAdmin LibretroAdmin merged commit 03d0f1a into libretro:master Feb 1, 2026
35 checks passed
@cyanosin cyanosin deleted the dev0 branch February 3, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants