index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader
/
shader_jit_x64.cpp
Age
Commit message (
Expand
)
Author
2017-05-11
Pica: Set program code / swizzle data limit to 4096
Jannik Vogel
2017-01-25
VideoCore/Shader: Move entry_point to SetupBatch
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetup
Yuri Kunde Schlesner
2017-01-25
shader_jit_x64: Don't read program from global state
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngine
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Split interpreter and JIT into separate ShaderEngines
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Rename shader_jit_x64{ => _compiler}.{cpp,h}
Yuri Kunde Schlesner
2016-12-16
VideoCore/Shader: Extract DebugData out from UnitState
Yuri Kunde Schlesner
2016-12-16
Remove unnecessary cast
Yuri Kunde Schlesner
2016-12-15
VideoCore/Shader: Remove dynamic control flow in (Get)UniformOffset
Yuri Kunde Schlesner
2016-12-15
shader_jit_x64: Use LOOPCOUNT_REG as a 64-bit reg when indexing
Yuri Kunde Schlesner
2016-12-14
shader_jit_x64: Use Reg32 for LOOP* registers, eliminating casts
Yuri Kunde Schlesner
2016-12-14
VideoCore: Convert x64 shader JIT to use Xbyak for assembly
Yuri Kunde Schlesner
2016-12-04
shader_jit: Fix non-SSE4.1 path where FLR would not truncate
Jannik Vogel
2016-12-02
shader_jit: Load LOOPCOUNT_REG and LOOPINC 4 bit left-shifted
Jannik Vogel
2016-09-21
Remove special rules for Windows.h and library includes
Yuri Kunde Schlesner
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-13
Refactor access to state in shader-jit
Jannik Vogel
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-25
shader: Shader size is long uint, not uint.
Sam Spilsbury
2016-04-25
shader: Handle non-CALL opcodes with a break
Sam Spilsbury
2016-04-24
shader: Format string must be provided inline and not as a variable
Sam Spilsbury
2016-04-13
shader_jit_x64: Rename RuntimeAssert to Compile_Assert.
bunnei
2016-04-13
shader_jit_x64.cpp: Rename JitCompiler to JitShader.
bunnei
2016-04-13
shader_jit_x64: Free memory that's no longer needed after compilation.
bunnei
2016-04-13
shader_jit_x64: Use a sorted vector instead of a set for keeping track of ret...
bunnei
2016-04-13
shader_jit_x64: Use CALL/RET instead of JMP for subroutines.
bunnei
2016-04-13
shader_jit_x64: Separate initialization and code generation for readability.
bunnei
2016-04-13
shader_jit_x64: Get rid of unnecessary last_program_counter variable.
bunnei
2016-04-13
shader_jit_x64: Execute certain asserts at runtime.
bunnei
2016-04-13
shader_jit_x64: Specify shader main offset at runtime.
bunnei
2016-04-13
shader_jit_x64: Allocate each program independently and persist for emu session.
bunnei
2016-04-13
shader_jit_x64: Rewrite flow control to support arbitrary CALL and JMP instru...
bunnei
2016-04-13
shader_jit_x64: Fix strict memory aliasing issues.
bunnei
2016-03-16
Merge pull request #1503 from bunnei/clear-jit-cache
bunnei
2016-03-15
PICA: Fix MAD/MADI encoding
Jannik Vogel
2016-03-12
shader_jit_x64: Clear cache after code space fills up.
bunnei
2016-03-12
shader_jit_x64: Make assert outputs more useful & cleanup formatting.
bunnei
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2016-01-27
Merge pull request #1367 from yuriks/jit-jmp
bunnei
2016-01-24
Shader: Implement "invert condition" feature of IFU instruction
Yuri Kunde Schlesner
2016-01-24
Shader JIT: Fix off-by-one error when compiling JMPs
Yuri Kunde Schlesner
2015-09-10
video_core: Remove unused variables
Lioncash
2015-09-07
Shader JIT: Use SCALE constant from emitter
aroulin
2015-09-07
Shader: Fix size_t to int casts of register offsets
aroulin
2015-09-02
Merge pull request #1088 from aroulin/x64-emitter-abi-call
bunnei
2015-09-02
video_core: Fix format specifiers warnings
aroulin
[next]