summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_interpreter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shader: implement EX2 and LG2 in interpreteraroulin2015-08-161-0/+36
* Introduce a shader tracer to allow inspection of input/output values for each processed instruction.Tony Wasserka2015-08-161-22/+82
* Shader: Use a POD struct for registers.bunnei2015-08-161-6/+6
* Shader: Define a common interface for running vertex shader programs.bunnei2015-08-151-128/+7
* Shader: Move shader code to its own subdirectory, "shader".bunnei2015-08-151-0/+629