summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_arb_decompiler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-21video_core: Remove unused variablesLioncash1-8/+1
2020-07-21video_core: Allow copy elision to take place where applicableLioncash1-2/+2
2020-07-18gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shadersReinUsesLisp1-26/+58
2020-07-16gl_arb_decompiler: Execute BAR even when inside control flowReinUsesLisp1-4/+0
2020-07-16renderer_{opengl,vulkan}: Clamp shared memory to host's limitReinUsesLisp1-4/+12
2020-06-20gl_arb_decompiler: Avoid several string copiesLioncash1-32/+31
2020-06-12gl_arb_decompiler: Implement FSwizzleAddReinUsesLisp1-4/+27
2020-06-12gl_arb_decompiler: Implement an assembly shader decompilerReinUsesLisp1-0/+2051