aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/shader_jit_x64.cpp
AgeCommit message (Expand)Author
2015-09-02Merge pull request #1088 from aroulin/x64-emitter-abi-callbunnei
2015-09-02video_core: Fix format specifiers warningsaroulin
2015-09-01x64: Proper stack alignment in shader JIT function callsaroulin
2015-08-31Shader JIT: Fix SGE/SGEI NaN behavioraroulin
2015-08-27Merge pull request #1065 from yuriks/shader-fpYuri Kunde Schlesner
2015-08-27Shader JIT: Fix float to integer rounding in MOVAaroulin
2015-08-24Shader JIT: Tiny micro-optimization in DPHYuri Kunde Schlesner
2015-08-24Shaders: Fix multiplications between 0.0 and infYuri Kunde Schlesner
2015-08-24Shaders: Explicitly conform to PICA semantics in MAX/MINYuri Kunde Schlesner
2015-08-24Shader JIT: Add name to second scratch register (XMM4)Yuri Kunde Schlesner
2015-08-24shader_jit: Replace two MDisp usages with MatRLioncash
2015-08-24Shader JIT: Fix CMP NaN behavior to match hardwareYuri Kunde Schlesner
2015-08-23Merge pull request #1062 from aroulin/shader-rcp-rsqbunnei
2015-08-23Shader: RCP and RSQ computes only the 1st componentaroulin
2015-08-22Shader: implement DPH/DPHI in JITaroulin
2015-08-19Shader: implement SGE, SGEI and SLT in JITaroulin
2015-08-19Shader: Save caller-saved registers in JIT before a CALLaroulin
2015-08-17Shader: implement EX2 and LG2 in JITaroulin
2015-08-16Introduce a shader tracer to allow inspection of input/output values for each...Tony Wasserka
2015-08-15Shader: Use a POD struct for registers.bunnei
2015-08-15Common: Cleanup CPU capability detection code.bunnei
2015-08-15Common: Move cpu_detect to x64 directory.bunnei
2015-08-15x64: Refactor to remove fake interfaces and general cleanups.bunnei
2015-08-15JIT: Support negative address offsets.bunnei
2015-08-15Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei