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_ir.cpp
Age
Commit message (
Expand
)
Author
2021-07-22
shader: Remove old shader management
ReinUsesLisp
2021-01-25
Revert "Start of Integer flags implementation"
ReinUsesLisp
2021-01-23
shader_ir: Fix comment typo
Levi Behunin
2021-01-10
Merge remote-tracking branch 'upstream/master' into int-flags
Levi
2020-12-07
Merge pull request #5159 from lioncash/move-amend
Rodrigo Locatti
2020-12-07
shader_ir: std::move node within DeclareAmend()
Lioncash
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-09-24
More forgetting... duh
Levi Behunin
2020-09-24
Forgot to apply suggestion here as well
Levi Behunin
2020-09-24
Address Comments
Levi Behunin
2020-09-24
Start of Integer flags implementation
Levi Behunin
2020-07-21
video_core: Allow copy elision to take place where applicable
Lioncash
2020-05-09
shader_ir: Separate float-point comparisons in ordered and unordered
ReinUsesLisp
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-04
shader_ir: Add error message for EXIT.FCSM_TR
ReinUsesLisp
2020-03-15
shader/shader_ir: Track usage in input attribute and of legacy varyings
ReinUsesLisp
2020-03-15
shader/shader_ir: Fix clip distance usage stores
ReinUsesLisp
2020-03-15
shader/shader_ir: Change declare output attribute to a switch
ReinUsesLisp
2020-03-09
video_core: Rename "const buffer locker" to "registry"
ReinUsesLisp
2020-01-25
Shader_IR: Address feedback.
Fernando Sahmkow
2020-01-24
Shader_IR: Implement Injectable Custom Variables to the IR.
Fernando Sahmkow
2020-01-24
GPU: Implement guest driver profile and deduce texture handler sizes.
Fernando Sahmkow
2020-01-04
Shader_IR: Address Feedback
Fernando Sahmkow
2019-12-30
Shader_IR: add the ability to amend code in the shader ir.
Fernando Sahmkow
2019-10-26
Merge pull request #2976 from FernandoS27/cache-fast-brx-rebased
Rodrigo Locatti
2019-10-25
gl_shader_decompiler: Move entries to a separate function
ReinUsesLisp
2019-10-25
Shader_Cache: setup connection of ConstBufferLocker
Fernando Sahmkow
2019-10-24
shader_ir: Use std::array with pair instead of unordered_map
Lioncash
2019-10-04
Shader_IR: allow else derivation to be optional.
Fernando Sahmkow
2019-10-04
Shader_Ir: Refactor Decompilation process and allow multiple decompilation mo...
Fernando Sahmkow
2019-10-04
gl_shader_decompiler: Implement AST decompiling
Fernando Sahmkow
2019-10-04
shader_ir: Declare Manager and pass it to appropiate programs.
Fernando Sahmkow
2019-09-19
VideoCore: Corrections to the MME Inliner and removal of hacky instance manag...
Fernando Sahmkow
2019-09-05
shader_ir: Implement ST_S
ReinUsesLisp
2019-07-22
shader/decode: Implement S2R Tic
ReinUsesLisp
2019-07-16
shader_ir: std::move Node instance where applicable
Lioncash
2019-07-16
shader_ir: Rename Get/SetTemporal to Get/SetTemporary
Lioncash
2019-07-16
Merge pull request #2565 from ReinUsesLisp/track-indirect
Fernando Sahmkow
2019-07-15
Merge pull request #2695 from ReinUsesLisp/layer-viewport
Fernando Sahmkow
2019-07-14
shader: Allow tracking of indirect buffers without variable offset
ReinUsesLisp
2019-07-09
shader_ir: propagate shader size to the IR
Fernando Sahmkow
2019-07-07
gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders
ReinUsesLisp
2019-06-05
shader: Use shared_ptr to store nodes and move initialization to file
ReinUsesLisp
2019-05-23
shader/shader_ir: Make Comment() take a std::string by value
Lioncash
2019-05-19
Merge pull request #2441 from ReinUsesLisp/al2p
bunnei
2019-05-19
shader/shader_ir: Place implementations of constructor and destructor in cpp ...
Lioncash
2019-05-02
shader: Add physical attributes commentaries
ReinUsesLisp
2019-05-02
shader_ir/memory: Implement physical input attributes
ReinUsesLisp
2019-05-02
shader: Remove unused AbufNode Ipa mode
ReinUsesLisp
[next]