aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/graphics_cmdlists.cpp
Commit message (Collapse)AuthorAge
* citra-qt/command list: Enable uniform row heights and automatically resize ↵Gravatar Lectem2015-07-25
| | | | | | | columns. Uniform row heights enables some optimisations for a smoother scrolling. Resize columns to content so that we don't have to do it manually
* citra-qt/command list: Split register and value columns.Gravatar Lectem2015-07-25
| | | | Also removed the extra spaces for each cell
* Merge pull request #892 from zawata/another-warning-fixesGravatar Yuri Kunde Schlesner2015-07-25
|\ | | | | Yet More Warning Fixes
* | Resolve issue accidentally left unaddressed in PR #930Gravatar Yuri Kunde Schlesner2015-07-21
| |
* | Merge pull request #930 from neobrain/copypaste_commandlistGravatar Yuri Kunde Schlesner2015-07-20
|\ \ | | | | | | citra-qt: Add support for copying the command list contents to clipboard.
* | | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵Gravatar Subv2015-07-19
| | | | | | | | | | | | | | | | | | real stride. Also added its name to the texture viewer widget
| | * Citra_QT : Fix Conversion WarningsGravatar zawata2015-07-19
| |/ |/|
| * citra-qt: Add support for copying the command list contents to clipboard.Gravatar Tony Wasserka2015-07-15
|/
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-30
| | | | 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.Gravatar bunnei2015-05-22
|
* Memory: Add GetPhysicalPointer helper functionGravatar Yuri Kunde Schlesner2015-05-09
|
* Memory: Support more regions in the VAddr-PAddr translation functionsGravatar Yuri Kunde Schlesner2015-05-09
| | | | | 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.Gravatar bunnei2015-03-03
| | | | | | - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
* Pica/Rasterizer: Add ETC1 texture decompression support.Gravatar Tony Wasserka2015-01-13
|
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-01-01
|
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ | | | | License change
| * License changeGravatar purpasmart962014-12-20
| |
* | Add support for a ridiculous number of texture formats.Gravatar Tony Wasserka2014-12-20
| |
* | Pica: Unify ugly address translation hacks.Gravatar Tony Wasserka2014-12-20
| |
* | Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Gravatar Tony Wasserka2014-12-20
| | | | | | | | This effectively adds support for a lot texture formats in the rasterizer.
* | Pica: Initial support for multitexturing.Gravatar Tony Wasserka2014-12-20
|/
* More cleanups.Gravatar Tony Wasserka2014-12-09
|
* citra-qt: Rename "Stop Tracing" to "Finish Tracing".Gravatar Tony Wasserka2014-12-09
| | | | This better reflects that no commands are supposed to show up until you hit the button a second time.
* Some code cleanup.Gravatar Tony Wasserka2014-12-09
|
* citra_qt: Add enhanced texture debugging widgets.Gravatar Tony Wasserka2014-12-09
| | | | 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.Gravatar Tony Wasserka2014-12-09
| | | | The texture viewer is enabled when selecting a write command to one of the texture config registers.
* citra-qt: Polish the pica tracing widget.Gravatar Tony Wasserka2014-12-09
| | | | | 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 ↵Gravatar Tony Wasserka2014-08-25
| | | | with something more sophisticated.
* Pica: Add command processor.Gravatar Tony Wasserka2014-08-12
|
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Gravatar Tony Wasserka2014-08-12
| | | | | 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.Gravatar Tony Wasserka2014-06-12
|
* Refine command list debugging functionality and its qt interface.Gravatar Tony Wasserka2014-06-12
|
* citra-qt: Add command list view.Gravatar Tony Wasserka2014-06-12