summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader_environment.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update 3D regsKelebek12022-10-071-11/+12
* style: General style changes to match with the rest of the codebaseMorph2022-08-311-5/+2
* video_code: support rectangle textureFengChen2022-08-251-2/+7
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* GCC 12 fixesLiam2022-04-281-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* video_core: Remove unnecesary maybe_unused flagNarr the Reg2022-01-051-1/+1
* ShaderDecompiler: Add a debug option to dump the game's shaders.Fernando Sahmkow2022-01-041-0/+54
* gpu: Migrate implementation to the cpp fileameerj2021-10-031-0/+1
* shader_environment: Add missing <algorithm> includeMorph2021-09-111-0/+1
* shader_environment: Receive cache version from outsideReinUsesLisp2021-07-231-6/+5
* shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp2021-07-231-1/+9
* shader: Unify shader stage typesReinUsesLisp2021-07-231-1/+1
* shader_environment: Fix local memory size calculationsReinUsesLisp2021-07-231-3/+3
* shader_environment: Add shader_local_memory_crs_size to local memory sizeameerj2021-07-231-1/+1
* shader: Initial OpenGL implementationReinUsesLisp2021-07-231-2/+2
* shader: Move pipeline cache logic to separate filesReinUsesLisp2021-07-231-0/+453