| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | 2016-05-07 | 1 | -356/+0 | |
| | | |||||
| * | debugger: Warn if we reach an unreachable format | 2016-04-23 | 1 | -0/+6 | |
| | | |||||
| * | Add immediate mode vertex submission | 2016-03-02 | 1 | -0/+1 | |
| | | |||||
| * | citra_qt: Reorganize headers | 2015-09-11 | 1 | -5/+4 | |
| | | |||||
| * | citra-qt: Add depth formats to framebuffer viewing widget. | 2015-07-13 | 1 | -4/+30 | |
| | | |||||
| * | citra-qt: Properly specify the framebuffer format. | 2015-07-13 | 1 | -2/+26 | |
| | | |||||
| * | Move video_core/color.h to common/color.h | 2015-05-30 | 1 | -1/+2 | |
| | | |||||
| * | Pica: Create 'State' structure and move state memory there. | 2015-05-22 | 1 | -2/+2 | |
| | | |||||
| * | Memmap: Re-organize memory function in two files | 2015-05-15 | 1 | -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 function | 2015-05-09 | 1 | -1/+1 | |
| | | |||||
| * | Memory: Support more regions in the VAddr-PAddr translation functions | 2015-05-09 | 1 | -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. | 2015-03-09 | 1 | -3/+3 | |
| | | |||||
| * | Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer | 2015-03-09 | 1 | -4/+59 | |
| | | |||||
| * | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | 2015-03-03 | 1 | -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. | 2015-02-26 | 1 | -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. | 2015-02-11 | 1 | -27/+0 | |
| | | |||||
| * | Silence a few warnings. | 2015-01-30 | 1 | -2/+2 | |
| | | |||||
| * | citra-qt: Add explicit casts to prevent some warnings. | 2015-01-10 | 1 | -2/+2 | |
| | | |||||
| * | citra-qt: Fixed some Qt errors on initialization | 2015-01-10 | 1 | -2/+2 | |
| | | |||||
| * | citra-qt: Renamed all .hxx headers to .h | 2015-01-06 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #272 from rohit-n/sign-compare | 2015-01-05 | 1 | -8/+8 | |
| |\ | | | | | Silence some -Wsign-compare warnings. | ||||
| | * | Silence some -Wsign-compare warnings. | 2015-01-01 | 1 | -8/+8 | |
| | | | |||||
| * | | Pica: Cleanup color conversion. | 2014-12-31 | 1 | -8/+5 | |
| | | | |||||
| * | | citra-qt: Fix displaying RGBA5551 framebuffers. | 2014-12-31 | 1 | -0/+4 | |
| | | | | | | | | | (not that it matters at the moment, because this code is not used yet) | ||||
| * | | citra-qt: Always show pica framebuffers as RGBA8. | 2014-12-31 | 1 | -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/license | 2014-12-21 | 1 | -1/+1 | |
| |\ | | | | | License change | ||||
| | * | License change | 2014-12-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Pica: Unify ugly address translation hacks. | 2014-12-20 | 1 | -4/+4 | |
| | | | |||||
| * | | citra-qt: Fix invalid memory read upon program startup. | 2014-12-20 | 1 | -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 warnings | 2014-12-20 | 1 | -6/+6 | |
| |/ | |||||
| * | Some code cleanup. | 2014-12-09 | 1 | -2/+2 | |
| | | |||||
| * | citra-qt: Add pica framebuffer widget. | 2014-12-09 | 1 | -0/+282 | |