Age | Commit message (Expand) | Author |
2015-07-26 | VideoCore: #ifdef out some debugging routines | Yuri Kunde Schlesner |
2015-07-21 | GPU: Added registers for min and mag texture filters and implemented them in ... | Subv |
2015-07-14 | VideoCore: Implement the DOT3_RGB combiner | Lectem |
2015-07-13 | Pica: Implement stencil testing. | Tony Wasserka |
2015-07-09 | Added GL_CLAMP_TO_BORDER support | Lectem |
2015-05-31 | Merge pull request #811 from archshift/commonify | archshift |
2015-05-31 | Pica: Use zero for the SecondaryFragmentColor source. | bunnei |
2015-05-31 | rasterizer: Remove unnecessary 'using' for BlendEquation. | bunnei |
2015-05-31 | Pica: Implement LogicOp function. | bunnei |
2015-05-31 | rasterizer: Implement AddSigned combiner function for alpha channel. | bunnei |
2015-05-30 | Move video_core/color.h to common/color.h | archshift |
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot |
2015-05-22 | Pica: Create 'State' structure and move state memory there. | bunnei |
2015-05-22 | OpenGL renderer | tfarley |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner |
2015-05-12 | GPU: Add more fine grained profiling for vertex shader and rasterization | Yuri Kunde Schlesner |
2015-05-09 | rasterizer: Implemented combiner output scaling. | bunnei |
2015-05-09 | rasterizer: Implemented AddSigned combiner op. | bunnei |
2015-05-09 | rasterizer: Fixed a depth testing bug. | bunnei |
2015-05-09 | rasterizer: Implement combiner buffer input. | bunnei |
2015-05-09 | rasterizer: Return zero'd vectors on error conditions. | bunnei |
2015-05-09 | Memory: Add GetPhysicalPointer helper function | Yuri Kunde Schlesner |
2015-05-09 | Memory: Support more regions in the VAddr-PAddr translation functions | Yuri Kunde Schlesner |
2015-04-09 | Silence some -Wsign-compare warnings. | Rohit Nirmal |
2015-03-09 | GPU: Added the stencil test structure to the Pica Regs struct. | Subv |
2015-03-09 | GPU: Implemented more depth buffer formats. | Subv |
2015-03-03 | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | bunnei |
2015-02-27 | Added RGBA5551 compatibility in the rasterizer | archshift |
2015-02-26 | GPU: Implemented bits 3 and 1 from the display transfer flags. | Subv |
2015-02-24 | Rasterizer: Add support for RGBA4 framebuffer format. | bunnei |
2015-02-22 | Rasterize with the correct color component order. | bunnei |
2015-02-18 | Rasterizer: Fixed a warning in GetWrappedTexCoord. | Subv |
2015-02-18 | Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED(). | Tony Wasserka |
2015-02-18 | Pica/Rasterizer: Make some local lambdas static. | Tony Wasserka |
2015-02-18 | Pica/BlendUnit: Implement separate color/alpha blend equations. | Tony Wasserka |
2015-02-18 | Pica/TextureEnvironment: Add a note. | Tony Wasserka |
2015-02-18 | Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor. | Tony Wasserka |
2015-02-18 | Pica/TextureEnvironment: Add support for the MAD-like texture combiners and c... | Tony Wasserka |
2015-02-18 | Pica/OutputMerger: Fix flipped framebuffers. | Tony Wasserka |
2015-02-18 | Pica/TextureUnit: Implement mirrored repeating texture wrapping. | Tony Wasserka |
2015-02-18 | Pica: Fix a bug in the register definitions, relating to texture wrapping. | Tony Wasserka |
2015-02-18 | Pica/OutputMerger: Implement color format checking. | Tony Wasserka |
2015-02-18 | Pica/Rasterizer: Rasterize actual pixel centers instead of pixel corners. | Tony Wasserka |
2015-02-18 | Pica/Rasterizer: Fix garbage pixels at triangle borders. | Tony Wasserka |
2015-02-18 | Pica/Rasterizer: Clean up and fix backface culling. | Tony Wasserka |
2015-02-18 | Pica: Cleanup clipping code and change screenspace z to range from -1..0. | Tony Wasserka |
2015-02-11 | Fix Min and Max blend equations | Darius Goad |
2015-02-10 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift |
2015-02-09 | Add more blend equations from 3dbrew | Darius Goad |
2015-02-04 | Rasterizer: Implement the other color and alpha modifiers. | bunnei |