summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-22Shader: implement DPH/DPHI in JITaroulin1-2/+35
2015-08-19Shader: implement SGE, SGEI and SLT in JITaroulin1-14/+34
2015-08-19Shader: Save caller-saved registers in JIT before a CALLaroulin1-0/+30
2015-08-17Shader: implement EX2 and LG2 in JITaroulin1-2/+20
2015-08-16Introduce a shader tracer to allow inspection of input/output values for each processed instruction.Tony Wasserka1-4/+4
2015-08-16Shader: Use a POD struct for registers.bunnei1-6/+6
2015-08-16Common: Cleanup CPU capability detection code.bunnei1-5/+5
2015-08-16Common: Move cpu_detect to x64 directory.bunnei1-2/+1
2015-08-16x64: Refactor to remove fake interfaces and general cleanups.bunnei1-6/+14
2015-08-16JIT: Support negative address offsets.bunnei1-26/+25
2015-08-16Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei1-0/+669