yuzu-mainline/src/video_core
Yuri Kunde Schlesner a3afeb4687 VideoCore: Fix dangling lambda context in shader interpreter
The static meant that after the first execution, these lambda context
would be pointing to a random location on the stack. Fixes a random
crash when using the interpreter.
2016-09-15 22:15:11 -07:00
..
debug_utils Remove superfluous std::move in return std::move(local_var) 2016-06-25 13:26:21 -05:00
renderer_opengl OpenGL: Avoid error on unsupported lighting LUT 2016-08-30 19:30:26 +02:00
shader VideoCore: Fix dangling lambda context in shader interpreter 2016-09-15 22:15:11 -07:00
clipper.cpp Pica: Implement W-Buffer in SW rasterizer 2016-05-10 08:58:52 +02:00
clipper.h
CMakeLists.txt Remove TGA dumper 2016-04-30 09:43:59 +02:00
command_processor.cpp Pica: Add fog state 2016-06-07 00:06:28 +02:00
command_processor.h
gpu_debugger.h
pica.cpp Turn ShaderSetup into struct 2016-05-11 23:48:24 +02:00
pica.h PICA: Scissor fixes and cleanups 2016-06-27 21:14:39 -07:00
pica_state.h Pica: Add fog state 2016-06-07 00:06:28 +02:00
pica_types.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
primitive_assembly.cpp VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
primitive_assembly.h
rasterizer.cpp PICA: Scissor fixes and cleanups 2016-06-27 21:14:39 -07:00
rasterizer.h
rasterizer_interface.h
renderer_base.cpp VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
renderer_base.h
swrasterizer.cpp
swrasterizer.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
utils.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
vertex_loader.cpp Merge pull request #1733 from lioncash/vert_loader 2016-05-23 21:13:34 -04:00
vertex_loader.h vertex_loader: Correct forward declaration of InputVertex 2016-05-08 23:08:18 -04:00
video_core.cpp config: Add a setting for graphics V-Sync. 2016-08-29 21:42:30 -04:00
video_core.h