aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/shader_interpreter.cpp
AgeCommit message (Expand)Author
2015-08-24Shaders: Explicitly conform to PICA semantics in MAX/MINYuri Kunde Schlesner
2015-08-23Merge pull request #1062 from aroulin/shader-rcp-rsqbunnei
2015-08-23Shader: Use std::sqrt for float instead of sqrtaroulin
2015-08-23Shader: RCP and RSQ computes only the 1st componentaroulin
2015-08-22Shader: implement DPH/DPHI in interpreteraroulin
2015-08-19Shader: implement SGE, SGEI in interpreteraroulin
2015-08-16Shader: implement EX2 and LG2 in interpreteraroulin
2015-08-16Introduce a shader tracer to allow inspection of input/output values for each...Tony Wasserka
2015-08-15Shader: Use a POD struct for registers.bunnei
2015-08-15Shader: Define a common interface for running vertex shader programs.bunnei
2015-08-15Shader: Move shader code to its own subdirectory, "shader".bunnei