- May 18, 2020
-
-
Fernando Sahmkow authored
This commit aims to help easing debugging of driver crashes without having to modify existing code.
-
- May 16, 2020
-
-
bunnei authored
FS: Improve emulation of device saves
-
bunnei authored
nv_flinger: Use enum for pixel format instead of u32
-
bunnei authored
DmaPusher: Remove dead code in step
-
David Marcec authored
-
David Marcec authored
-
bunnei authored
vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior
-
- May 15, 2020
-
-
ReinUsesLisp authored
Match OpenGL's behavior. This can fix or simplify bisecting issues on Vulkan.
-
Morph authored
-
- May 14, 2020
- May 13, 2020
-
-
bunnei authored
shader_ir: Add separate instructions for ordered and unordered comparisons and fix NE on GLSL
-
- May 12, 2020
-
-
bunnei authored
-
James Rowe authored
-
- May 11, 2020
-
-
bunnei authored
vk_graphics_pipeline: Implement rasterizer_enable on Vulkan
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
Stub hid:SendKeyboardLockKeyEvent
-
David Marcec authored
-
David Marcec authored
-
David Marcec authored
Supersedes #3738 and #3321
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
David Marcec authored
Needed for Puchikon 4 SmileBASIC 1.0.0
-
- May 10, 2020
-
-
bunnei authored
CI: Don't check clang format on early access builds
-
ReinUsesLisp authored
"Not equal" operators on GLSL seem to behave as unordered when we expect an ordered comparison. Manually emulate this checking for LGE values (numbers, not-NaNs).
-
- May 09, 2020
-
-
James Rowe authored
externals: Cmake version checks
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
-
Rodrigo Locatti authored
texture: Implement R8G8UI
-
ReinUsesLisp authored
This allows us to use native SPIR-V instructions without having to manually check for NAN.
-
bunnei authored
maxwell_to_vk: implement missing signed int formats
-