summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_framebuffer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel2016-05-071-356/+0
* debugger: Warn if we reach an unreachable formatSam Spilsbury2016-04-231-0/+6
* Add immediate mode vertex submissionDwayne Slater2016-03-031-0/+1
* citra_qt: Reorganize headersLioncash2015-09-111-5/+4
* citra-qt: Add depth formats to framebuffer viewing widget.Tony Wasserka2015-07-131-4/+30
* citra-qt: Properly specify the framebuffer format.Tony Wasserka2015-07-131-2/+26
* Move video_core/color.h to common/color.harchshift2015-05-301-1/+2
* Pica: Create 'State' structure and move state memory there.bunnei2015-05-231-2/+2
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-0/+2
* Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner2015-05-091-1/+1
* Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner2015-05-091-1/+1
* GPU: Added the stencil test structure to the Pica Regs struct.Subv2015-03-101-3/+3
* Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferSubv2015-03-101-4/+59
* GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei2015-03-041-57/+31
* GPU: Implemented bits 3 and 1 from the display transfer flags.Subv2015-02-271-6/+16
* Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Tony Wasserka2015-02-111-27/+0
* Silence a few warnings.Rohit Nirmal2015-01-301-2/+2
* citra-qt: Add explicit casts to prevent some warnings.Subv2015-01-101-2/+2
* citra-qt: Fixed some Qt errors on initializationSubv2015-01-101-2/+2
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-2/+2
* Merge pull request #272 from rohit-n/sign-comparebunnei2015-01-061-8/+8
|\
| * Silence some -Wsign-compare warnings.Rohit Nirmal2015-01-011-8/+8
* | Pica: Cleanup color conversion.Tony Wasserka2014-12-311-8/+5
* | citra-qt: Fix displaying RGBA5551 framebuffers.Tony Wasserka2014-12-311-0/+4
* | citra-qt: Always show pica framebuffers as RGBA8.Tony Wasserka2014-12-311-1/+2
|/
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Pica: Unify ugly address translation hacks.Tony Wasserka2014-12-201-4/+4
* | citra-qt: Fix invalid memory read upon program startup.Tony Wasserka2014-12-201-1/+2
* | Clean up some warningsChin2014-12-201-6/+6
|/
* Some code cleanup.Tony Wasserka2014-12-091-2/+2
* citra-qt: Add pica framebuffer widget.Tony Wasserka2014-12-091-0/+282