- Mar 13, 2020
-
-
ReinUsesLisp authored
-
- Mar 12, 2020
-
-
ReinUsesLisp authored
A previous commit introduced a way to declare as few render targets as possible. Turns out this introduced a regression in some games.
-
- Mar 09, 2020
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
RenderDoc won't build shaders if we use GLSL compatibility.
-
ReinUsesLisp authored
This is required for Vulkan. Sampling integer textures with float handles is illegal.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Registry consistency is something that practically can't happen and it has a measurable runtime cost. Reduce it to a DEBUG_ASSERT.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Store information GLSL forces us to provide but it's dynamic state in hardware (workgroup sizes, primitive topology, shared memory size).
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Instead of pre-specializing shaders and then post-specializing them, drop the later and only "specialize" the shader while decoding it.
-
Rodrigo Locatti authored
video_core: Remove gl_state and use a state tracker based on dirty flags
-
- Mar 08, 2020
-
-
bunnei authored
textures: Fix anisotropy hack
-
ReinUsesLisp authored
Previous code could generate an anisotropy value way higher than x16.
-
bunnei authored
frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
-
bunnei authored
maxwell_to_vk: Remove Storage capability for A1B5G5R5U
-
- Mar 06, 2020
-
-
ReinUsesLisp authored
-
bunnei authored
vk_swapchain: Silence TOCTOU race condition
-
- Mar 05, 2020
- Mar 04, 2020
-
-
James Rowe authored
-
bunnei authored
video_core: Implement more scaled attribute formats
-
James Rowe authored
When the default file is read in, the settings default value is only used when the key is missing. As it was, the key existed, but the value was empty string causing it to accept that as a value to pass into the core
-
James Rowe authored
-
- Mar 03, 2020
- Mar 02, 2020
-
-
bunnei authored
Port citra-emu/citra#5097: "Update README.md"
-
- Mar 01, 2020
-
-
Tobias authored
-
- Feb 29, 2020
-
-
Nguyen Dac Nam authored
-
- Feb 28, 2020
-
-
bunnei authored
audio_core: interpolate: Improvements to fix audio crackling.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Blending doesn't affect blits. Rasterizer discard does, update the commentaries.
-