citra-shitamoto-network/src/video_core/shader
Wunk 71aea7e571
shader/jit: Use xbyak::util::Cpu for Host capabilities (#6643)
Xbyak has a complete utility-class for determining the host-processor's
ISA-features such as SSE4.1, AVX, AVX2, AVX512{F,VL,DQ,VBMI,etc}, and so
on for further potential optimizations.
2023-07-02 08:05:07 +05:30
..
debug_data.h Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
shader_interpreter.cpp Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
shader_interpreter.h video_core: use nested namespaces 2019-02-19 03:09:57 -05:00
shader_jit_x64_compiler.cpp shader/jit: Use xbyak::util::Cpu for Host capabilities (#6643) 2023-07-02 08:05:07 +05:30
shader_jit_x64_compiler.h video_core: Reduce nihstro includes in headers. (#6626) 2023-06-19 15:49:22 -07:00
shader_jit_x64.cpp Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
shader_jit_x64.h build: Update to support multi-arch builds. 2023-01-07 01:09:32 -08:00
shader_uniforms.cpp Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
shader_uniforms.h Prepare frontend for multiple graphics APIs (#6347) 2023-03-27 14:29:17 +03:00
shader.cpp Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
shader.h Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00