- 23 Jul, 2021 40 commits
-
-
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.
-
lat9nq authored
-
lat9nq authored
-
ameerj authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Workaround potential bug on Nvidia's driver where only updating high attributes leaves low attributes out dated.
-
ReinUsesLisp authored
-
ameerj authored
account for the fact that program.*memory_size is in units of bytes.
-
ameerj authored
Used by MH:Rise
-