summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader_environment.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-23general: fix compile for Apple ClangLiam1-1/+1
2022-11-04video_core: Fix SNORM texture buffer emulating error (#9001)Feng Chen1-2/+10
2022-10-07Update 3D regsKelebek11-1/+1
2022-09-20video_core: Generate mipmap texture by drawingFengChen1-0/+9
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-04ShaderDecompiler: Add a debug option to dump the game's shaders.Fernando Sahmkow1-0/+6
2021-10-03gpu: Migrate implementation to the cpp fileameerj1-3/+1
2021-07-23shader_environment: Receive cache version from outsideReinUsesLisp1-4/+5
2021-07-23shader: Initial OpenGL implementationReinUsesLisp1-16/+0
2021-07-23shader: Move pipeline cache logic to separate filesReinUsesLisp1-0/+198