Skip to content

Releases: xenia-project/release-builds-windows

v1.0.2575-master

06 Feb 15:49
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@e07ed95.

[Build] Wrap XeSL in GLSL via #include to keep line numbers

v1.0.2574-master

06 Feb 11:47
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@a160e9b.

Bug report template changes

Remove title.
Add bug label.
Make id first property.

v1.0.2573-master

05 Feb 14:32
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@4480437.

[SPIR-V] xb genspirv > buildshaders + opt + remap + .xesl

v1.0.2572-master

05 Feb 09:32
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@ea992ed.

[x64] Fix missing BMI2 emit-feature detection

We only tested for BMI1 but not for BMI2, so we've been missing out on
BMI2 performance gains for a little while. Oops.

v1.0.2571-master

01 Feb 22:21
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@7977d7a.

[Base] Changed entry point to wmain for Windows

This prevents subapps from crashing when executing wmain specific functions

v1.0.2570-master

01 Feb 19:54
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@52ec0ac.

[App] Add text saying that post-processing is vendor-independent

v1.0.2569-master

30 Jan 21:01
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@3f817fb.

[Base] Android JNIEnv attachment and LaunchWebBrowser

v1.0.2567-master

30 Jan 14:54
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@c5e3332.

[HID] Update SDL to 2.0.20

v1.0.2566-master

30 Jan 13:34
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@50cf96f.

[D3D12] Don't drain PSO preload creation queue if not queueing at all

v1.0.2565-master

30 Jan 05:11
cba4ca0
Compare
Choose a tag to compare

Windows release build for xenia-project/xenia@4b8740d.

Don't recursively init/update submodules.

Don't recursively init/update submodules.

When recursive fetching is desireable, set
fetchRecurseSubmodules = true in .gitmodules for the relevant
submodule.