Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-22 | Shader: implement DPH/DPHI in JIT | aroulin | |
2015-08-22 | Shader: implement DPH/DPHI in interpreter | aroulin | |
Tests revealed that the component with w=1 is SRC1 and not SRC2, it is now fixed on 3dbrew. | |||
2015-08-20 | Merge pull request #1056 from lioncash/emitter | bunnei | |
emitter: Minor cleanup | |||
2015-08-20 | emitter: Remove unnecessary defines | Lioncash | |
2015-08-20 | emitter: Remove unnecessary else keywords | Lioncash | |
2015-08-20 | emitter: Remove unused code | Lioncash | |
2015-08-20 | emitter: Remove unimplemented JMP prototype | Lioncash | |
2015-08-20 | emitter: Pass OpArg by reference where possible | Lioncash | |
2015-08-20 | emitter: Remove unnecessary inline specifiers | Lioncash | |
Functions implemented in a class definition are already implicitly inline. | |||
2015-08-19 | Merge pull request #1035 from darkf/mingw-fix | bunnei | |
Fix building under MinGW | |||
2015-08-19 | Merge pull request #1055 from aroulin/shader-sge-sgei-slt | bunnei | |
Shader: Implement SGE, SGEI and SLT in interpreter/JIT | |||
2015-08-19 | Merge pull request #1045 from LittleWhite-tb/qt-recent-files | Yuri Kunde Schlesner | |
Improvements for MRU | |||
2015-08-19 | Improvements for MRU | LittleWhite | |
avoid duplicates always put the last file loaded to top of the list | |||
2015-08-19 | Shader: implement SGE, SGEI and SLT in JIT | aroulin | |
2015-08-19 | Shader: implement SGE, SGEI in interpreter | aroulin | |
2015-08-18 | Merge pull request #996 from yuriks/texture-copy | Yuri Kunde Schlesner | |
GPU: Implement TextureCopy-mode display transfers | |||
2015-08-18 | Merge pull request #1047 from aroulin/shader-ex2-lg2 | bunnei | |
Shader: Save caller-saved registers in JIT before a CALL | |||
2015-08-19 | Shader: Save caller-saved registers in JIT before a CALL | aroulin | |
2015-08-18 | Merge pull request #1037 from aroulin/shader-ex2-lg2 | bunnei | |
Shader: Implement EX2 and LG2 in interpreter/JIT | |||
2015-08-17 | Fix building under MinGW | darkf | |
2015-08-17 | Merge pull request #1038 from LittleWhite-tb/contributing-include | bunnei | |
Add coding style about includes | |||
2015-08-16 | Merge pull request #1034 from yuriks/rg8-textures | bunnei | |
videocore: Added RG8 texture support | |||
2015-08-16 | Merge pull request #1043 from yuriks/boost-v1_59 | Yuri Kunde Schlesner | |
Update boost external to v1.59.0 | |||
2015-08-16 | Update boost external to v1.59.0 | Yuri Kunde Schlesner | |
2015-08-17 | Shader: implement EX2 and LG2 in JIT | aroulin | |
2015-08-16 | Add coding style about includes | LittleWhite | |
2015-08-16 | Merge pull request #1036 from LittleWhite-tb/fix-compilation-memset | Yuri Kunde Schlesner | |
Fix Linux GCC 4.9 build (complaining about undeclared memset) | |||
2015-08-16 | Fix Linux GCC 4.9 build (complaining about undeclared memset) | LittleWhite | |
2015-08-16 | Shader: implement EX2 and LG2 in interpreter | aroulin | |
2015-08-16 | Build fix for Debug configurations. | Tony Wasserka | |
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 | Merge pull request #933 from neobrain/shader_debugger | Tony Wasserka | |
Shader debugger improvements | |||
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-15 | Merge pull request #1033 from bbarenblat/master | Yuri Kunde Schlesner | |
Handle `FileType::CIA` in `switch` statements | |||
2015-08-16 | citra-qt: Give RG8 format a proper name in the texture viewer | Yuri Kunde Schlesner | |
2015-08-16 | videocore: Added RG8 texture support | Patrick Martin | |
2015-08-16 | GPU: Implement TextureCopy-mode display transfers | Yuri Kunde Schlesner | |
Fixes glitchy garbage in Fire Emblem 3D scenes. | |||
2015-08-16 | Merge pull request #1017 from LittleWhite-tb/qt-recent-files | bunnei | |
citra-qt: save path for recent files loaded | |||
2015-08-16 | Merge pull request #1032 from lioncash/swap | bunnei | |
vfp: use std::swap where applicable | |||
2015-08-15 | vfp: use std::swap where applicable | Lioncash | |
2015-08-15 | Merge pull request #1031 from bbarenblat/master | Yuri Kunde Schlesner | |
Handle invalid `Log::Class` | |||
2015-08-15 | Merge pull request #1002 from bunnei/shader-jit | bunnei | |
Vertex Shader JIT for X86-64 | |||
2015-08-15 | Shader: Use a POD struct for registers. | bunnei | |
2015-08-15 | Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. | bunnei | |
2015-08-15 | Common: Cleanup CPU capability detection code. | bunnei | |