aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp
AgeCommit message (Expand)Author
2016-12-21citra-qt: Move graphics debugging code into its own folderLioncash
2016-12-11graphics_cmdlists: Get rid of variable shadowingLioncash
2016-12-10graphics_cmdlists: Get rid of an unused variableLioncash
2016-12-10graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments constLioncash
2016-12-10graphics_cmdlists: Make LoadImage internally linkedLioncash
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel
2016-03-02Add immediate mode vertex submissionDwayne Slater
2015-09-11citra_qt: Reorganize headersLioncash
2015-09-07Shader Debugger: Fix freeze when double-clicking shader disassemblyYuri Kunde Schlesner
2015-08-24citra-qt: Add helper function to get a monospace QFontYuri Kunde Schlesner
2015-08-16Merge pull request #1034 from yuriks/rg8-texturesbunnei
2015-08-16citra-qt: Give RG8 format a proper name in the texture viewerYuri Kunde Schlesner
2015-07-26citra-qt/command list: Do not recreate a widget after each selectionLectem
2015-07-26citra-qt/command list: Add mask columnLectem
2015-07-26citra-qt/command list: monospace font on windowsLectem
2015-07-25citra-qt/command list: Enable uniform row heights and automatically resize co...Lectem
2015-07-25citra-qt/command list: Split register and value columns.Lectem
2015-07-25Merge pull request #892 from zawata/another-warning-fixesYuri Kunde Schlesner
2015-07-21Resolve issue accidentally left unaddressed in PR #930Yuri Kunde Schlesner
2015-07-20Merge pull request #930 from neobrain/copypaste_commandlistYuri Kunde Schlesner
2015-07-19Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real...Subv
2015-07-19Citra_QT : Fix Conversion Warningszawata
2015-07-15citra-qt: Add support for copying the command list contents to clipboard.Tony Wasserka
2015-05-30Move video_core/math.h to common/vector_math.harchshift
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
2015-01-13Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj
2015-01-01Silence some -Wsign-compare warnings.Rohit Nirmal
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-20Add support for a ridiculous number of texture formats.Tony Wasserka
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka
2014-12-20Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka
2014-12-20Pica: Initial support for multitexturing.Tony Wasserka
2014-12-09More cleanups.Tony Wasserka
2014-12-09citra-qt: Rename "Stop Tracing" to "Finish Tracing".Tony Wasserka
2014-12-09Some code cleanup.Tony Wasserka
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka
2014-12-09citra-qt: Add texture viewer to Pica command list.Tony Wasserka
2014-12-09citra-qt: Polish the pica tracing widget.Tony Wasserka
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka