aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/shader.h
AgeCommit message (Expand)Author
2015-09-07Shader: Fix size_t to int casts of register offsetsaroulin
2015-08-16Build fix for Debug configurations.Tony Wasserka
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: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei
2015-08-15Shader: Define a common interface for running vertex shader programs.bunnei