yuzu-android/src/video_core/shader
ReinUsesLisp 2a96bea6a7 shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow
Signed integer addition overflow might be undefined behavior. It's free
to change operations to UAdd and use unsigned integers to avoid
potential bugs.
2020-04-25 22:57:54 -03:00
..
decode shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow 2020-04-25 22:57:54 -03:00
ast.cpp
ast.h
compiler_settings.cpp
compiler_settings.h
control_flow.cpp General: Resolve warnings related to missing declarations 2020-04-16 23:43:34 -04:00
control_flow.h
decode.cpp
expr.cpp
expr.h
node_helper.cpp
node_helper.h
node.h shader/arithmetic_integer: Implement CC for IADD 2020-04-25 22:55:26 -03:00
registry.cpp
registry.h
shader_ir.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
shader_ir.h Merge pull request #3578 from ReinUsesLisp/vmnmx 2020-04-12 10:44:03 -04:00
track.cpp Merge pull request #3679 from lioncash/track 2020-04-19 01:22:47 -04:00
transform_feedback.cpp
transform_feedback.h