yuzu/src/video_core/engines
Lioncash 7fdf991097 shader_bytecode: Make Matcher constexpr capable
Greatly shrinks the amount of generated code for GetDecodeTable().

Collapses an assembly output of 9000+ lines down to ~3621 with Clang,
and 6513 down to ~2616 with GCC, given it's now allowed to construct all
the entries as a sequence of constant data.
2019-10-24 01:10:10 -04:00
..
const_buffer_info.h
engine_upload.cpp
engine_upload.h
fermi_2d.cpp
fermi_2d.h
kepler_compute.cpp
kepler_compute.h
kepler_memory.cpp
kepler_memory.h
maxwell_3d.cpp maxwell_3d: Reduce FlushMMEInlineDraw logging to Trace 2019-10-20 03:43:17 -03:00
maxwell_3d.h maxwell_3d: Add dirty flags for depth bounds values 2019-10-05 04:07:47 +00:00
maxwell_dma.cpp
maxwell_dma.h
shader_bytecode.h shader_bytecode: Make Matcher constexpr capable 2019-10-24 01:10:10 -04:00
shader_header.h