aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_framebuffer.cpp
AgeCommit message (Expand)Author
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel
2016-04-23debugger: Warn if we reach an unreachable formatSam Spilsbury
2016-03-02Add immediate mode vertex submissionDwayne Slater
2015-09-11citra_qt: Reorganize headersLioncash
2015-07-13citra-qt: Add depth formats to framebuffer viewing widget.Tony Wasserka
2015-07-13citra-qt: Properly specify the framebuffer format.Tony Wasserka
2015-05-30Move video_core/color.h to common/color.harchshift
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-03-09GPU: Added the stencil test structure to the Pica Regs struct.Subv
2015-03-09Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferSubv
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
2015-02-26GPU: Implemented bits 3 and 1 from the display transfer flags.Subv
2015-02-11Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Tony Wasserka
2015-01-30Silence a few warnings.Rohit Nirmal
2015-01-10citra-qt: Add explicit casts to prevent some warnings.Subv
2015-01-10citra-qt: Fixed some Qt errors on initializationSubv
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj
2015-01-05Merge pull request #272 from rohit-n/sign-comparebunnei
2015-01-01Silence some -Wsign-compare warnings.Rohit Nirmal
2014-12-31Pica: Cleanup color conversion.Tony Wasserka
2014-12-31citra-qt: Fix displaying RGBA5551 framebuffers.Tony Wasserka
2014-12-31citra-qt: Always show pica framebuffers as RGBA8.Tony Wasserka
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka
2014-12-20citra-qt: Fix invalid memory read upon program startup.Tony Wasserka
2014-12-20Clean up some warningsChin
2014-12-09Some code cleanup.Tony Wasserka
2014-12-09citra-qt: Add pica framebuffer widget.Tony Wasserka