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
/
track.cpp
Age
Commit message (
Expand
)
Author
2020-02-01
shader: Remove curly braces initializers on shared pointers
ReinUsesLisp
2020-01-25
Shader_IR: Address feedback.
Fernando Sahmkow
2020-01-24
Shader_IR: Change name of TrackSampler function so it does not confuse with t...
Fernando Sahmkow
2020-01-24
Shader_IR: Propagate bindless index into the GL compiler.
Fernando Sahmkow
2020-01-24
Shader_IR: Implement initial code for tracking indexed samplers.
Fernando Sahmkow
2019-12-09
shader_ir/memory: Implement patch stores
ReinUsesLisp
2019-07-25
Merge pull request #2737 from FernandoS27/track-fix
bunnei
2019-07-16
shader_ir: std::move Node instance where applicable
Lioncash
2019-07-16
Shader_Ir: Correct tracking to track from right to left
Fernando Sahmkow
2019-07-14
shader: Allow tracking of indirect buffers without variable offset
ReinUsesLisp
2019-06-05
shader: Use shared_ptr to store nodes and move initialization to file
ReinUsesLisp
2019-05-19
shader/shader_ir: Mark tracking functions as const member functions
Lioncash
2019-03-30
shader_ir: Implement immediate register tracking
ReinUsesLisp
2019-02-25
shader/track: Resolve variable shadowing warnings
Lioncash
2019-02-03
shader/track: Search inside of conditional nodes
ReinUsesLisp
2019-02-03
shader_ir: Rename BasicBlock to NodeBlock
ReinUsesLisp
2019-01-30
shader_decode: Implement LDG and basic cbuf tracking
ReinUsesLisp