summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_framebuffer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Gravatar Jannik Vogel1-76/+0
2015-09-11citra_qt: Reorganize headersGravatar Lioncash1-3/+1
2015-07-13citra-qt: Add depth formats to framebuffer viewing widget.Gravatar Tony Wasserka1-2/+3
2015-07-13citra-qt: Properly specify the framebuffer format.Gravatar Tony Wasserka1-1/+2
2015-03-09GPU: Added the stencil test structure to the Pica Regs struct.Gravatar Subv1-3/+3
2015-03-09Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferGravatar Subv1-1/+7
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.Gravatar bunnei1-1/+1
- Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
2015-02-11Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Gravatar Tony Wasserka1-23/+1
2015-01-10citra-qt: Fixed some Qt errors on initializationGravatar Subv1-2/+2
2015-01-06citra-qt: Renamed all .hxx headers to .hGravatar chrisvj1-0/+0
2015-01-01Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal1-2/+2
2014-12-20License changeGravatar purpasmart961-1/+1
2014-12-09More coding style fixes.Gravatar Tony Wasserka1-1/+1
2014-12-09citra-qt: Add pica framebuffer widget.Gravatar Tony Wasserka1-0/+92