yuzu/src/video_core/shader
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
..
decode shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic 2019-04-15 21:16:10 -03:00
decode.cpp shader/decode: Split memory and texture instructions decoding 2019-02-26 00:11:30 -03:00
shader_ir.cpp shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic 2019-04-15 21:16:10 -03:00
shader_ir.h shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic 2019-04-15 21:16:10 -03:00
track.cpp shader_ir: Implement immediate register tracking 2019-03-30 02:53:16 -03:00