index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader
Age
Commit message (
Expand
)
Author
2019-10-15
control_flow: Silence truncation warnings
Lioncash
2019-10-07
shader/half_set_predicate: Fix HSETP2 for constant buffers
ReinUsesLisp
2019-10-07
shader/half_set_predicate: Reduce DEBUG_ASSERT to LOG_DEBUG
ReinUsesLisp
2019-10-05
video_core/control_flow: Eliminate variable shadowing warnings
Lioncash
2019-10-05
video_core/control_flow: Eliminate pessimizing moves
Lioncash
2019-10-05
video_core/ast: Unindent most of IsFullyDecompiled() by one level
Lioncash
2019-10-05
video_core/ast: Make ShowCurrentState() take a string_view instead of std::st...
Lioncash
2019-10-05
video_core/ast: Eliminate variable shadowing warnings
Lioncash
2019-10-05
video_core/ast: Replace std::string with a constexpr std::string_view
Lioncash
2019-10-05
video_core/ast: Default the move constructor and assignment operator
Lioncash
2019-10-05
video_core/{ast, expr}: Organize forward declaration
Lioncash
2019-10-05
video_core/expr: Supply operator!= along with operator==
Lioncash
2019-10-05
video_core/{ast, expr}: Use std::move where applicable
Lioncash
2019-10-05
video_core/ast: Supply const accessors for data where applicable
Lioncash
2019-10-04
Shader_ir: Address feedback
Fernando Sahmkow
2019-10-04
Shader_Ir: Address Feedback and clang format.
Fernando Sahmkow
2019-10-04
Shader_IR: clean up AST handling and add documentation.
Fernando Sahmkow
2019-10-04
Shader_IR: Correct OutwardMoves for Ifs
Fernando Sahmkow
2019-10-04
Shader_IR: corrections and clang-format
Fernando Sahmkow
2019-10-04
Shader_IR: allow else derivation to be optional.
Fernando Sahmkow
2019-10-04
vk_shader_compiler: Implement the decompiler in SPIR-V
Fernando Sahmkow
2019-10-04
Shader_IR: mark labels as unused for partial decompile.
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-10-04
shader_ir: Corrections to outward movements and misc stuffs
Fernando Sahmkow
2019-10-04
shader_ir: Add basic goto elimination
Fernando Sahmkow
2019-10-04
shader_ir: Initial Decompile Setup
Fernando Sahmkow
2019-09-23
Merge pull request #2869 from ReinUsesLisp/suld
bunnei
2019-09-22
Merge pull request #2870 from FernandoS27/multi-draw
David
2019-09-21
Merge pull request #2878 from FernandoS27/icmp
Rodrigo Locatti
2019-09-21
gl_shader_decompiler: Use uint for images and fix SUATOM
ReinUsesLisp
2019-09-21
shader/image: Implement SULD and remove irrelevant code
ReinUsesLisp
2019-09-21
Shader_IR: ICMP corrections and fixes
Fernando Sahmkow
2019-09-20
Merge pull request #2855 from ReinUsesLisp/shfl
bunnei
2019-09-19
Shader_IR: Implement ICMP.
Fernando Sahmkow
2019-09-19
VideoCore: Corrections to the MME Inliner and removal of hacky instance manag...
Fernando Sahmkow
2019-09-18
Merge pull request #2784 from ReinUsesLisp/smem
bunnei
2019-09-17
shader_ir/warp: Implement SHFL
ReinUsesLisp
2019-09-10
shader/image: Implement SUATOM and fix SUST
ReinUsesLisp
2019-09-10
Merge pull request #2823 from ReinUsesLisp/shr-clamp
bunnei
2019-09-05
gl_shader_decompiler: Keep track of written images and mark them as modified
ReinUsesLisp
2019-09-05
kepler_compute: Implement texture queries
ReinUsesLisp
2019-09-05
shader_ir: Implement LD_S
ReinUsesLisp
2019-09-05
shader_ir: Implement ST_S
ReinUsesLisp
2019-09-04
shader/shift: Implement SHR wrapped and clamped variants
ReinUsesLisp
2019-09-04
half_set_predicate: Fix predicate assignments
ReinUsesLisp
2019-09-03
Merge pull request #2812 from ReinUsesLisp/f2i-selector
bunnei
2019-09-03
Merge pull request #2811 from ReinUsesLisp/fsetp-fix
bunnei
2019-08-30
video_core: Silent miscellaneous warnings (#2820)
Rodrigo Locatti
[next]