yuzu/src/video_core/shader
Lioncash 3e1a9a45a6 shader/decode: Avoid a pessimizing std::move within DecodeRange()
std::moveing a local variable in a return statement has the potential to
prevent copy elision from occurring, so this can just be converted into
a regular return.
2019-01-28 07:43:23 -05:00
..
decode shader_ir: Fixup clang build 2019-01-15 21:06:05 -03:00
decode.cpp shader/decode: Avoid a pessimizing std::move within DecodeRange() 2019-01-28 07:43:23 -05:00
shader_ir.cpp shader_decode: Improve zero flag implementation 2019-01-15 17:54:53 -03:00
shader_ir.h shader_ir: Pass to decoder functions basic block's code 2019-01-15 17:54:53 -03:00