citra/src/video_core/shader
wwylele 3cc460ab34 shader_jit: change passing ShaderSetup to passing uniforms struct into the program
We are going to add private memebers to ShaderSetup, which forbids the usage of offsetof. The JIT program only use the uniform part of the setup, so we can just isolate it.
2018-04-17 09:35:43 +03:00
..
debug_data.h VideoCore/Shader: Extract DebugData out from UnitState 2016-12-16 00:16:25 -08:00
shader_interpreter.cpp Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
shader_interpreter.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
shader_jit_x64_compiler.cpp shader_jit: change passing ShaderSetup to passing uniforms struct into the program 2018-04-17 09:35:43 +03:00
shader_jit_x64_compiler.h shader_jit: change passing ShaderSetup to passing uniforms struct into the program 2018-04-17 09:35:43 +03:00
shader_jit_x64.cpp Pica: Set program code / swizzle data limit to 4096 2017-05-11 15:01:27 +02:00
shader_jit_x64.h VideoCore/Shader: Move entry_point to SetupBatch 2017-01-25 18:53:25 -08:00
shader.cpp video_core/shader/shader: Remove include cinttypes 2018-03-28 22:40:16 +08:00
shader.h shader_jit: change passing ShaderSetup to passing uniforms struct into the program 2018-04-17 09:35:43 +03:00