summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_arb_decompiler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gl_arb_decompiler: Implement an assembly shader decompilerReinUsesLisp2020-06-121-0/+29
Emit code compatible with NV_gpu_program5. This should emit code compatible with Fermi, but it wasn't tested on that architecture. Pascal has some issues not present on Turing GPUs.