suyu/src/video_core/shader
Lioncash a162a844d2 video_core/control_flow: Remove unnecessary BlockStack copy constructor
This is the default behavior of the copy constructor, so it doesn't need
to be specified.

While we're at it we can make the other non-default constructor
explicit.
2019-07-18 21:03:30 -04:00
..
decode Merge pull request #2738 from lioncash/shader-ir 2019-07-18 13:52:01 -04:00
control_flow.cpp video_core/control_flow: Remove unnecessary BlockStack copy constructor 2019-07-18 21:03:30 -04:00
control_flow.h video_core/control_flow: Make program_size for ScanFlow() a std::size_t 2019-07-18 21:03:29 -04:00
decode.cpp video_core/shader/decode: Prevent sign-conversion warnings 2019-07-18 21:03:29 -04:00
node.h shader_ir: Unify blocks in decompiled shaders. 2019-07-09 08:14:39 -04:00
node_helper.cpp shader_ir: std::move Node instance where applicable 2019-07-16 19:49:23 -04:00
node_helper.h shader: Move Node declarations out of the shader IR header 2019-06-06 20:02:37 -03:00
shader_ir.cpp shader_ir: std::move Node instance where applicable 2019-07-16 19:49:23 -04:00
shader_ir.h shader_ir: Rename Get/SetTemporal to Get/SetTemporary 2019-07-16 19:47:43 -04:00
track.cpp shader_ir: std::move Node instance where applicable 2019-07-16 19:49:23 -04:00