summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build fix for Debug configurations.Tony Wasserka2015-08-161-1/+1
* Introduce a shader tracer to allow inspection of input/output values for each processed instruction.Tony Wasserka2015-08-161-6/+189
* Shader: Use a POD struct for registers.bunnei2015-08-161-9/+12
* Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei2015-08-161-0/+3
* Shader: Define a common interface for running vertex shader programs.bunnei2015-08-151-0/+163