Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shader: Move shader code to its own subdirectory, "shader". | bunnei | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | GPU: Refactor "VertexShader" namespace to "Shader". | bunnei | 2015-08-15 | 1 | -1/+1 |
| | | | | - Also renames "vertex_shader.*" to "shader_interpreter.*" | ||||
* | Merge pull request #1027 from lioncash/debugger | bunnei | 2015-08-14 | 2 | -48/+176 |
|\ | | | | | debugger: Add the ability to view VFP register contents | ||||
| * | registers: Support viewing VFP registers | Lioncash | 2015-08-07 | 2 | -44/+172 |
| | | |||||
| * | registers: Fix a typo with CPSR's name | Lioncash | 2015-08-07 | 2 | -36/+36 |
| | | |||||
* | | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. | Emmanuel Gil Peyrot | 2015-08-11 | 2 | -5/+9 |
|/ | |||||
* | citra-qt: Adjust initializer list order | Lioncash | 2015-07-29 | 1 | -1/+1 |
| | | | | Silences a warning. | ||||
* | Merge pull request #986 from Lectem/better_widgets | Tony Wasserka | 2015-07-26 | 1 | -12/+22 |
|\ | | | | | citra-qt: Improve pica command list widget. | ||||
| * | citra-qt/command list: Enable uniform row heights and automatically resize columns. | Lectem | 2015-07-25 | 1 | -0/+8 |
| | | | | | | | | | | Uniform row heights enables some optimisations for a smoother scrolling. Resize columns to content so that we don't have to do it manually | ||||
| * | citra-qt/command list: Split register and value columns. | Lectem | 2015-07-25 | 1 | -12/+14 |
| | | | | | | | | Also removed the extra spaces for each cell | ||||
* | | dyncom: Rename armdefs.h to armstate.h | Lioncash | 2015-07-26 | 1 | -1/+0 |
| | | |||||
* | | dyncom: Get rid of skyeye typedefs | Lioncash | 2015-07-26 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #892 from zawata/another-warning-fixes | Yuri Kunde Schlesner | 2015-07-25 | 3 | -3/+3 |
|\ | | | | | Yet More Warning Fixes | ||||
| * | Citra_QT : Another Conversion Warning Fix | zawata | 2015-07-19 | 1 | -1/+1 |
| | | |||||
| * | Citra_QT : Fix Conversion Warnings | zawata | 2015-07-19 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #981 from Subv/checkboxes | Yuri Kunde Schlesner | 2015-07-25 | 3 | -71/+40 |
|\ \ | | | | | | | Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type | ||||
| * | | Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name. | Subv | 2015-07-24 | 3 | -71/+40 |
| | | | |||||
* | | | Qt/GPU Breakpoints: Added three more breakpoint types: | Subv | 2015-07-23 | 1 | -3/+6 |
|/ / | | | | | | | | | | | * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip | ||||
* | | Merge pull request #929 from neobrain/geoshader_definitions | Tony Wasserka | 2015-07-21 | 1 | -1/+1 |
|\ \ | | | | | | | Pica/Shader: Add geometry shader definitions. | ||||
| * | | Pica/Shader: Add geometry shader definitions. | Tony Wasserka | 2015-07-15 | 1 | -1/+1 |
| |/ | |||||
* | | Resolve issue accidentally left unaddressed in PR #930 | Yuri Kunde Schlesner | 2015-07-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #930 from neobrain/copypaste_commandlist | Yuri Kunde Schlesner | 2015-07-21 | 2 | -1/+31 |
|\ \ | | | | | | | citra-qt: Add support for copying the command list contents to clipboard. | ||||
| * | | citra-qt: Add support for copying the command list contents to clipboard. | Tony Wasserka | 2015-07-15 | 2 | -1/+31 |
| |/ | |||||
* / | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride. | Subv | 2015-07-19 | 1 | -1/+1 |
|/ | | | | Also added its name to the texture viewer widget | ||||
* | citra-qt: Add depth formats to framebuffer viewing widget. | Tony Wasserka | 2015-07-13 | 2 | -6/+33 |
| | |||||
* | citra-qt: Properly specify the framebuffer format. | Tony Wasserka | 2015-07-13 | 2 | -3/+28 |
| | |||||
* | CiTrace: Clean up initialization method. | Tony Wasserka | 2015-07-13 | 1 | -9/+15 |
| | |||||
* | CiTrace: Record LCD registers. Cleanup recording code. | Tony Wasserka | 2015-07-13 | 1 | -7/+11 |
| | |||||
* | CiTrace: Record default vertex attributes. | Tony Wasserka | 2015-07-13 | 1 | -0/+8 |
| | |||||
* | citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation. | Tony Wasserka | 2015-07-13 | 2 | -2/+36 |
| | |||||
* | Add CiTrace recording support. | Tony Wasserka | 2015-07-13 | 3 | -1/+151 |
| | | | | | | 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). | ||||
* | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -0/+2 |
| | |||||
* | Make the call stack entries not editable | Greg Wicks | 2015-06-19 | 1 | -0/+3 |
| | |||||
* | Move video_core/color.h to common/color.h | archshift | 2015-05-30 | 1 | -1/+2 |
| | |||||
* | Move video_core/math.h to common/vector_math.h | archshift | 2015-05-30 | 1 | -2/+2 |
| | | | | The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core. | ||||
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | Pica: Create 'State' structure and move state memory there. | bunnei | 2015-05-23 | 3 | -10/+10 |
| | |||||
* | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 4 | -4/+4 |
| | | | | | | | 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 | Yuri Kunde Schlesner | 2015-05-09 | 2 | -3/+3 |
| | |||||
* | Memory: Support more regions in the VAddr-PAddr translation functions | Yuri Kunde Schlesner | 2015-05-09 | 2 | -3/+3 |
| | | | | | Also adds better documentation and removes the one-off reimplementation of the function in pica.h. | ||||
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 4 | -3/+5 |
| | |||||
* | Qt: Fixed a bug in shutdown procedure, various cleanups. | bunnei | 2015-05-02 | 4 | -8/+8 |
| | |||||
* | Qt: Clear registers widget on shutdown. | bunnei | 2015-05-02 | 2 | -8/+29 |
| | |||||
* | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | 2015-05-02 | 2 | -41/+49 |
| | |||||
* | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | bunnei | 2015-05-02 | 1 | -5/+5 |
| | |||||
* | Qt: Move EmuThread ownership from render window to main window. | bunnei | 2015-05-02 | 2 | -11/+13 |
| | |||||
* | Merge pull request #691 from rohit-n/sign-compare | bunnei | 2015-04-18 | 1 | -2/+2 |
|\ | | | | | Silence some -Wsign-compare warnings. | ||||
| * | Silence some -Wsign-compare warnings. | Rohit Nirmal | 2015-04-10 | 1 | -2/+2 |
| | | |||||
* | | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | 2015-04-14 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #678 from lioncash/disasm | bunnei | 2015-04-01 | 1 | -2/+1 |
|\ | | | | | callstack: Remove unnecessary disassembler instantiation | ||||
| * | callstack: Remove unnecessary disassembler instantiation | Lioncash | 2015-03-30 | 1 | -2/+1 |
| | | | | | | | | Decode is a static function. There's no need to allocate a disassembler instance. | ||||
* | | disassembler: Get rid of a const_cast | Lioncash | 2015-03-30 | 1 | -4/+1 |
|/ | |||||
* | Merge pull request #643 from Subv/dem_feels | bunnei | 2015-03-10 | 2 | -7/+68 |
|\ | | | | | GPU: Implemented more depth buffer formats. | ||||
| * | GPU: Added the stencil test structure to the Pica Regs struct. | Subv | 2015-03-10 | 2 | -6/+6 |
| | | |||||
| * | Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer | Subv | 2015-03-10 | 2 | -5/+66 |
| | | |||||
* | | Update nihstro submodule to the initial release version. | archshift | 2015-03-08 | 1 | -20/+21 |
|/ | | | | Includes more opcodes to implement in the future. | ||||
* | Merge pull request #538 from yuriks/perf-stat | Tony Wasserka | 2015-03-07 | 3 | -0/+221 |
|\ | | | | | Add profiling infrastructure and widget | ||||
| * | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 2015-03-02 | 3 | -0/+221 |
| | | |||||
* | | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | bunnei | 2015-03-04 | 3 | -59/+33 |
|/ | | | | | | - 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. | Subv | 2015-02-27 | 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. | ||||
* | citra-qt: Add a vertex shader debugger. | Tony Wasserka | 2015-02-11 | 2 | -0/+349 |
| | |||||
* | Pica/DebugUtils: Factor out BreakPointObserverDock into its own file. | Tony Wasserka | 2015-02-11 | 4 | -50/+66 |
| | |||||
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 2 | -2/+2 |
| | | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | ||||
* | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. | Tony Wasserka | 2015-02-03 | 1 | -57/+60 |
| | |||||
* | citra-qt: Fix a crash when double-clicking a disassembler list item. | Tony Wasserka | 2015-02-03 | 2 | -12/+6 |
| | |||||
* | Silence a few warnings. | Rohit Nirmal | 2015-01-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #473 from archshift/pp3ports | bunnei | 2015-01-14 | 1 | -0/+2 |
|\ | | | | | Pica/Rasterizer: Add ETC1 texture decompression support. | ||||
| * | Pica/Rasterizer: Add ETC1 texture decompression support. | Tony Wasserka | 2015-01-13 | 1 | -0/+2 |
| | | |||||
* | | Qt Callstack: Clear the callstack every time it's updated | archshift | 2015-01-12 | 2 | -0/+14 |
|/ | | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened. | ||||
* | Merge pull request #437 from Kingcom/DebugMode | Tony Wasserka | 2015-01-11 | 6 | -6/+24 |
|\ | | | | | Replace OnCpuStepped signal | ||||
| * | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft | Kingcom | 2015-01-11 | 6 | -6/+24 |
| | | |||||
* | | citra-qt: Add explicit casts to prevent some warnings. | Subv | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | citra-qt: Fixed some Qt errors on initialization | Subv | 2015-01-10 | 2 | -4/+4 |
| | | |||||
* | | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 1 | -0/+1 |
| | | |||||
* | | citra-qt: Add check for valid address to call stack | Kingcom | 2015-01-07 | 1 | -0/+3 |
|/ | |||||
* | citra-qt: Renamed all .hxx headers to .h | chrisvj | 2015-01-06 | 17 | -13/+13 |
| | |||||
* | Merge pull request #272 from rohit-n/sign-compare | bunnei | 2015-01-06 | 3 | -12/+12 |
|\ | | | | | Silence some -Wsign-compare warnings. | ||||
| * | Silence some -Wsign-compare warnings. | Rohit Nirmal | 2015-01-01 | 3 | -12/+12 |
| | | |||||
* | | citra-qt: Added license headers to files. | chrisvj | 2015-01-04 | 8 | -0/+32 |
| | | |||||
* | | Merge pull request #377 from Yllodra/misc-changes | Tony Wasserka | 2015-01-02 | 4 | -6/+6 |
|\ \ | | | | | | | Qt: Letter cases and single window mode | ||||
| * | | Make letter cases consistent in menus and widgets | Daniel Lundqvist | 2015-01-01 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one. | ||||
* | | | Merge pull request #358 from neobrain/pica_progress2 | bunnei | 2015-01-02 | 1 | -5/+7 |
|\ \ \ | |_|/ |/| | | pica_progress followups | ||||
| * | | Pica: Cleanup color conversion. | Tony Wasserka | 2014-12-31 | 1 | -8/+5 |
| | | | |||||
| * | | citra-qt: Fix displaying RGBA5551 framebuffers. | Tony Wasserka | 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. | Tony Wasserka | 2014-12-31 | 1 | -1/+2 |
| |/ | | | | | | | We actually don't really know yet how the format is encoded. Hence just use what works. | ||||
* / | Set object name for the graphics debugger | Daniel Lundqvist | 2015-01-01 | 1 | -1/+1 |
|/ | | | | | | Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application. | ||||
* | Qt: we don't need to check if model is valid. | xdec | 2014-12-28 | 1 | -1/+1 |
| | |||||
* | Fix crash when the disassembler pause button is pressed while no game is running. | xdec | 2014-12-28 | 1 | -1/+3 |
| | |||||
* | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 9 | -9/+9 |
|\ | | | | | License change | ||||
| * | License change | purpasmart96 | 2014-12-21 | 9 | -9/+9 |
| | | |||||
* | | Pica/DebugUtils: Add an event triggered after loading a vertex. | Tony Wasserka | 2014-12-20 | 1 | -0/+1 |
| | | |||||
* | | Add support for a ridiculous number of texture formats. | Tony Wasserka | 2014-12-20 | 1 | -1/+8 |
| | | |||||
* | | Pica: Unify ugly address translation hacks. | Tony Wasserka | 2014-12-20 | 2 | -8/+8 |
| | | |||||
* | | Pica: Merge texture lookup logic for DebugUtils and Rasterizer. | Tony Wasserka | 2014-12-20 | 1 | -1/+1 |
| | | | | | | | | This effectively adds support for a lot texture formats in the rasterizer. | ||||
* | | citra-qt: Fix invalid memory read upon program startup. | Tony Wasserka | 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. | ||||
* | | Pica: Initial support for multitexturing. | Tony Wasserka | 2014-12-20 | 1 | -7/+32 |
| | | |||||
* | | citra-qt: static-constify a map. | Tony Wasserka | 2014-12-20 | 1 | -6/+7 |
| | | |||||
* | | Clean up some warnings | Chin | 2014-12-20 | 2 | -8/+8 |
|/ | |||||
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | More cleanups. | Tony Wasserka | 2014-12-09 | 2 | -6/+13 |
| | |||||
* | citra-qt: Rename "Stop Tracing" to "Finish Tracing". | Tony Wasserka | 2014-12-09 | 1 | -1/+1 |
| | | | | This better reflects that no commands are supposed to show up until you hit the button a second time. | ||||
* | More coding style fixes. | Tony Wasserka | 2014-12-09 | 2 | -2/+2 |
| | |||||
* | Some code cleanup. | Tony Wasserka | 2014-12-09 | 5 | -64/+62 |
| | |||||
* | citra-qt: Add pica framebuffer widget. | Tony Wasserka | 2014-12-09 | 2 | -0/+374 |
| | |||||
* | citra_qt: Add enhanced texture debugging widgets. | Tony Wasserka | 2014-12-09 | 2 | -18/+179 |
| | | | | Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area. | ||||
* | citra-qt: Add texture viewer to Pica command list. | Tony Wasserka | 2014-12-09 | 2 | -1/+71 |
| | | | | The texture viewer is enabled when selecting a write command to one of the texture config registers. | ||||
* | Add GUI widget for controlling pica breakpoints. | Tony Wasserka | 2014-12-09 | 2 | -0/+331 |
| | |||||
* | citra-qt: Polish the pica tracing widget. | Tony Wasserka | 2014-12-09 | 2 | -1/+26 |
| | | | | | Changed start/stop button to reflect current tracing status. Properly labeled column headers. | ||||
* | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | 2014-11-19 | 2 | -18/+18 |
| | |||||
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 2 | -4/+4 |
| | |||||
* | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 1 | -1/+1 |
| | | | | This was automated using `clang-modernize`. | ||||
* | ARM: Reorganized file structure to move shared SkyEye code to a more common area. | bunnei | 2014-10-25 | 1 | -1/+1 |
| | | | | Removed s_ prefix | ||||
* | core: Make the ARM disassembler use std::string internally | Lioncash | 2014-09-06 | 2 | -6/+4 |
| | |||||
* | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 2014-08-25 | 2 | -124/+62 |
| | |||||
* | Pica: Add command processor. | Tony Wasserka | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 2014-08-12 | 1 | -1/+1 |
| | | | | | While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use. | ||||
* | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 2014-08-06 | 1 | -8/+8 |
| | | | | - Various other cleanups. | ||||
* | Merge pull request #27 from neobrain/disassembly_view_rewrite | bunnei | 2014-07-23 | 2 | -60/+204 |
|\ | | | | | citra-qt: Rewrite disassembly view. | ||||
| * | citra-qt: Show function names in disassembler based on bunnei's suggestion. | Tony Wasserka | 2014-07-23 | 1 | -5/+21 |
| | | |||||
| * | Disassembler: Chose slightly lower value for chunk size. | Tony Wasserka | 2014-07-23 | 1 | -1/+3 |
| | | |||||
| * | citra-qt: Rewrite disassembly view. | Tony Wasserka | 2014-07-02 | 2 | -60/+186 |
| | | |||||
* | | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 2014-07-23 | 1 | -16/+18 |
|/ | | | | Anonymous structs are not standard C++, hence don't use them. | ||||
* | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei | 2014-06-22 | 3 | -3/+3 |
| | |||||
* | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp | ||||
| * | qt: updated disassembler to show 2X as many instructions | bunnei | 2014-06-05 | 1 | -1/+1 |
| | | |||||
* | | Further refine GPU command list debugging. | Tony Wasserka | 2014-06-12 | 1 | -4/+10 |
| | | |||||
* | | Refine command list debugging functionality and its qt interface. | Tony Wasserka | 2014-06-12 | 2 | -19/+107 |
| | | |||||
* | | citra-qt: Add command list view. | Tony Wasserka | 2014-06-12 | 2 | -0/+109 |
| | | |||||
* | | citra-qt: Add GX command history viewer. | Tony Wasserka | 2014-06-12 | 2 | -0/+126 |
|/ | |||||
* | Remove unused QTableView | Mathieu Vaillancourt | 2014-04-19 | 2 | -29/+2 |
| | |||||
* | UI/debugger changes | Mathieu Vaillancourt | 2014-04-19 | 11 | -0/+565 |