2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
ReinUsesLisp f43995ec53 shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic
Operations done before the main half float operation (like HAdd) were
managing a packed value instead of the unpacked one. Adding an unpacked
operation allows us to drop the per-operand MetaHalfArithmetic entry,
simplifying the code overall.
2019-04-15 21:16:10 -03:00
..
audio_core
common Merge pull request #2391 from lioncash/scope 2019-04-12 21:52:35 -04:00
core Merge pull request #2378 from lioncash/ro 2019-04-13 22:16:10 -04:00
input_common
tests kernel: Handle page table switching within MakeCurrentProcess() 2019-04-07 01:12:54 -04:00
video_core shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic 2019-04-15 21:16:10 -03:00
web_service
yuzu Merge pull request #2357 from zarroboogs/force-30fps-mode 2019-04-13 22:14:04 -04:00
yuzu_cmd Merge pull request #2017 from jroweboy/glwidget 2019-04-13 22:08:40 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt