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