citra/src/video_core
Tony Wasserka e11fb96408 Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.
Not really sure where the difference is, but some applications seem to use this 1:1 the same way...
2015-02-18 14:50:28 +01:00
..
debug_utils Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
renderer_opengl video_core: Implement the remaining framebuffer formats in the OpenGL renderer. 2015-02-15 14:08:12 +00:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00
clipper.cpp Pica: Cleanup clipping code and change screenspace z to range from -1..0. 2015-02-18 14:50:03 +01:00
clipper.h License change 2014-12-20 21:20:24 -08:00
color.h Pica: Cleanup color conversion. 2014-12-31 16:32:55 +01:00
command_processor.cpp Pica/CommandProcessor: Properly implement shader load destination offset registers. 2015-02-18 14:02:59 +01:00
command_processor.h License change 2014-12-20 21:20:24 -08:00
gpu_debugger.h Build: Fixed some warnings 2015-02-12 09:25:35 -05:00
math.h VideoCore: Fix a typo in Vec4 MakeVec(T, Vec3<T>), where the second argument was Vec2<T> instead. 2015-02-16 21:51:37 +00:00
pica.h Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor. 2015-02-18 14:50:28 +01:00
primitive_assembly.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
primitive_assembly.h Merge pull request #291 from purpasmart96/license 2014-12-21 16:05:44 -05:00
rasterizer.cpp Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor. 2015-02-18 14:50:28 +01:00
rasterizer.h License change 2014-12-20 21:20:24 -08:00
renderer_base.h License change 2014-12-20 21:20:24 -08:00
utils.cpp License change 2014-12-20 21:20:24 -08:00
utils.h VideoCore: Remove some unused functions. 2014-12-31 16:32:55 +01:00
vertex_shader.cpp Pica/VertexShader: Implement the LOOP instruction. 2015-02-18 14:02:59 +01:00
vertex_shader.h Pica/CommandProcessor: Add support for integer uniforms. 2014-12-31 15:33:09 +01:00
video_core.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
video_core.h License change 2014-12-20 21:20:24 -08:00