citra-nightly/src/video_core/shader
Lioncash 9c08409e0e externals: Update Xbyak to 5.96
I made a request on the Xbyak issue tracker to allow some constructors
to be constexpr in order to avoid static constructors from needing to
execute for some of our register constants.

This request was implemented, so this updates Xbyak so that we can make
use of it.
2021-01-04 05:11:18 +01:00
..
debug_data.h common/math_util: Move contents into the Common namespace 2019-03-02 18:13:10 +01:00
shader_interpreter.cpp common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
shader_interpreter.h video_core: use nested namespaces 2019-02-19 03:09:57 -05:00
shader_jit_x64_compiler.cpp externals: Update Xbyak to 5.96 2021-01-04 05:11:18 +01:00
shader_jit_x64_compiler.h externals: Update Xbyak to 5.96 2021-01-04 05:11:18 +01:00
shader_jit_x64.cpp video_core: use nested namespaces 2019-02-19 03:09:57 -05:00
shader_jit_x64.h video_core: use nested namespaces 2019-02-19 03:09:57 -05:00
shader.cpp common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
shader.h Apply suggestions from code review 2020-03-28 16:28:07 +00:00