Jannik Vogel
|
4e01e9ffc5
Refactor access to state in shader-jit
|
hace 10 años |
Emmanuel Gil Peyrot
|
691a42fe98
VideoCore: Run include-what-you-use and fix most includes.
|
hace 10 años |
Sam Spilsbury
|
656a442433
shader: Shader size is long uint, not uint.
|
hace 10 años |
Sam Spilsbury
|
c6709d97bc
shader: Handle non-CALL opcodes with a break
|
hace 10 años |
Sam Spilsbury
|
bbffa6ad69
shader: Format string must be provided inline and not as a variable
|
hace 10 años |
bunnei
|
d7fe2784cc
shader_jit_x64: Rename RuntimeAssert to Compile_Assert.
|
hace 10 años |
bunnei
|
3f623b2561
shader_jit_x64.cpp: Rename JitCompiler to JitShader.
|
hace 10 años |
bunnei
|
847fb951e2
shader_jit_x64: Free memory that's no longer needed after compilation.
|
hace 10 años |
bunnei
|
60aa72e117
shader_jit_x64: Use a sorted vector instead of a set for keeping track of return addresses.
|
hace 10 años |
bunnei
|
60749f2cda
shader_jit_x64: Use CALL/RET instead of JMP for subroutines.
|
hace 10 años |
bunnei
|
1d45b57939
shader_jit_x64: Separate initialization and code generation for readability.
|
hace 10 años |
bunnei
|
6e0319eec9
shader_jit_x64: Get rid of unnecessary last_program_counter variable.
|
hace 10 años |
bunnei
|
f3afe24594
shader_jit_x64: Execute certain asserts at runtime.
|
hace 10 años |
bunnei
|
a5a74eb121
shader_jit_x64: Specify shader main offset at runtime.
|
hace 10 años |
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 |