aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
Commit message (Expand)AuthorAge
* video_core: add extra braces around initializerGravatar Yuri Kunde Schlesner2015-06-14
* Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-31
|\
* | Pica: Use zero for the SecondaryFragmentColor source.Gravatar bunnei2015-05-31
* | Pica: Implement LogicOp function.Gravatar bunnei2015-05-31
* | Pica: Implement command buffer execution registers.Gravatar bunnei2015-05-31
| * Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-30
|/
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-22
* OpenGL rendererGravatar tfarley2015-05-22
* Merge pull request #772 from lioncash/warnGravatar bunnei2015-05-18
|\
* | Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| * pica: Add the ULL specifier in IsDefaultAttributeGravatar Lioncash2015-05-14
|/
* Implement I4 texture formatGravatar archshift2015-05-10
* rasterizer: Implemented combiner output scaling.Gravatar bunnei2015-05-09
* rasterizer: Fixed a depth testing bug.Gravatar bunnei2015-05-09
* rasterizer: Implement combiner buffer input.Gravatar bunnei2015-05-09
* Memory: Support more regions in the VAddr-PAddr translation functionsGravatar Yuri Kunde Schlesner2015-05-09
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-09
* Merge pull request #721 from yuriks/more-cleanupsGravatar Yuri Kunde Schlesner2015-05-07
|\
| * Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* | GPU: Implemented default vertex shader attributes.Gravatar Subv2015-05-06
|/
* GPU: Added the stencil test structure to the Pica Regs struct.Gravatar Subv2015-03-09
* GPU: Implemented more depth buffer formats.Gravatar Subv2015-03-09
* GPU: Added RGB565/RGB8 framebuffer support and various cleanups.Gravatar bunnei2015-03-03
* Added RGBA5551 compatibility in the rasterizerGravatar archshift2015-02-27
* Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-19
* Pica/BlendUnit: Implement separate color/alpha blend equations.Gravatar Tony Wasserka2015-02-18
* Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.Gravatar Tony Wasserka2015-02-18
* Pica/TextureEnvironment: Add support for the MAD-like texture combiners and c...Gravatar Tony Wasserka2015-02-18
* Pica/TextureUnit: Implement mirrored repeating texture wrapping.Gravatar Tony Wasserka2015-02-18
* Pica: Fix a bug in the register definitions, relating to texture wrapping.Gravatar Tony Wasserka2015-02-18
* Pica/OutputMerger: Implement color format checking.Gravatar Tony Wasserka2015-02-18
* Pica/CommandProcessor: Properly implement shader load destination offset regi...Gravatar Tony Wasserka2015-02-18
* Add more blend equations from 3dbrewGravatar Darius Goad2015-02-09
* Rasterizer: Implement the other color and alpha modifiers.Gravatar bunnei2015-02-04
* Pica: Implement blend factors.Gravatar bunnei2015-01-31
* Pica: Implement color/alpha channel enable.Gravatar bunnei2015-01-27
* Rasterizer: Implemented alpha testing.Gravatar bunnei2015-01-27
* GPU: Implement the remaining depth testing functions.Gravatar bunnei2015-01-25
* Pica/Rasterizer: Add ETC1 texture decompression support.Gravatar Tony Wasserka2015-01-13
* Pica/Rasterizer: Implement backface culling.Gravatar Tony Wasserka2014-12-31
* Pica/Rasterizer: Implement depth testing.Gravatar Tony Wasserka2014-12-31
* Pica: Add output merger definitions.Gravatar Tony Wasserka2014-12-31
* Pica/CommandProcessor: Add support for integer uniforms.Gravatar Tony Wasserka2014-12-31
* Rasterizer: Pre-divide vertex attributes by WGravatar Yuri Kunde Schlesner2014-12-29
* Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-22
|\
* \ Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ \
| | * More warning cleanupsGravatar Chin2014-12-21
| |/ |/|
| * License changeGravatar purpasmart962014-12-20
* | Pica: Add support for boolean uniforms.Gravatar Tony Wasserka2014-12-20