summaryrefslogtreecommitdiff
path: root/src/video_core/shader/shader.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Remove unused variablesGravatar Lioncash2015-09-101-1/+0
* Shader JIT: ifdef out reference to ifdef'd out shader_mapGravatar archshift2015-08-261-0/+2
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+3
* Introduce a shader tracer to allow inspection of input/output values for each...Gravatar Tony Wasserka2015-08-161-4/+45
* citra-qt: Improve shader debugger.Gravatar Tony Wasserka2015-08-161-6/+0
* Shader: Use a POD struct for registers.Gravatar bunnei2015-08-151-18/+18
* Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.Gravatar bunnei2015-08-151-6/+5
* x64: Refactor to remove fake interfaces and general cleanups.Gravatar bunnei2015-08-151-3/+6
* Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.Gravatar bunnei2015-08-151-2/+40
* Common: Added MurmurHash3 hash function for general-purpose use.Gravatar bunnei2015-08-151-1/+1
* Shader: Define a common interface for running vertex shader programs.Gravatar bunnei2015-08-151-0/+105