1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core
Yuri Kunde Schlesner c1071c1ff7 Shader JIT: Fix off-by-one error when compiling JMPs
There was a mistake in the JMP code which meant that one instruction at
the destination would be skipped when the jump was taken. This commit
also changes the meaning of the culprit parameter to make it less
confusing and avoid similar mistakes in the future.
2016-01-24 02:15:56 -08:00
..
debug_utils VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
renderer_opengl hwrasterizer: Use depth offset 2016-01-20 21:57:59 -05:00
shader Shader JIT: Fix off-by-one error when compiling JMPs 2016-01-24 02:15:56 -08:00
clipper.cpp VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
clipper.h VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
CMakeLists.txt VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
command_processor.cpp command_processor: Get rid of variable shadowing 2016-01-17 02:22:51 -05:00
command_processor.h Core: Cleanup hw includes. 2015-06-28 00:46:39 +01:00
gpu_debugger.h fix some xcode 7.0 warnings 2015-09-29 23:11:09 +02:00
pica.cpp video_core: Reorganize headers 2015-09-11 07:31:15 -04:00
pica.h gl_rasterizer: Move logic for creating ShaderCacheKey to a static function. 2015-10-21 21:53:05 -04:00
primitive_assembly.cpp GPU/PrimitiveAssembler: Fixed drawing triangle fans. 2015-12-06 10:48:05 -05:00
primitive_assembly.h video_core: Remove unnecessary includes from headers 2015-09-11 00:10:03 -04:00
rasterizer.cpp PICA: Properly emulate 1-stage delay in the combiner buffer 2015-11-30 22:45:18 -08:00
rasterizer.h GPU: Refactor "VertexShader" namespace to "Shader". 2015-08-15 17:33:41 -04:00
rasterizer_interface.h VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
renderer_base.cpp VideoCore: Sync state after changing rasterizers 2015-12-20 17:37:15 -08:00
renderer_base.h VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
swrasterizer.cpp VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
swrasterizer.h swrasterizer: Add missing override specifier 2015-12-29 18:35:38 -05:00
utils.cpp video_core: Reorganize headers 2015-09-11 07:31:15 -04:00
utils.h video_core/utils: Remove unused variables in GetMortonOffset 2015-05-23 00:38:37 -04:00
video_core.cpp video_core: Make the renderer global a unique_ptr 2015-12-30 08:52:01 -05:00
video_core.h video_core: Make the renderer global a unique_ptr 2015-12-30 08:52:01 -05:00