aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/pica.h
AgeCommit message (Expand)Author
2015-07-26Videocore: Don't reinitialize register name map on every queryYuri Kunde Schlesner
2015-07-25Merge pull request #892 from zawata/another-warning-fixesYuri 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-19Pica: Correct switched S/T texture wrapping registersYuri Kunde Schlesner
2015-07-19Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real...Subv
2015-07-19Video_Core: Finally fix pesky warningzawata
2015-07-15Pica/Shader: Add geometry shader definitions.Tony Wasserka
2015-07-14VideoCore: Implement the DOT3_RGB combinerLectem
2015-07-13Pica: Implement stencil testing.Tony Wasserka
2015-07-12Merge pull request #907 from Lectem/clamp_to_borderTony Wasserka
2015-07-09Added GL_CLAMP_TO_BORDER supportLectem
2015-06-28Common: Cleanup emu_window includes.Emmanuel Gil Peyrot
2015-06-14video_core: add extra braces around initializerYuri Kunde Schlesner
2015-05-31Merge pull request #811 from archshift/commonifyarchshift
2015-05-31Pica: Use zero for the SecondaryFragmentColor source.bunnei
2015-05-31Pica: Implement LogicOp function.bunnei
2015-05-31Pica: Implement command buffer execution registers.bunnei
2015-05-30Move video_core/math.h to common/vector_math.harchshift
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-22OpenGL renderertfarley
2015-05-18Merge pull request #772 from lioncash/warnbunnei
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-14pica: Add the ULL specifier in IsDefaultAttributeLioncash
2015-05-10Implement I4 texture formatarchshift
2015-05-09rasterizer: Implemented combiner output scaling.bunnei
2015-05-09rasterizer: Fixed a depth testing bug.bunnei
2015-05-09rasterizer: Implement combiner buffer input.bunnei
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-06GPU: Implemented default vertex shader attributes.Subv
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-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
2015-02-27Added RGBA5551 compatibility in the rasterizerarchshift
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift
2015-02-18Pica/BlendUnit: Implement separate color/alpha blend equations.Tony Wasserka
2015-02-18Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.Tony Wasserka
2015-02-18Pica/TextureEnvironment: Add support for the MAD-like texture combiners and c...Tony Wasserka
2015-02-18Pica/TextureUnit: Implement mirrored repeating texture wrapping.Tony Wasserka
2015-02-18Pica: Fix a bug in the register definitions, relating to texture wrapping.Tony Wasserka
2015-02-18Pica/OutputMerger: Implement color format checking.Tony Wasserka
2015-02-18Pica/CommandProcessor: Properly implement shader load destination offset regi...Tony Wasserka
2015-02-09Add more blend equations from 3dbrewDarius Goad
2015-02-04Rasterizer: Implement the other color and alpha modifiers.bunnei
2015-01-31Pica: Implement blend factors.bunnei