summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride.Subv2015-07-191-1/+1
* Move video_core/math.h to common/vector_math.harchshift2015-05-301-2/+2
* Pica: Create 'State' structure and move state memory there.bunnei2015-05-231-5/+5
* Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner2015-05-091-2/+2
* Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner2015-05-091-2/+2
* GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei2015-03-041-1/+1
* Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka2015-01-131-0/+2
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-2/+2
* Silence some -Wsign-compare warnings.Rohit Nirmal2015-01-011-2/+2
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Add support for a ridiculous number of texture formats.Tony Wasserka2014-12-201-1/+8
* | Pica: Unify ugly address translation hacks.Tony Wasserka2014-12-201-4/+4
* | Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka2014-12-201-1/+1
* | Pica: Initial support for multitexturing.Tony Wasserka2014-12-201-7/+32
|/
* More cleanups.Tony Wasserka2014-12-091-4/+4
* citra-qt: Rename "Stop Tracing" to "Finish Tracing".Tony Wasserka2014-12-091-1/+1
* Some code cleanup.Tony Wasserka2014-12-091-35/+19
* citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2014-12-091-18/+155
* citra-qt: Add texture viewer to Pica command list.Tony Wasserka2014-12-091-1/+63
* citra-qt: Polish the pica tracing widget.Tony Wasserka2014-12-091-1/+21
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-251-94/+50
* Pica: Add command processor.Tony Wasserka2014-08-121-1/+1
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka2014-08-121-1/+1
* Further refine GPU command list debugging.Tony Wasserka2014-06-121-4/+10
* Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-121-15/+83
* citra-qt: Add command list view.Tony Wasserka2014-06-121-0/+65