yuzu-android/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
renderer_opengl
shader VideoCore: Fix dangling lambda context in shader interpreter 2016-09-15 22:15:11 -07:00
clipper.cpp
clipper.h VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
CMakeLists.txt
command_processor.cpp
command_processor.h Core: Cleanup hw includes. 2015-06-28 00:46:39 +01:00
gpu_debugger.h
pica.cpp
pica.h
pica_state.h
pica_types.h
primitive_assembly.cpp
primitive_assembly.h Pica: Improve accuracy of immediate-mode support 2016-03-23 20:18:40 -07:00
rasterizer.cpp
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
utils.h
vertex_loader.cpp
vertex_loader.h
video_core.cpp
video_core.h Config: Add scaled resolution option 2016-04-21 17:27:48 -04:00