summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_jit_x64_compiler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop using reserved operator names (and/or/xor) with XbyakYuri Kunde Schlesner2017-06-171-13/+13
* Pica: Set program code / swizzle data limit to 4096Jannik Vogel2017-05-111-2/+2
* video_core/shader: Document sanitized MUL operationYuri Kunde Schlesner2017-02-121-0/+8
* ShaderJIT: add 16 dummy bytes at the bottom of the stackwwylele2017-02-031-2/+5
* shader_jit_x64_compiler: esi and edi should be persistent (#2500)Merry2017-01-311-0/+2
* shader_jit_x64: Don't read program from global stateYuri Kunde Schlesner2017-01-261-20/+16
* VideoCore/Shader: Rename shader_jit_x64{ => _compiler}.{cpp,h}Yuri Kunde Schlesner2017-01-261-0/+888