mame/scripts
Julian Sikorski ba6f5853e9
Cherry-pick wayland improvements from upstream bgfx (#13070)
* Properly support Wayland under EGL and Vulkan. (#3358)

* Dynamically load libwayland-egl.so.1 when dealing with Wayland to remove dependencies at program startup. (#3359)

* Cleanup.

* Support both X11 and Wayland in the same build. (#3360)

* Support both X11 and Wayland in the same build.

 - Works for both Vulkan and OpenGL.
 - Remove --with-wayland from genie options.
 - Vulkan loads all three extensions for surface creation instead of only one.
 - Add width and height parameter to GlContext::createSwapChain(), which is needed for EGL to create
   a SwapChain with the given window size.
 - Dirty-fix the example-22-windows to recreate the FrameBuffer by first destroying and then
   recreating to make sure the window is released of its swapchain.
 - Fix dbgText glitch in example-22-windows.
 - Remove old X11-related dependencies for GLFW3.

* Formatting.

* Adapt to latest bgfx wayland code

* Cleanup.

* Fix Vulkan swapchain invalidation issue. (#3379)

* Fix Vulkan swapchain invalidation issue.

* Always clamp render pass to frame buffer size.

* Fix formatting.

* Hopefully fix macOS build

* Hopefully fix macOS build, attempt 2

---------

Co-authored-by: Martijn Courteaux <courteauxmartijn@gmail.com>
Co-authored-by: Бранимир Караџић <branimirkaradzic@gmail.com>
2025-01-02 13:50:37 +01:00
..
build Updated copyright years to 2025 2025-01-01 16:36:28 +11:00
font srcclean and manual cleanups (nw) 2017-12-24 15:03:04 +11:00
minimaws -Don't use image_error::BADSOFTWARE for things that aren't software list errors. 2024-09-19 02:02:16 +10:00
resources Tweaked MAME icon: 2022-08-07 02:47:19 +10:00
src Cherry-pick wayland improvements from upstream bgfx (#13070) 2025-01-02 13:50:37 +01:00
target dynax/ddenlovr.cpp, dynax/dynax.cpp: More I/O improvements: 2024-12-02 07:09:17 +11:00
xslt More quality of life features for new source layout: 2022-06-29 01:29:04 +10:00
extlib.lua Added Zstandard support for zip archives and CHDs. (#11827) 2023-12-11 10:48:02 +11:00
genie.lua Actually demote tautological-compare to a warning. 2024-11-27 06:15:56 +11:00
toolchain.lua Updated GENie and changed Visual Studio target to Visual Studio 2022. (#13000) 2024-11-27 04:39:05 +11:00