aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
Commit message (Expand)AuthorAge
* Videocore: Don't reinitialize register name map on every queryGravatar Yuri Kunde Schlesner2015-07-26
* Merge pull request #892 from zawata/another-warning-fixesGravatar Yuri Kunde Schlesner2015-07-25
|\
* \ Merge pull request #968 from Subv/texture_filteringGravatar bunnei2015-07-21
|\ \
| * | GPU: Added registers for min and mag texture filters and implemented them in ...Gravatar Subv2015-07-21
* | | Merge pull request #929 from neobrain/geoshader_definitionsGravatar Tony Wasserka2015-07-21
|\ \ \ | |/ / |/| |
* | | Pica: Correct switched S/T texture wrapping registersGravatar Yuri Kunde Schlesner2015-07-19
* | | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real...Gravatar Subv2015-07-19
| | * Video_Core: Finally fix pesky warningGravatar zawata2015-07-19
| |/ |/|
| * Pica/Shader: Add geometry shader definitions.Gravatar Tony Wasserka2015-07-15
|/
* VideoCore: Implement the DOT3_RGB combinerGravatar Lectem2015-07-14
* Pica: Implement stencil testing.Gravatar Tony Wasserka2015-07-13
* Merge pull request #907 from Lectem/clamp_to_borderGravatar Tony Wasserka2015-07-12
|\
| * Added GL_CLAMP_TO_BORDER supportGravatar Lectem2015-07-09
* | Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|/
* 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