citra/src/video_core
Tony Wasserka e4f5ec6272 Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables.
We now write create a temporary buffer for output registers and copy all of them to the actual output vertex structure after the shader has run. This is technically not necessary, but it's easier to vectorize in the future.
2015-03-12 14:18:46 +01:00
..
debug_utils GPU/Textures: Fixed ETC texture decoding. 2015-03-07 16:21:54 -05:00
renderer_opengl Merge pull request #629 from archshift/lcdfb 2015-03-10 18:08:55 -04: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
CMakeLists.txt GPU: Added RGB565/RGB8 framebuffer support and various cleanups. 2015-03-03 18:26:03 -05:00
color.h GPU: Added the stencil test structure to the Pica Regs struct. 2015-03-09 20:13:21 -05:00
command_processor.cpp Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
command_processor.h License change 2014-12-20 21:20:24 -08:00
gpu_debugger.h core/video_core: Use in-place construction where possible 2015-02-17 17:57:23 -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 GPU: Added the stencil test structure to the Pica Regs struct. 2015-03-09 20:13:21 -05:00
primitive_assembly.cpp Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order. 2015-03-09 21:49:49 +01:00
primitive_assembly.h Merge pull request #291 from purpasmart96/license 2014-12-21 16:05:44 -05:00
rasterizer.cpp GPU: Added the stencil test structure to the Pica Regs struct. 2015-03-09 20:13:21 -05: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 GPU: Implemented bits 3 and 1 from the display transfer flags. 2015-02-26 21:17:14 -05:00
vertex_shader.cpp Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables. 2015-03-12 14:18:46 +01:00
vertex_shader.h Pica/CommandProcessor: Add support for integer uniforms. 2014-12-31 15:33:09 +01:00
video_core.cpp Set framebuffer layout from EmuWindow. 2015-03-07 17:21:19 -05:00
video_core.h Set framebuffer layout from EmuWindow. 2015-03-07 17:21:19 -05:00