- 25 Jul, 2021 4 commits
-
-
bunnei authored
Shader Decompiler Rewrite
-
bunnei authored
common: Publically link to pthreads
-
Fernando S authored
Grant a partial license exception to Skyline Emulator.
-
Fernando Sahmkow authored
-
- 24 Jul, 2021 2 commits
- 23 Jul, 2021 34 commits
-
-
lat9nq authored
Common requires pthreads but does not refer to it when linking to other modules. Fix this by linking to Threads where necessary.
-
ReinUsesLisp authored
Support ignoring immediate out of bound writes. Writing dynamically out of bounds is not yet supported (e.g. R0+0x4). Reading out of bounds yields zero. This is supported checking for the size from the IR; if the input is immediate, the optimization passes will drop it.
-
ReinUsesLisp authored
Fixes race condition caused. The descriptor pool is not thread safe, so we have to commit descriptor sets within the same thread.
-
ReinUsesLisp authored
Causes crashes on Link's Awakening intro. It's hard to debug if it's our fault due to bugs in validation layers.
-
ReinUsesLisp authored
Remove shader code hash generation code as it's no longer used.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
This reverts commit 4a152767286717fa69bfc94846a124a366f70065.
-
ReinUsesLisp authored
Wait for shader to build before configuring it, and wait for the shader to build before sharing it with other contexts.
-
ReinUsesLisp authored
This allows us invalidating OpenGL and Vulkan separately in the future.
-
ReinUsesLisp authored
-
ameerj authored
-
ameerj authored
-
ameerj authored
-
ameerj authored
Adheres to GL_ARB_separate_shader_objects requirements
-
ReinUsesLisp authored
Ensures that states set for a particular stage are not attached to other stages which may not need them.
-
ameerj authored
-
ReinUsesLisp authored
-
ameerj authored
-
ReinUsesLisp authored
-
lat9nq authored
Silences the following warnings-turned-errors: -Wsign-conversion -Wunused-private-field -Wbraced-scalar-init -Wunused-variable And some other errors
-
ameerj authored
This change adds two new context menu items to remove either the OpenGL or the Vulkan shader caches individually, and the provides the option to remove all caches for the selected title. This also changes the behavior of the open shader cache option. Now it creates the shader cache directory for the title if it does not yet exist.
-
ameerj authored
-
ReinUsesLisp authored
-
ameerj authored
The current implementation is prone to causing graphical issues. Disable until a better solution is implemented.
-
ReinUsesLisp authored
-
lat9nq authored
-
ameerj authored
-
ameerj authored
-
lat9nq authored
-
ameerj authored
-
ameerj authored
-
ameerj authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Fix regression on Fire Emblem: Three Houses when using native fp16.
-