Historial de Commits

Autor SHA1 Mensaje Fecha
  bunnei c9d10de644 shader_jit_x64: Allocate each program independently and persist for emu session. hace 10 años
  bunnei 4632791a40 shader_jit_x64: Rewrite flow control to support arbitrary CALL and JMP instructions. hace 10 años
  bunnei 135aec7bea shader_jit_x64: Fix strict memory aliasing issues. hace 10 años
  bunnei 96cafbe4cc Merge pull request #1503 from bunnei/clear-jit-cache hace 10 años
  Jannik Vogel 9aad2f29bb PICA: Fix MAD/MADI encoding hace 10 años
  bunnei 6efb710b28 shader_jit_x64: Clear cache after code space fills up. hace 10 años
  bunnei c103759cdc shader_jit_x64: Make assert outputs more useful & cleanup formatting. hace 10 años
  Dwayne Slater 6b775034dd Add immediate mode vertex submission hace 10 años
  bunnei a43f8d2fb7 Merge pull request #1367 from yuriks/jit-jmp hace 10 años
  Yuri Kunde Schlesner 083d2d89a5 Shader: Implement "invert condition" feature of IFU instruction hace 10 años
  Yuri Kunde Schlesner c1071c1ff7 Shader JIT: Fix off-by-one error when compiling JMPs hace 10 años
  Lioncash 526eb33d1e video_core: Remove unused variables hace 11 años
  aroulin 1484a23530 Shader JIT: Use SCALE constant from emitter hace 11 años
  aroulin 87e3b9ffc0 Shader: Fix size_t to int casts of register offsets hace 11 años
  bunnei 918ca40c68 Merge pull request #1088 from aroulin/x64-emitter-abi-call hace 11 años
  aroulin ba998b85a1 video_core: Fix format specifiers warnings hace 11 años
  aroulin 179ad35c2e x64: Proper stack alignment in shader JIT function calls hace 11 años
  aroulin 84959be150 Shader JIT: Fix SGE/SGEI NaN behavior hace 11 años
  Yuri Kunde Schlesner c5a4025b65 Merge pull request #1065 from yuriks/shader-fp hace 11 años
  aroulin f52d8c1a9b Shader JIT: Fix float to integer rounding in MOVA hace 11 años
  Yuri Kunde Schlesner d8ef20c856 Shader JIT: Tiny micro-optimization in DPH hace 11 años
  Yuri Kunde Schlesner 630a850d4d Shaders: Fix multiplications between 0.0 and inf hace 11 años
  Yuri Kunde Schlesner 082b74fa24 Shaders: Explicitly conform to PICA semantics in MAX/MIN hace 11 años
  Yuri Kunde Schlesner 76247170df Shader JIT: Add name to second scratch register (XMM4) hace 11 años
  Lioncash fa5076eb9b shader_jit: Replace two MDisp usages with MatR hace 11 años
  Yuri Kunde Schlesner 455147ee95 Shader JIT: Fix CMP NaN behavior to match hardware hace 11 años
  bunnei 83c214f6d8 Merge pull request #1062 from aroulin/shader-rcp-rsq hace 11 años
  aroulin fa552f11ef Shader: RCP and RSQ computes only the 1st component hace 11 años
  aroulin 2f1514b904 Shader: implement DPH/DPHI in JIT hace 11 años
  aroulin f3e8f42718 Shader: implement SGE, SGEI and SLT in JIT hace 11 años