- 19 May, 2020 1 commit
-
-
ReinUsesLisp authored
Add settings for assembly shaders. Currently hidden to avoid users from accidentally enabled them.
-
- 16 May, 2020 6 commits
-
-
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
-
- 15 May, 2020 2 commits
-
-
ReinUsesLisp authored
Match OpenGL's behavior. This can fix or simplify bisecting issues on Vulkan.
-
Morph authored
-
- 14 May, 2020 3 commits
- 13 May, 2020 1 commit
-
-
bunnei authored
shader_ir: Add separate instructions for ordered and unordered comparisons and fix NE on GLSL
-
- 12 May, 2020 2 commits
-
-
bunnei authored
-
James Rowe authored
-
- 11 May, 2020 13 commits
-
-
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
-
- 10 May, 2020 2 commits
-
-
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).
-
- 09 May, 2020 10 commits
-
-
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
-