| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-24 | Fix for the refresh issue when no rendering is done | LittleWhite | |
| 2015-09-18 | citra-qt: Fix connect error on startup | Kloen | |
| 2015-09-14 | Merge pull request #1123 from yuriks/gsp-flush | Yuri Kunde Schlesner | |
| GSP: Implement command 0x05, used for flushing caches | |||
| 2015-09-14 | Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow | bunnei | |
| Stop emulation when render window is closed | |||
| 2015-09-14 | GSP: Implement command 0x05, used for flushing caches | Yuri Kunde Schlesner | |
| May fix additional texture caching issues. (Though mostly in homebrew, I haven't seen any commercial software use this to flush anything but command lists.) | |||
| 2015-09-11 | general: Replace 0 literals with nullptr where applicable | Lioncash | |
| 2015-09-11 | Merge pull request #1147 from lioncash/nullptr | Yuri Kunde Schlesner | |
| General: Replace NULL and '0' usages with nullptr where applicable | |||
| 2015-09-11 | Merge pull request #1149 from lioncash/override | Yuri Kunde Schlesner | |
| graphics_breakpoints_p: Add missing override specifier | |||
| 2015-09-11 | graphics_breakpoints_p: Add missing override specifier | Lioncash | |
| 2015-09-11 | General: Replace NULL and '0' usages with nullptr where applicable | Lioncash | |
| 2015-09-11 | citra_qt: Reorganize headers | Lioncash | |
| 2015-09-07 | Merge pull request #1125 from yuriks/uilayout-config | Yuri Kunde Schlesner | |
| citra-qt: Separate UI layout state in a separate section of the config | |||
| 2015-09-07 | citra-qt: Separate UI layout state in a separate section of the config | Yuri Kunde Schlesner | |
| Closes #1113 | |||
| 2015-09-07 | citra-qt: Trim recently used files list to size when insterting new item | Yuri Kunde Schlesner | |
| Even though they weren't visible in the UI, old entries would never be removed from the list and would be stored in the config file across sessions. | |||
| 2015-09-07 | Merge pull request #1118 from Kloen/monospace-font | bunnei | |
| citra-qt: Use monospace font on Disassembler and ARM Registers | |||
| 2015-09-07 | Shader Debugger: Allow editing of input vertex data | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Highlight current instruction instead of focusing | Yuri Kunde Schlesner | |
| This avoid some annoying focus stealing in some situations, and looks nicer in general. | |||
| 2015-09-07 | Shader Debugger: Remove useless signal | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Fix only first vertex attribute being loaded | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Fix freeze when double-clicking shader disassembly | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Improve space efficiency of the layout | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Disassembly: Fix printing of jump offsets | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Disassembly: Fix disassembly of IFU/CALLU instructions | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Disassembly: Implement support for MAD/MADI | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Disassembly: Introduce variables to hold common subexpressions | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Initialize input_vertex to prevent crashes | Yuri Kunde Schlesner | |
| If the first type of breakpoint to be hit wasn't "Vertex Loaded", the input_vertex would contain garbage, which would be passed to the shader interpreter and ocasionally cause crashes. | |||
| 2015-09-07 | Shader Disassembly: Cleanup code and improve output alignment | Yuri Kunde Schlesner | |
| 2015-09-07 | citra-qt: Use monospace font on Disassembler and ARM Registers | Kloen | |
| 2015-09-07 | Stop emulation when render window is closed | LittleWhite | |
| 2015-09-03 | citra-qt: Move system shutdown to run inside EmuThread | Yuri Kunde Schlesner | |
| This stops (for some reason sporadic) crashes and OpenGL errors during shutdown, when the OpenGL renderer tries to clean up objects from the UI thread, which has no OpenGL context active. | |||
| 2015-08-30 | Increase required OpenGL version to 3.3 | Yuri Kunde Schlesner | |
| This gives us several niceties such as Sampler Objects, shader attribute locations and Timer Queries. | |||
| 2015-08-25 | citra-qt: Add a missing header guard to util.h | Lioncash | |
| 2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
| This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
| 2015-08-24 | citra-qt: Add helper function to get a monospace QFont | Yuri Kunde Schlesner | |
| 2015-08-19 | Improvements for MRU | LittleWhite | |
| avoid duplicates always put the last file loaded to top of the list | |||
| 2015-08-16 | Merge pull request #1034 from yuriks/rg8-textures | bunnei | |
| videocore: Added RG8 texture support | |||
| 2015-08-16 | Merge pull request #997 from Lectem/cmdlist_full_debug | Tony Wasserka | |
| citra-qt: Improve pica command list widget (add mask, fix some issues) | |||
| 2015-08-16 | citra-qt/VertexShader: Minor UI improvements. | Tony Wasserka | |
| Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index". Added flexible space at the bottom of the widget. | |||
| 2015-08-16 | citra-qt: Fix comment style. | Tony Wasserka | |
| 2015-08-16 | Introduce a shader tracer to allow inspection of input/output values for ↵ | Tony Wasserka | |
| each processed instruction. | |||
| 2015-08-16 | Pica/DebugUtils: Include uniform information into shader dumps. | Tony Wasserka | |
| 2015-08-16 | citra-qt: Improve shader debugger. | Tony Wasserka | |
| Now supports dumping the current shader and recognizes a larger number of output semantics. | |||
| 2015-08-16 | citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler. | Tony Wasserka | |
| 2015-08-16 | citra-qt: Give RG8 format a proper name in the texture viewer | Yuri Kunde Schlesner | |
| 2015-08-16 | Merge pull request #1017 from LittleWhite-tb/qt-recent-files | bunnei | |
| citra-qt: save path for recent files loaded | |||
| 2015-08-15 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | |
| - Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT. | |||
| 2015-08-15 | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. | bunnei | |
| 2015-08-15 | Shader: Move shader code to its own subdirectory, "shader". | bunnei | |
| 2015-08-15 | GPU: Refactor "VertexShader" namespace to "Shader". | bunnei | |
| - Also renames "vertex_shader.*" to "shader_interpreter.*" | |||
| 2015-08-13 | Merge pull request #1027 from lioncash/debugger | bunnei | |
| debugger: Add the ability to view VFP register contents | |||
