summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Also added its name to the texture viewer widget
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
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
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
Also adds better documentation and removes the one-off reimplementation of the function in pica.h.
2015-03-04GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei1-1/+1
- Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
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
This effectively adds support for a lot texture formats in the rasterizer.
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
This better reflects that no commands are supposed to show up until you hit the button a second time.
2014-12-09Some code cleanup.Tony Wasserka1-35/+19
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka1-18/+155
Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area.
2014-12-09citra-qt: Add texture viewer to Pica command list.Tony Wasserka1-1/+63
The texture viewer is enabled when selecting a write command to one of the texture config registers.
2014-12-09citra-qt: Polish the pica tracing widget.Tony Wasserka1-1/+21
Changed start/stop button to reflect current tracing status. Properly labeled column headers.
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
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use.
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