summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pica: Further improve Tev emulation.Tony Wasserka2014-12-201-0/+1
* Pica: Implement texture wrapping.Tony Wasserka2014-12-201-1/+11
* Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.Tony Wasserka2014-12-201-0/+2
* Pica: Initial support for multitexturing.Tony Wasserka2014-12-201-5/+35
* MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.bunnei2014-12-121-2/+2
* GSP: Trigger GPU interrupts at more accurate locations.bunnei2014-12-101-1/+9
* Pica: Re-enable command names on MSVC.Tony Wasserka2014-12-091-5/+0
* More coding style fixes.Tony Wasserka2014-12-091-6/+12
* citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2014-12-091-1/+14
* Build fix for something which shouldn't have compiled successfully to begin with.Tony Wasserka2014-12-091-1/+1
* Fix warnings in video_coreLioncash2014-10-081-1/+1
* Core: Fix warnings in gpu.cppLioncash2014-09-141-1/+1
* Pica/Rasterizer: Add texturing support.Tony Wasserka2014-08-251-1/+4
* Pica/Rasterizer: Add initial implementation of texture combiners.Tony Wasserka2014-08-251-1/+104
* Pica: Add support for dumping textures.Tony Wasserka2014-08-251-1/+44
* Pica: Add debug utilities for dumping shaders.Tony Wasserka2014-08-251-1/+1
* float24: Remove private default constructorarchshift2014-08-131-2/+0
* Pica: Add basic rasterizer.Tony Wasserka2014-08-121-1/+51
* Pica: Add triangle clipper.Tony Wasserka2014-08-121-2/+20
* Pica: Add primitive assembly stage.Tony Wasserka2014-08-121-1/+14
* Pica: Add vertex shader implementation.Tony Wasserka2014-08-121-5/+132
* Pica: Implement vertex loading.Tony Wasserka2014-08-121-7/+22
* Pica: Add register definition for vertex loading and rendering.Tony Wasserka2014-08-121-33/+128
* Pica: Add command processor.Tony Wasserka2014-08-121-0/+2
* Pica: Add float24 structure.Tony Wasserka2014-08-121-0/+75
* Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.Tony Wasserka2014-08-121-1/+1
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka2014-08-121-98/+144
* Pica: Use some template magic to define register structures efficiently.Tony Wasserka2014-06-121-25/+102
* Further refine GPU command list debugging.Tony Wasserka2014-06-121-0/+16
* Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-121-0/+2
* video core: added PICA definitions file.Tony Wasserka2014-06-121-0/+35