| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | citra-qt: Move graphics debugging code into its own folder | 2016-12-21 | 1 | -259/+0 | |
| | | | | | | Keeps all graphics debugging stuff from cluttering up the root debugger folder | ||||
| * | graphics_cmdlists: Get rid of variable shadowing | 2016-12-11 | 1 | -14/+18 | |
| | | |||||
| * | graphics_cmdlists: Get rid of an unused variable | 2016-12-10 | 1 | -1/+0 | |
| | | |||||
| * | graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments const | 2016-12-10 | 1 | -3/+4 | |
| | | |||||
| * | graphics_cmdlists: Make LoadImage internally linked | 2016-12-10 | 1 | -0/+2 | |
| | | | | | | Puts the TextureInfoWidget definition in the anonymous namespace as well, as it's only used in the translation unit as well. | ||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -4/+1 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -2/+1 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -23/+24 | |
| | | |||||
| * | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | 2016-05-07 | 1 | -121/+4 | |
| | | |||||
| * | Add immediate mode vertex submission | 2016-03-02 | 1 | -0/+1 | |
| | | |||||
| * | citra_qt: Reorganize headers | 2015-09-11 | 1 | -9/+7 | |
| | | |||||
| * | Shader Debugger: Fix freeze when double-clicking shader disassembly | 2015-09-07 | 1 | -1/+1 | |
| | | |||||
| * | citra-qt: Add helper function to get a monospace QFont | 2015-08-24 | 1 | -3/+3 | |
| | | |||||
| * | Merge pull request #1034 from yuriks/rg8-textures | 2015-08-16 | 1 | -1/+1 | |
| |\ | | | | | videocore: Added RG8 texture support | ||||
| | * | citra-qt: Give RG8 format a proper name in the texture viewer | 2015-08-16 | 1 | -1/+1 | |
| | | | |||||
| * | | citra-qt/command list: Do not recreate a widget after each selection | 2015-07-26 | 1 | -10/+10 | |
| | | | | | | | | | Recreating / replacing a widget is slow since it triggers a layout pass. | ||||
| * | | citra-qt/command list: Add mask column | 2015-07-26 | 1 | -8/+10 | |
| | | | |||||
| * | | citra-qt/command list: monospace font on windows | 2015-07-26 | 1 | -1/+3 | |
| |/ | |||||
| * | citra-qt/command list: Enable uniform row heights and automatically resize ↵ | 2015-07-25 | 1 | -0/+8 | |
| | | | | | | | | 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. | 2015-07-25 | 1 | -12/+14 | |
| | | | | | Also removed the extra spaces for each cell | ||||
| * | Merge pull request #892 from zawata/another-warning-fixes | 2015-07-25 | 1 | -1/+1 | |
| |\ | | | | | Yet More Warning Fixes | ||||
| | * | Citra_QT : Fix Conversion Warnings | 2015-07-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Resolve issue accidentally left unaddressed in PR #930 | 2015-07-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge pull request #930 from neobrain/copypaste_commandlist | 2015-07-20 | 1 | -1/+29 | |
| |\ \ | | | | | | | citra-qt: Add support for copying the command list contents to clipboard. | ||||
| | * | | citra-qt: Add support for copying the command list contents to clipboard. | 2015-07-15 | 1 | -1/+29 | |
| | |/ | |||||
| * / | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵ | 2015-07-19 | 1 | -1/+1 | |
| |/ | | | | | | real stride. Also added its name to the texture viewer widget | ||||
| * | Move video_core/math.h to common/vector_math.h | 2015-05-30 | 1 | -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. | 2015-05-22 | 1 | -5/+5 | |
| | | |||||
| * | Memory: Add GetPhysicalPointer helper function | 2015-05-09 | 1 | -2/+2 | |
| | | |||||
| * | Memory: Support more regions in the VAddr-PAddr translation functions | 2015-05-09 | 1 | -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. | 2015-03-03 | 1 | -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. | 2015-01-13 | 1 | -0/+2 | |
| | | |||||
| * | citra-qt: Renamed all .hxx headers to .h | 2015-01-06 | 1 | -2/+2 | |
| | | |||||
| * | Silence some -Wsign-compare warnings. | 2015-01-01 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #291 from purpasmart96/license | 2014-12-21 | 1 | -1/+1 | |
| |\ | | | | | License change | ||||
| | * | License change | 2014-12-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Add support for a ridiculous number of texture formats. | 2014-12-20 | 1 | -1/+8 | |
| | | | |||||
| * | | Pica: Unify ugly address translation hacks. | 2014-12-20 | 1 | -4/+4 | |
| | | | |||||
| * | | Pica: Merge texture lookup logic for DebugUtils and Rasterizer. | 2014-12-20 | 1 | -1/+1 | |
| | | | | | | | | | This effectively adds support for a lot texture formats in the rasterizer. | ||||
| * | | Pica: Initial support for multitexturing. | 2014-12-20 | 1 | -7/+32 | |
| |/ | |||||
| * | More cleanups. | 2014-12-09 | 1 | -4/+4 | |
| | | |||||
| * | citra-qt: Rename "Stop Tracing" to "Finish Tracing". | 2014-12-09 | 1 | -1/+1 | |
| | | | | | This better reflects that no commands are supposed to show up until you hit the button a second time. | ||||
| * | Some code cleanup. | 2014-12-09 | 1 | -35/+19 | |
| | | |||||
| * | citra_qt: Add enhanced texture debugging widgets. | 2014-12-09 | 1 | -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. | 2014-12-09 | 1 | -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. | 2014-12-09 | 1 | -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 ↵ | 2014-08-25 | 1 | -94/+50 | |
| | | | | | with something more sophisticated. | ||||
| * | Pica: Add command processor. | 2014-08-12 | 1 | -1/+1 | |
| | | |||||
| * | Remove the fancy RegisterSet class introduced in 4c2bff61e. | 2014-08-12 | 1 | -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. | ||||