summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rasterizer: Add support for RGBA4 framebuffer format.Gravatar bunnei2015-02-241-0/+21
* Merge pull request #595 from linkmauve/new-3ds-inputGravatar bunnei2015-02-237-13/+82
|\
| * Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-227-13/+82
* | Merge pull request #581 from archshift/tfeGravatar bunnei2015-02-234-3/+166
|\ \
| * | Added information reporting from ThrowFatalErrorGravatar archshift2015-02-224-3/+166
* | | Merge pull request #598 from Subv/dptGravatar bunnei2015-02-221-8/+7
|\ \ \
| * | | GPU: Fixed RGBA8 as output format in a display transfer.Gravatar Subv2015-02-221-8/+7
|/ / /
* | | Merge pull request #471 from archshift/pp3ports3Gravatar bunnei2015-02-221-0/+37
|\ \ \
| * | | GPU: Add support for more framebuffer formats in display transfers.Gravatar Tony Wasserka2015-02-221-0/+37
* | | | Merge pull request #597 from bunnei/fix-color-component-orderGravatar bunnei2015-02-221-11/+24
|\ \ \ \
| * | | | Rasterize with the correct color component order.Gravatar bunnei2015-02-221-11/+24
|/ / / /
* | | | Merge pull request #596 from kevinhartman/unaligned-cleanupGravatar bunnei2015-02-222-35/+2
|\ \ \ \
| * | | | Cleaned up unaligned access.Gravatar Kevin Hartman2015-02-212-35/+2
* | | | | Merge pull request #594 from Subv/display_transferGravatar bunnei2015-02-221-8/+6
|\ \ \ \ \
| * | | | | GPU: Fixed the RGBA8 input format and RGB8 output formatGravatar Subv2015-02-211-8/+6
| |/ / / /
* | | | | Merge pull request #593 from Subv/search_problemGravatar Tony Wasserka2015-02-221-1/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Pica/VertexShader: Fixed LOOP with more than one iteration.Gravatar Subv2015-02-211-1/+4
| |/ / /
* | | | Merge pull request #590 from linkmauve/rename-dolphinGravatar bunnei2015-02-202-8/+8
|\ \ \ \
| * | | | Common: Change names containing “Dolphin” or “PPSSPP” to something mo...Gravatar Emmanuel Gil Peyrot2015-02-202-8/+8
|/ / / /
* | | | Merge pull request #588 from archshift/somebranchGravatar bunnei2015-02-2019-1422/+47
|\ \ \ \ | |/ / / |/| | |
| * | | Misc cleanup of common and related functionsGravatar archshift2015-02-194-81/+31
| * | | Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-194-25/+3
| * | | Remove "super lame/broken" file_search compilation unit that was leftover fro...Gravatar archshift2015-02-183-128/+0
| * | | Remove redundant utf8 compilation unit that was leftover from DolphinGravatar archshift2015-02-183-528/+0
| * | | Remove useless extended_trace compilation unit that was leftover from DolphinGravatar archshift2015-02-183-480/+0
| * | | Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-188-180/+13
| | |/ | |/|
* | | Merge pull request #587 from archshift/assertGravatar bunnei2015-02-191-6/+4
|\ \ \
| * | | Convert a few C stdlib asserts to Citra's own assertsGravatar archshift2015-02-181-6/+4
| |/ /
* | | Merge pull request #585 from Subv/local_varGravatar Tony Wasserka2015-02-191-4/+4
|\ \ \ | |/ / |/| |
| * | Rasterizer: Fixed a warning in GetWrappedTexCoord.Gravatar Subv2015-02-181-4/+4
|/ /
* | Merge pull request #580 from lioncash/emplaceGravatar bunnei2015-02-183-5/+5
|\ \
| * | core/video_core: Use in-place construction where possibleGravatar Lioncash2015-02-173-5/+5
* | | Merge pull request #562 from neobrain/pica_progress3Gravatar bunnei2015-02-189-212/+341
|\ \ \
| * | | Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().Gravatar Tony Wasserka2015-02-181-5/+5
| * | | Pica/Rasterizer: Make some local lambdas static.Gravatar Tony Wasserka2015-02-181-8/+8
| * | | Pica/BlendUnit: Implement separate color/alpha blend equations.Gravatar Tony Wasserka2015-02-182-65/+59
| * | | Pica/TextureEnvironment: Add a note.Gravatar Tony Wasserka2015-02-181-0/+4
| * | | Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.Gravatar Tony Wasserka2015-02-182-0/+4
| * | | Pica/TextureEnvironment: Add support for the MAD-like texture combiners and c...Gravatar Tony Wasserka2015-02-182-0/+28
| * | | Pica/OutputMerger: Fix flipped framebuffers.Gravatar Tony Wasserka2015-02-181-0/+10
| * | | Pica/TextureUnit: Implement mirrored repeating texture wrapping.Gravatar Tony Wasserka2015-02-182-3/+12
| * | | Pica: Fix a bug in the register definitions, relating to texture wrapping.Gravatar Tony Wasserka2015-02-182-2/+2
| * | | Pica/OutputMerger: Implement color format checking.Gravatar Tony Wasserka2015-02-182-4/+13
| * | | Pica/Rasterizer: Rasterize actual pixel centers instead of pixel corners.Gravatar Tony Wasserka2015-02-181-2/+3
| * | | Pica/Rasterizer: Fix garbage pixels at triangle borders.Gravatar Tony Wasserka2015-02-181-1/+3
| * | | Pica/Rasterizer: Clean up and fix backface culling.Gravatar Tony Wasserka2015-02-181-11/+27
| * | | Pica: Cleanup clipping code and change screenspace z to range from -1..0.Gravatar Tony Wasserka2015-02-182-53/+42
| * | | Pica/VertexShader: Implement the LOOP instruction.Gravatar Tony Wasserka2015-02-181-14/+36
| * | | Pica/CommandProcessor: Properly implement shader load destination offset regi...Gravatar Tony Wasserka2015-02-182-20/+10
| * | | Pica/CommandProcessor: Work around initialized vertex attributes some more.Gravatar Tony Wasserka2015-02-181-2/+8