2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/shader
bunnei f650cf8a9a
Merge pull request #4391 from lioncash/nrvo
video_core: Allow copy elision to take place where applicable
2020-07-24 06:33:09 -07:00
..
decode Merge pull request #4391 from lioncash/nrvo 2020-07-24 06:33:09 -07:00
ast.cpp
ast.h
async_shaders.cpp Fix style issues 2020-07-18 14:24:32 +10:00
async_shaders.h Use conditional var 2020-07-17 14:26:17 +10:00
compiler_settings.cpp
compiler_settings.h
control_flow.cpp shader/memory_util: Deduplicate code 2020-04-26 01:38:51 -03:00
control_flow.h
decode.cpp shader_ir: Separate float-point comparisons in ordered and unordered 2020-05-09 04:55:15 -03:00
expr.cpp
expr.h
memory_util.cpp memory_util: boost hashes are size_t 2020-06-18 15:47:43 +01:00
memory_util.h shader/memory_util: Deduplicate code 2020-04-26 01:38:51 -03:00
node.h shader/texture: Join separate image and sampler pairs offline 2020-06-05 00:24:51 -03:00
node_helper.cpp
node_helper.h shader/texture: Join separate image and sampler pairs offline 2020-06-05 00:24:51 -03:00
registry.cpp shader/texture: Join separate image and sampler pairs offline 2020-06-05 00:24:51 -03:00
registry.h shader/texture: Join separate image and sampler pairs offline 2020-06-05 00:24:51 -03:00
shader_ir.cpp video_core: Allow copy elision to take place where applicable 2020-07-21 00:36:13 -04:00
shader_ir.h shader/texture: Join separate image and sampler pairs offline 2020-06-05 00:24:51 -03:00
track.cpp shader/texture: Join separate image and sampler pairs offline 2020-06-05 00:24:51 -03:00
transform_feedback.cpp
transform_feedback.h