summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_framebuffer.cpp (follow)
Commit message (Collapse)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.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
* 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
| | | | | Also adds better documentation and removes the one-off reimplementation of the function in pica.h.
* 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
| | | | | | - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
* GPU: Implemented bits 3 and 1 from the display transfer flags.Subv2015-02-271-6/+16
| | | | | Bit 3 is used to specify a raw copy, where no processing is done to the data, seems to behave exactly as a DMA. Bit 1 is used to specify whether to convert from a tiled format to a linear format or viceversa.
* 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.
| * 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
| | | | | | | | (not that it matters at the moment, because this code is not used yet)
* | citra-qt: Always show pica framebuffers as RGBA8.Tony Wasserka2014-12-311-1/+2
|/ | | | We actually don't really know yet how the format is encoded. Hence just use what works.
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ | | | | License change
| * 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
| | | | | | | | This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not.
* | 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