yuzu-mainline/src/video_core/shader
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
..
shader_interpreter.cpp VideoCore: Fix dangling lambda context in shader interpreter 2016-09-15 22:15:11 -07:00
shader_interpreter.h Use new shader-jit signature for interpreter 2016-05-13 09:41:55 +02:00
shader_jit_x64.cpp Refactor access to state in shader-jit 2016-05-13 09:20:14 +02:00
shader_jit_x64.h Refactor access to state in shader-jit 2016-05-13 09:20:14 +02:00
shader.cpp Retrieve shader result from new OutputRegisters-type 2016-05-16 18:55:51 +02:00
shader.h Retrieve shader result from new OutputRegisters-type 2016-05-16 18:55:51 +02:00