summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/runtime_info.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-22Remove memory allocations in some hot pathsGravatar Kelebek11-1/+2
2023-06-03Implement scaled vertex buffer format emulationGravatar Billy Laws1-0/+2
2022-09-20video_core: Fix legacy to generic location unpairedGravatar FengChen1-0/+2
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-03-20shader_recompiler: Reduce unused includesGravatar ameerj1-1/+0
2021-11-16shader: Properly scale image reads and add GL SPIR-V supportGravatar ReinUsesLisp1-2/+0
2021-11-16spirv: Implement rescaling patchingGravatar ReinUsesLisp1-0/+2
2021-07-22shader: Rework varyings and implement passthrough geometry shadersGravatar ReinUsesLisp1-1/+2
2021-07-22shader: Properly manage attributes not written from previous stagesGravatar ReinUsesLisp1-2/+6
2021-07-22shader: Split profile and runtime info headersGravatar ReinUsesLisp1-0/+83