summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride.Subv2015-07-191-1/+1
| | | | Also added its name to the texture viewer widget
* Move video_core/math.h to common/vector_math.harchshift2015-05-301-2/+2
| | | | The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
* 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
| | | | | Also adds better documentation and removes the one-off reimplementation of the function in pica.h.
* GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei2015-03-041-1/+1
| | | | | | - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
* 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 change
| * 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
| | | | | | | | This effectively adds support for a lot texture formats in the rasterizer.
* | 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
| | | | This better reflects that no commands are supposed to show up until you hit the button a second time.
* Some code cleanup.Tony Wasserka2014-12-091-35/+19
|
* citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2014-12-091-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.
* citra-qt: Add texture viewer to Pica command list.Tony Wasserka2014-12-091-1/+63
| | | | The texture viewer is enabled when selecting a write command to one of the texture config registers.
* citra-qt: Polish the pica tracing widget.Tony Wasserka2014-12-091-1/+21
| | | | | Changed start/stop button to reflect current tracing status. Properly labeled column headers.
* 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
| | | | | 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.
* 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