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.cpp
Age
Commit message (
Expand
)
Author
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2016-02-05
pica: Implement decoding of basic fragment lighting components.
bunnei
2015-09-10
video_core: Remove unused variables
Lioncash
2015-08-26
Shader JIT: ifdef out reference to ifdef'd out shader_map
archshift
2015-08-24
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-16
Introduce a shader tracer to allow inspection of input/output values for each...
Tony Wasserka
2015-08-16
citra-qt: Improve shader debugger.
Tony Wasserka
2015-08-15
Shader: Use a POD struct for registers.
bunnei
2015-08-15
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-15
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-08-15
Common: Added MurmurHash3 hash function for general-purpose use.
bunnei
2015-08-15
Shader: Define a common interface for running vertex shader programs.
bunnei
[prev]