summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_interpreter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new shader-jit signature for interpreterJannik Vogel2016-05-131-1/+1
* VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-2/+2
* video_core: Reorganize headersLioncash2015-09-111-1/+1
* video_core: Remove unnecessary includes from headersLioncash2015-09-111-2/+0
* Introduce a shader tracer to allow inspection of input/output values for each processed instruction.Tony Wasserka2015-08-161-1/+2
* Shader: Define a common interface for running vertex shader programs.bunnei2015-08-151-56/+3
* Shader: Move shader code to its own subdirectory, "shader".bunnei2015-08-151-0/+72