| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Addressing PR comments | 2016-03-29 | 1 | -4/+4 | ||
| | * | | | | | | SOC Updates | 2016-03-28 | 1 | -3/+46 | ||
| * | | | | | | | Merge pull request #1625 from JayFoxRox/sw-blend-func | 2016-04-17 | 1 | -57/+42 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | Rasterizer: Allow all blend factors for alpha blend-func | 2016-04-17 | 1 | -57/+42 | ||
| * | | | | | | | core: Clean out some unnecessary header includes | 2016-04-16 | 3 | -14/+1 | ||
| * | | | | | | | Merge pull request #1667 from wwylele/ncch-loader-fix | 2016-04-15 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ncch:only decompress .code section | 2016-04-14 | 1 | -2/+2 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1673 from MerryMage/config-minimumSize | 2016-04-15 | 1 | -12/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Configure Dialog: Remove minimumSize property | 2016-04-15 | 1 | -12/+0 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1671 from lioncash/mem | 2016-04-15 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | debug_utils: use std::make_unique for initializing PicaTrace | 2016-04-14 | 1 | -1/+1 | ||
| * | | | | | | | | Y2R: num_tiles should be allowed when its value is 128 (#1669) | 2016-04-14 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #1666 from MerryMage/barrier | 2016-04-14 | 1 | -24/+22 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Thread: Make Barrier reusable | 2016-04-14 | 1 | -5/+5 | ||
| | * | | | | | | | common/thread: Correct code style | 2016-04-14 | 1 | -21/+19 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1665 from lioncash/file | 2016-04-14 | 3 | -48/+38 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | file_util: In-class initialize data members | 2016-04-13 | 2 | -6/+4 | ||
| | * | | | | | | | file_util: const qualify IOFile's Tell and GetSize functions | 2016-04-13 | 2 | -8/+8 | ||
| | * | | | | | | | file_util: Don't expose IOFile internals through the API | 2016-04-13 | 3 | -31/+20 | ||
| | * | | | | | | | file_util: Check for is_trivially_copyable | 2016-04-13 | 1 | -3/+5 | ||
| | * | | | | | | | file_util: Make IOFile data members private | 2016-04-13 | 1 | -0/+1 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | shader_jit_x64: Rename RuntimeAssert to Compile_Assert. | 2016-04-13 | 2 | -5/+5 | ||
| * | | | | | | | shader_jit_x64.cpp: Rename JitCompiler to JitShader. | 2016-04-13 | 3 | -92/+92 | ||
| * | | | | | | | shader_jit_x64: Free memory that's no longer needed after compilation. | 2016-04-13 | 1 | -0/+6 | ||
| * | | | | | | | shader_jit_x64: Use a sorted vector instead of a set for keeping track of ret... | 2016-04-13 | 2 | -5/+8 | ||
| * | | | | | | | shader_jit_x64: Use CALL/RET instead of JMP for subroutines. | 2016-04-13 | 1 | -17/+7 | ||
| * | | | | | | | emitter: Add CALL that can be fixed up. | 2016-04-13 | 2 | -0/+13 | ||
| * | | | | | | | shader_jit_x64: Separate initialization and code generation for readability. | 2016-04-13 | 1 | -9/+8 | ||
| * | | | | | | | shader_jit_x64: Get rid of unnecessary last_program_counter variable. | 2016-04-13 | 2 | -6/+2 | ||
| * | | | | | | | shader_jit_x64: Execute certain asserts at runtime. | 2016-04-13 | 2 | -5/+19 | ||
| * | | | | | | | shader: Remove unused 'state' argument from 'Setup' function. | 2016-04-13 | 3 | -5/+4 | ||
| * | | | | | | | shader_jit_x64: Specify shader main offset at runtime. | 2016-04-13 | 3 | -10/+6 | ||
| * | | | | | | | shader_jit_x64: Allocate each program independently and persist for emu session. | 2016-04-13 | 3 | -38/+28 | ||
| * | | | | | | | shader_jit_x64: Rewrite flow control to support arbitrary CALL and JMP instru... | 2016-04-13 | 2 | -35/+119 | ||
| * | | | | | | | shader_jit_x64: Fix strict memory aliasing issues. | 2016-04-13 | 1 | -1/+3 | ||
| * | | | | | | | emitter: Support arbitrary FixupBranch targets. | 2016-04-13 | 2 | -0/+17 | ||
| |/ / / / / / | ||||||
| * | | | | | | FileUtil: Missing #include, Add const to IOFile methods | 2016-04-12 | 1 | -6/+7 | ||
| * | | | | | | Merge pull request #1613 from mailwl/anp | 2016-04-11 | 2 | -2/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Set Kernel config "Unknown Value" to 0x1 | 2016-04-11 | 2 | -2/+7 | ||
| | |/ / / / / | ||||||
| * | | | | | | Use Settings::Apply in SDL frontend | 2016-04-11 | 1 | -5/+4 | ||
| * | | | | | | CitraQt: Apply config at startup | 2016-04-11 | 6 | -12/+19 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1657 from JayFoxRox/remove-dump-geometry | 2016-04-10 | 4 | -71/+0 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY) | 2016-04-10 | 4 | -71/+0 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #1368 from LittleWhite-tb/configure-widget | 2016-04-10 | 21 | -262/+807 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Add more stuff to configure. | 2016-03-22 | 15 | -120/+211 | ||
| | * | | | | Whole config is handled by Config class. | 2016-03-21 | 8 | -118/+181 | ||
| | * | | | | Add Configure widget | 2016-03-21 | 18 | -142/+533 | ||
| * | | | | | Merge pull request #1653 from mailwl/blx-lr | 2016-04-09 | 1 | -2/+3 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix BLX LR opcode interpretation | 2016-04-09 | 1 | -2/+3 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #1624 from JayFoxRox/buffer-allow-write | 2016-04-09 | 4 | -12/+78 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||