summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-21citra-qt: Move graphics debugging code into its own folderLioncash1-259/+0
2016-12-11graphics_cmdlists: Get rid of variable shadowingLioncash1-14/+18
2016-12-11graphics_cmdlists: Get rid of an unused variableLioncash1-1/+0
2016-12-11graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments constLioncash1-3/+4
2016-12-11graphics_cmdlists: Make LoadImage internally linkedLioncash1-0/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-23/+24
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel1-121/+4
2016-03-03Add immediate mode vertex submissionDwayne Slater1-0/+1
2015-09-11citra_qt: Reorganize headersLioncash1-9/+7
2015-09-07Shader Debugger: Fix freeze when double-clicking shader disassemblyYuri Kunde Schlesner1-1/+1
2015-08-25citra-qt: Add helper function to get a monospace QFontYuri Kunde Schlesner1-3/+3
2015-08-16citra-qt: Give RG8 format a proper name in the texture viewerYuri Kunde Schlesner1-1/+1
2015-07-26citra-qt/command list: Do not recreate a widget after each selectionLectem1-10/+10
2015-07-26citra-qt/command list: Add mask columnLectem1-8/+10
2015-07-26citra-qt/command list: monospace font on windowsLectem1-1/+3
2015-07-25citra-qt/command list: Enable uniform row heights and automatically resize columns.Lectem1-0/+8
2015-07-25citra-qt/command list: Split register and value columns.Lectem1-12/+14
2015-07-21Resolve issue accidentally left unaddressed in PR #930Yuri Kunde Schlesner1-1/+1
2015-07-19Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride.Subv1-1/+1
2015-07-19Citra_QT : Fix Conversion Warningszawata1-1/+1
2015-07-15citra-qt: Add support for copying the command list contents to clipboard.Tony Wasserka1-1/+29
2015-05-30Move video_core/math.h to common/vector_math.harchshift1-2/+2
2015-05-23Pica: Create 'State' structure and move state memory there.bunnei1-5/+5
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner1-2/+2
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner1-2/+2
2015-03-04GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei1-1/+1
2015-01-13Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka1-0/+2
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-2/+2
2015-01-01Silence some -Wsign-compare warnings.Rohit Nirmal1-2/+2
2014-12-21License changepurpasmart961-1/+1
2014-12-20Add support for a ridiculous number of texture formats.Tony Wasserka1-1/+8
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka1-4/+4
2014-12-20Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka1-1/+1
2014-12-20Pica: Initial support for multitexturing.Tony Wasserka1-7/+32
2014-12-09More cleanups.Tony Wasserka1-4/+4
2014-12-09citra-qt: Rename "Stop Tracing" to "Finish Tracing".Tony Wasserka1-1/+1
2014-12-09Some code cleanup.Tony Wasserka1-35/+19
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka1-18/+155
2014-12-09citra-qt: Add texture viewer to Pica command list.Tony Wasserka1-1/+63
2014-12-09citra-qt: Polish the pica tracing widget.Tony Wasserka1-1/+21
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka1-94/+50
2014-08-12Pica: Add command processor.Tony Wasserka1-1/+1
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka1-1/+1
2014-06-12Further refine GPU command list debugging.Tony Wasserka1-4/+10
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka1-15/+83
2014-06-12citra-qt: Add command list view.Tony Wasserka1-0/+65