summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shader Debugger: Fix freeze when double-clicking shader disassemblyYuri Kunde Schlesner2015-09-071-1/+1
* citra-qt: Add helper function to get a monospace QFontYuri Kunde Schlesner2015-08-251-3/+3
* Merge pull request #1034 from yuriks/rg8-texturesbunnei2015-08-171-1/+1
|\
| * citra-qt: Give RG8 format a proper name in the texture viewerYuri Kunde Schlesner2015-08-161-1/+1
* | citra-qt/command list: Do not recreate a widget after each selectionLectem2015-07-261-10/+10
* | citra-qt/command list: Add mask columnLectem2015-07-261-8/+10
* | citra-qt/command list: monospace font on windowsLectem2015-07-261-1/+3
|/
* citra-qt/command list: Enable uniform row heights and automatically resize columns.Lectem2015-07-251-0/+8
* citra-qt/command list: Split register and value columns.Lectem2015-07-251-12/+14
* Merge pull request #892 from zawata/another-warning-fixesYuri Kunde Schlesner2015-07-251-1/+1
|\
| * Citra_QT : Fix Conversion Warningszawata2015-07-191-1/+1
* | Resolve issue accidentally left unaddressed in PR #930Yuri Kunde Schlesner2015-07-211-1/+1
* | Merge pull request #930 from neobrain/copypaste_commandlistYuri Kunde Schlesner2015-07-211-1/+29
|\ \
| * | citra-qt: Add support for copying the command list contents to clipboard.Tony Wasserka2015-07-151-1/+29
| |/
* / 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