summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2015-05-12GPU: Add more fine grained profiling for vertex shader and rasterizationYuri Kunde Schlesner
2015-05-10Implement I4 texture formatarchshift
2015-05-09rasterizer: Implemented combiner output scaling.bunnei
2015-05-09rasterizer: Implemented AddSigned combiner op.bunnei
2015-05-09rasterizer: Fixed a depth testing bug.bunnei
2015-05-09rasterizer: Implement combiner buffer input.bunnei
2015-05-09rasterizer: Return zero'd vectors on error conditions.bunnei
2015-05-09vertex_shader: Implement FLR instruction.bunnei
2015-05-09vertex_shader: Implement MADI instruction.bunnei
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner
2015-05-07Merge pull request #721 from yuriks/more-cleanupsYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06Merge pull request #695 from Subv/crash_fbunnei
2015-05-06GPU: Implemented default vertex shader attributes.Subv
2015-04-29VideoCore: Remove a superfluous auto variable declaration in debug_utils.Emmanuel Gil Peyrot
2015-04-09Silence some -Wsign-compare warnings.Rohit Nirmal
2015-04-05Changed occurences of colour to color for consistencyGareth Higgins
2015-04-03Allow the user to set the background clear color during emulationarchshift
2015-03-16Merge pull request #652 from neobrain/shader_output_fixbunnei
2015-03-16VideoCore: Add static_cast around expressions where the compiler doesn’t de...Emmanuel Gil Peyrot
2015-03-12Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecuti...Tony Wasserka
2015-03-10Merge pull request #629 from archshift/lcdfbbunnei
2015-03-09Merge pull request #643 from Subv/dem_feelsbunnei
2015-03-09GPU: Added the stencil test structure to the Pica Regs struct.Subv
2015-03-09GPU: Implemented more depth buffer formats.Subv
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-09Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with inc...Tony Wasserka
2015-03-08Update nihstro submodule to the initial release version.archshift
2015-03-07Merge pull request #636 from bunnei/refactor-screen-winbunnei
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-03-07GPU/Textures: Fixed ETC texture decoding.Subv
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-27Added RGBA5551 compatibility in the rasterizerarchshift
2015-02-26GPU: Implemented bits 3 and 1 from the display transfer flags.Subv
2015-02-25Video core: Fix A4 texture decodingYuri Kunde Schlesner
2015-02-25Video core: Fix pixelation/blockiness in textures.Yuri Kunde Schlesner
2015-02-24Rasterizer: Add support for RGBA4 framebuffer format.bunnei
2015-02-22Rasterize with the correct color component order.bunnei
2015-02-22Merge pull request #593 from Subv/search_problemTony Wasserka
2015-02-21Pica/VertexShader: Fixed LOOP with more than one iteration.Subv
2015-02-20Merge pull request #588 from archshift/somebranchbunnei
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift
2015-02-18Rasterizer: Fixed a warning in GetWrappedTexCoord.Subv
2015-02-18Merge pull request #580 from lioncash/emplacebunnei
2015-02-18Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().Tony Wasserka
2015-02-18Pica/Rasterizer: Make some local lambdas static.Tony Wasserka