summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2015-07-25Address error that remained in last mergeYuri Kunde Schlesner
2015-07-25Merge pull request #892 from zawata/another-warning-fixesYuri Kunde Schlesner
2015-07-24Merge pull request #980 from Subv/more_breakpointsTony Wasserka
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv
2015-07-23Merge pull request #977 from yuriks/glenable-tex2dbunnei
2015-07-22Rasterizer/GL: Set the border color when binding a texture.Subv
2015-07-22GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) callsYuri Kunde Schlesner
2015-07-21Merge pull request #968 from Subv/texture_filteringbunnei
2015-07-21GPU: Added registers for min and mag texture filters and implemented them in ...Subv
2015-07-21Merge pull request #929 from neobrain/geoshader_definitionsTony Wasserka
2015-07-19Merge pull request #944 from Subv/spambunnei
2015-07-19Pica: Correct switched S/T texture wrapping registersYuri Kunde Schlesner
2015-07-19Pica: Fix DP3 instruction, which wasn't assigning to the w componentYuri Kunde Schlesner
2015-07-19GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ex...Subv
2015-07-19Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real...Subv
2015-07-19Vertex Shader : Undo castingzawata
2015-07-19Video_Core : Type fixeszawata
2015-07-19Video_Core: Finally fix pesky warningzawata
2015-07-19Video_Core : Change Tabs to Spaceszawata
2015-07-19Video_Core : Fix Conversion Warningszawata
2015-07-15Pica/Shader: Add geometry shader definitions.Tony Wasserka
2015-07-15Merge pull request #931 from neobrain/move_default_attr_handlerTony Wasserka
2015-07-15Pica/CommandProcessor: Move default attribute setup to the proper position.Tony Wasserka
2015-07-15Pica/Clipper: Output proper number of triangles in debugging logs.Tony Wasserka
2015-07-14VideoCore: Implement the DOT3_RGB combinerLectem
2015-07-13Pica: Implement stencil testing.Tony Wasserka
2015-07-13Clean up command_processor.cpp.Tony Wasserka
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-07-12Merge pull request #907 from Lectem/clamp_to_borderTony Wasserka
2015-07-09Added GL_CLAMP_TO_BORDER supportLectem
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup emu_window includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-26VideoCore: Fix floating point warningzawata
2015-06-16VideoCore: Log the GL driver’s vendor and renderer.Emmanuel Gil Peyrot
2015-06-14video_core: add extra braces around initializerYuri Kunde Schlesner
2015-06-08Renderer formatting editstfarley
2015-06-08Render-to-texture flush, interval math fixtfarley
2015-06-08Liberal texture unbind (clout menu)tfarley
2015-06-08Depth format fix (crush3d intro/black screens)tfarley
2015-06-08Implemented glColorMasktfarley
2015-05-31Merge pull request #811 from archshift/commonifyarchshift
2015-05-31Pica: Use zero for the SecondaryFragmentColor source.bunnei
2015-05-31rasterizer: Remove unnecessary 'using' for BlendEquation.bunnei
2015-05-31Pica: Implement LogicOp function.bunnei
2015-05-31rasterizer: Implement AddSigned combiner function for alpha channel.bunnei
2015-05-31vertex_shader: Use address offset on src2 in inverted mode.bunnei
2015-05-31Pica: Implement command buffer execution registers.bunnei