yuzu/src/video_core/shader/decode
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
..
arithmetic_half_immediate.cpp shader/decode: Reduce severity of arithmetic rounding warnings 2019-11-07 01:43:38 -03:00
arithmetic_half.cpp decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits 2020-04-23 18:29:38 -03:00
arithmetic_immediate.cpp
arithmetic_integer_immediate.cpp
arithmetic_integer.cpp shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow 2020-04-25 22:57:54 -03:00
arithmetic.cpp shader/arithmetic: Add FCMP_CR variant 2020-04-14 19:11:04 -03:00
bfe.cpp clang-format 2020-03-14 10:07:40 +07:00
bfi.cpp shader/decode: Fix constant buffer offsets 2020-02-05 12:19:09 -03:00
conversion.cpp shader/conversion: Implement I2I sign extension, saturation and selection 2020-04-07 02:19:44 -03:00
ffma.cpp shader/decode: Reduce severity of arithmetic rounding warnings 2019-11-07 01:43:38 -03:00
float_set_predicate.cpp Merge pull request #2811 from ReinUsesLisp/fsetp-fix 2019-09-03 22:34:34 -04:00
float_set.cpp video_core: Silent miscellaneous warnings (#2820) 2019-08-30 14:08:00 -04:00
half_set_predicate.cpp shader/decode: Reduce severity of arithmetic rounding warnings 2019-11-07 01:43:38 -03:00
half_set.cpp shader/decode: Reduce severity of arithmetic rounding warnings 2019-11-07 01:43:38 -03:00
hfma2.cpp
image.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
integer_set_predicate.cpp video_core: Silent miscellaneous warnings (#2820) 2019-08-30 14:08:00 -04:00
integer_set.cpp video_core: Silent miscellaneous warnings (#2820) 2019-08-30 14:08:00 -04:00
memory.cpp decode/memory: Resolve unused variable warning 2020-04-16 22:45:44 -04:00
other.cpp Merge pull request #3601 from ReinUsesLisp/some-shader-encodings 2020-04-09 00:17:39 -04:00
predicate_set_predicate.cpp
predicate_set_register.cpp video_core: Silent miscellaneous warnings (#2820) 2019-08-30 14:08:00 -04:00
register_set_predicate.cpp decode/register_set_predicate: Implement CC 2020-04-25 22:54:42 -03:00
shift.cpp decode/shift: Remove unused variable within Shift() 2020-04-16 00:16:06 -04:00
texture.cpp decode/texture: Resolve unused variable warnings. 2020-04-16 22:45:41 -04:00
video.cpp shader/video: Partially implement VMNMX 2020-04-12 00:34:42 -03:00
warp.cpp shader: Keep track of shaders using warp instructions 2019-12-09 23:40:41 -03:00
xmad.cpp xmad: fix clang build error 2020-03-23 00:09:31 +01:00