summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-16Retrieve shader result from new OutputRegisters-typeJannik Vogel1-4/+13
2016-05-13Refactor access to state in shader-jitJannik Vogel1-4/+21
2016-05-12Move program_counter and call_stack from UnitState to interpreterJannik Vogel1-17/+0
2016-05-12Move default_attributes into Pica stateJannik Vogel1-2/+0
2016-05-11Turn ShaderSetup into structJannik Vogel1-41/+42
2016-05-11Pica: Add tc0.w to OutputVertexJannik Vogel1-1/+2
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-1/+7
2016-04-28Refactor: Extract VertexLoader from command_processor.cpp.Henrik Rydgard1-1/+1
2016-04-14shader: Remove unused 'state' argument from 'Setup' function.bunnei1-2/+1
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