Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-07 | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | Jannik Vogel | |
2016-04-23 | debugger: Warn if we reach an unreachable format | Sam Spilsbury | |
2016-03-02 | Add immediate mode vertex submission | Dwayne Slater | |
2015-09-11 | citra_qt: Reorganize headers | Lioncash | |
2015-07-13 | citra-qt: Add depth formats to framebuffer viewing widget. | Tony Wasserka | |
2015-07-13 | citra-qt: Properly specify the framebuffer format. | Tony Wasserka | |
2015-05-30 | Move video_core/color.h to common/color.h | archshift | |
2015-05-22 | Pica: Create 'State' structure and move state memory there. | bunnei | |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | |
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. | |||
2015-05-09 | Memory: Add GetPhysicalPointer helper function | Yuri Kunde Schlesner | |
2015-05-09 | Memory: Support more regions in the VAddr-PAddr translation functions | Yuri Kunde Schlesner | |
Also adds better documentation and removes the one-off reimplementation of the function in pica.h. | |||
2015-03-09 | GPU: Added the stencil test structure to the Pica Regs struct. | Subv | |
2015-03-09 | Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer | Subv | |
2015-03-03 | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | bunnei | |
- Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger. | |||
2015-02-26 | GPU: Implemented bits 3 and 1 from the display transfer flags. | Subv | |
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. | |||
2015-02-11 | Pica/DebugUtils: Factor out BreakPointObserverDock into its own file. | Tony Wasserka | |
2015-01-30 | Silence a few warnings. | Rohit Nirmal | |
2015-01-10 | citra-qt: Add explicit casts to prevent some warnings. | Subv | |
2015-01-10 | citra-qt: Fixed some Qt errors on initialization | Subv | |
2015-01-06 | citra-qt: Renamed all .hxx headers to .h | chrisvj | |
2015-01-05 | Merge pull request #272 from rohit-n/sign-compare | bunnei | |
Silence some -Wsign-compare warnings. | |||
2015-01-01 | Silence some -Wsign-compare warnings. | Rohit Nirmal | |
2014-12-31 | Pica: Cleanup color conversion. | Tony Wasserka | |
2014-12-31 | citra-qt: Fix displaying RGBA5551 framebuffers. | Tony Wasserka | |
(not that it matters at the moment, because this code is not used yet) | |||
2014-12-31 | citra-qt: Always show pica framebuffers as RGBA8. | Tony Wasserka | |
We actually don't really know yet how the format is encoded. Hence just use what works. | |||
2014-12-21 | Merge pull request #291 from purpasmart96/license | bunnei | |
License change | |||
2014-12-20 | License change | purpasmart96 | |
2014-12-20 | Pica: Unify ugly address translation hacks. | Tony Wasserka | |
2014-12-20 | citra-qt: Fix invalid memory read upon program startup. | Tony Wasserka | |
This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not. | |||
2014-12-20 | Clean up some warnings | Chin | |
2014-12-09 | Some code cleanup. | Tony Wasserka | |
2014-12-09 | citra-qt: Add pica framebuffer widget. | Tony Wasserka | |