Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pkg/msvc-uwp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ AppPackages/
/DebugANGLE
/ReleaseANGLE
/x64
/ARM64
/ARM64

# MESA
!/RetroArch-msvcUWP/MESA/x64/*.dll
!/RetroArch-msvcUWP/MESA/x64/*.lib
9 changes: 5 additions & 4 deletions pkg/msvc-uwp/RetroArch-msvcUWP/MESA/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# MESA PreBuilt Libraries
# MESA Prebuilt Libraries

The Binaries in this folder are compiled from a custom version of [MESA](https://github.com/aerisarn/mesa-uwp).
These are based on this [branch](https://github.com/aerisarn/mesa-uwp/tree/alpha-2-hack-fixes), which is the
stable branch for MESA integration into Retroarch.
The binaries in this directory are compiled from a custom MESA fork maintained here:
https://github.com/SternXD/mesa-uwp

These builds are derived from the `uwp-25.3.3` branch.
Binary file modified pkg/msvc-uwp/RetroArch-msvcUWP/MESA/x64/dxil.dll
Binary file not shown.
Binary file modified pkg/msvc-uwp/RetroArch-msvcUWP/MESA/x64/libEGL.dll
Binary file not shown.
Binary file modified pkg/msvc-uwp/RetroArch-msvcUWP/MESA/x64/libEGL.lib
Binary file not shown.
Binary file not shown.
Binary file modified pkg/msvc-uwp/RetroArch-msvcUWP/MESA/x64/libGLESv2.dll
Binary file not shown.
Binary file modified pkg/msvc-uwp/RetroArch-msvcUWP/MESA/x64/libgallium_wgl.dll
Binary file not shown.
Binary file not shown.
Binary file modified pkg/msvc-uwp/RetroArch-msvcUWP/MESA/x64/opengl32.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified pkg/msvc-uwp/RetroArch-msvcUWP/MESA/x64/z-1.dll
Binary file not shown.
Loading