| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-29 | citra-qt: Adjust initializer list order | Lioncash | |
| Silences a warning. | |||
| 2015-07-26 | Merge pull request #986 from Lectem/better_widgets | Tony Wasserka | |
| citra-qt: Improve pica command list widget. | |||
| 2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash | |
| 2015-07-25 | dyncom: Get rid of skyeye typedefs | Lioncash | |
| 2015-07-25 | citra-qt/command list: Enable uniform row heights and automatically resize ↵ | Lectem | |
| columns. Uniform row heights enables some optimisations for a smoother scrolling. Resize columns to content so that we don't have to do it manually | |||
| 2015-07-25 | citra-qt/command list: Split register and value columns. | Lectem | |
| Also removed the extra spaces for each cell | |||
| 2015-07-25 | Merge pull request #892 from zawata/another-warning-fixes | Yuri Kunde Schlesner | |
| Yet More Warning Fixes | |||
| 2015-07-25 | Merge pull request #981 from Subv/checkboxes | Yuri Kunde Schlesner | |
| Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type | |||
| 2015-07-23 | Qt/GPU Breakpoints: Changed the widget so that we don't have to select and ↵ | Subv | |
| click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name. | |||
| 2015-07-23 | Qt/GPU Breakpoints: Added three more breakpoint types: | Subv | |
| * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip | |||
| 2015-07-21 | Merge pull request #929 from neobrain/geoshader_definitions | Tony Wasserka | |
| Pica/Shader: Add geometry shader definitions. | |||
| 2015-07-21 | Resolve issue accidentally left unaddressed in PR #930 | Yuri Kunde Schlesner | |
| 2015-07-20 | Merge pull request #930 from neobrain/copypaste_commandlist | Yuri Kunde Schlesner | |
| citra-qt: Add support for copying the command list contents to clipboard. | |||
| 2015-07-19 | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵ | Subv | |
| real stride. Also added its name to the texture viewer widget | |||
| 2015-07-19 | Citra_QT : Another Conversion Warning Fix | zawata | |
| 2015-07-19 | Citra_QT : Fix Conversion Warnings | zawata | |
| 2015-07-15 | citra-qt: Add support for copying the command list contents to clipboard. | Tony Wasserka | |
| 2015-07-15 | Pica/Shader: Add geometry shader definitions. | Tony Wasserka | |
| 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-07-13 | CiTrace: Clean up initialization method. | Tony Wasserka | |
| 2015-07-13 | CiTrace: Record LCD registers. Cleanup recording code. | Tony Wasserka | |
| 2015-07-13 | CiTrace: Record default vertex attributes. | Tony Wasserka | |
| 2015-07-13 | citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation. | Tony Wasserka | |
| 2015-07-13 | Add CiTrace recording support. | Tony Wasserka | |
| This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still). | |||
| 2015-06-28 | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | |
| 2015-06-19 | Make the call stack entries not editable | Greg Wicks | |
| 2015-05-30 | Move video_core/color.h to common/color.h | archshift | |
| 2015-05-30 | Move video_core/math.h to common/vector_math.h | archshift | |
| The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core. | |||
| 2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | |
| 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-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | |
| 2015-05-01 | Qt: Fixed a bug in shutdown procedure, various cleanups. | bunnei | |
| 2015-05-01 | Qt: Clear registers widget on shutdown. | bunnei | |
| 2015-05-01 | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | |
| 2015-05-01 | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | bunnei | |
| 2015-05-01 | Qt: Move EmuThread ownership from render window to main window. | bunnei | |
| 2015-04-17 | Merge pull request #691 from rohit-n/sign-compare | bunnei | |
| Silence some -Wsign-compare warnings. | |||
| 2015-04-14 | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | |
| 2015-04-09 | Silence some -Wsign-compare warnings. | Rohit Nirmal | |
| 2015-03-31 | Merge pull request #678 from lioncash/disasm | bunnei | |
| callstack: Remove unnecessary disassembler instantiation | |||
| 2015-03-30 | disassembler: Get rid of a const_cast | Lioncash | |
| 2015-03-30 | callstack: Remove unnecessary disassembler instantiation | Lioncash | |
| Decode is a static function. There's no need to allocate a disassembler instance. | |||
| 2015-03-09 | Merge pull request #643 from Subv/dem_feels | bunnei | |
| GPU: Implemented more depth buffer formats. | |||
| 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-08 | Update nihstro submodule to the initial release version. | archshift | |
| Includes more opcodes to implement in the future. | |||
