История коммитов

Автор SHA1 Сообщение Дата
  bunnei d7fe2784cc shader_jit_x64: Rename RuntimeAssert to Compile_Assert. 10 лет назад
  bunnei 3f623b2561 shader_jit_x64.cpp: Rename JitCompiler to JitShader. 10 лет назад
  bunnei 847fb951e2 shader_jit_x64: Free memory that's no longer needed after compilation. 10 лет назад
  bunnei 60aa72e117 shader_jit_x64: Use a sorted vector instead of a set for keeping track of return addresses. 10 лет назад
  bunnei 60749f2cda shader_jit_x64: Use CALL/RET instead of JMP for subroutines. 10 лет назад
  bunnei 1d45b57939 shader_jit_x64: Separate initialization and code generation for readability. 10 лет назад
  bunnei 6e0319eec9 shader_jit_x64: Get rid of unnecessary last_program_counter variable. 10 лет назад
  bunnei f3afe24594 shader_jit_x64: Execute certain asserts at runtime. 10 лет назад
  bunnei a5a74eb121 shader_jit_x64: Specify shader main offset at runtime. 10 лет назад
  bunnei c9d10de644 shader_jit_x64: Allocate each program independently and persist for emu session. 10 лет назад
  bunnei 4632791a40 shader_jit_x64: Rewrite flow control to support arbitrary CALL and JMP instructions. 10 лет назад
  bunnei 135aec7bea shader_jit_x64: Fix strict memory aliasing issues. 10 лет назад
  bunnei 96cafbe4cc Merge pull request #1503 from bunnei/clear-jit-cache 10 лет назад
  Jannik Vogel 9aad2f29bb PICA: Fix MAD/MADI encoding 10 лет назад
  bunnei 6efb710b28 shader_jit_x64: Clear cache after code space fills up. 10 лет назад
  bunnei c103759cdc shader_jit_x64: Make assert outputs more useful & cleanup formatting. 10 лет назад
  Dwayne Slater 6b775034dd Add immediate mode vertex submission 10 лет назад
  bunnei a43f8d2fb7 Merge pull request #1367 from yuriks/jit-jmp 10 лет назад
  Yuri Kunde Schlesner 083d2d89a5 Shader: Implement "invert condition" feature of IFU instruction 10 лет назад
  Yuri Kunde Schlesner c1071c1ff7 Shader JIT: Fix off-by-one error when compiling JMPs 10 лет назад
  Lioncash 526eb33d1e video_core: Remove unused variables 11 лет назад
  aroulin 1484a23530 Shader JIT: Use SCALE constant from emitter 11 лет назад
  aroulin 87e3b9ffc0 Shader: Fix size_t to int casts of register offsets 11 лет назад
  bunnei 918ca40c68 Merge pull request #1088 from aroulin/x64-emitter-abi-call 11 лет назад
  aroulin ba998b85a1 video_core: Fix format specifiers warnings 11 лет назад
  aroulin 179ad35c2e x64: Proper stack alignment in shader JIT function calls 11 лет назад
  aroulin 84959be150 Shader JIT: Fix SGE/SGEI NaN behavior 11 лет назад
  Yuri Kunde Schlesner c5a4025b65 Merge pull request #1065 from yuriks/shader-fp 11 лет назад
  aroulin f52d8c1a9b Shader JIT: Fix float to integer rounding in MOVA 11 лет назад
  Yuri Kunde Schlesner d8ef20c856 Shader JIT: Tiny micro-optimization in DPH 11 лет назад