summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-09Common: Get rid of alignment macrosLioncash1-4/+4
2016-03-03Add immediate mode vertex submissionDwayne Slater1-1/+17
2016-02-05pica: Implement decoding of basic fragment lighting components.bunnei1-3/+5
2015-09-07Shader: Fix size_t to int casts of register offsetsaroulin1-6/+6
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