| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Memory: Implement MMIO | 2016-01-30 | 6 | -13/+127 | ||
| * | | | | color: Make trivial helpers constexpr | 2016-01-27 | 1 | -8/+8 | ||
| * | | | | Merge pull request #1367 from yuriks/jit-jmp | 2016-01-27 | 2 | -6/+6 | ||
| |\ \ \ \ | ||||||
| | * | | | | Shader JIT: Fix off-by-one error when compiling JMPs | 2016-01-24 | 2 | -6/+6 | ||
| * | | | | | Merge pull request #1369 from yuriks/jmpu-inverted | 2016-01-26 | 2 | -2/+5 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Shader: Implement "invert condition" feature of IFU instruction | 2016-01-24 | 2 | -2/+5 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1370 from yuriks/gpureg-names | 2016-01-25 | 1 | -57/+465 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Debugger: Use 3dbrew names for GPU registers | 2016-01-24 | 1 | -57/+465 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1373 from lioncash/cast | 2016-01-25 | 1 | -3/+3 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | elf: Don't cast away const | 2016-01-25 | 1 | -3/+3 | ||
| * | | | | | | Merge pull request #1372 from lioncash/tie | 2016-01-24 | 1 | -7/+7 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | key_map: Use std::tie for comparisons | 2016-01-25 | 1 | -7/+7 | ||
| | |/ / / / | ||||||
| * / / / / | archive_backend: Remove unnecessary const from return types | 2016-01-25 | 2 | -8/+8 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1334 from tfarley/hw-depth-modifiers | 2016-01-20 | 3 | -2/+24 | ||
| |\ \ \ \ | ||||||
| | * | | | | hwrasterizer: Use depth offset | 2016-01-20 | 3 | -2/+24 | ||
| | | |/ / | |/| | | ||||||
| * | | | | ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode name | 2016-01-19 | 1 | -9/+9 | ||
| | |/ / |/| | | ||||||
| * | | | command_processor: Get rid of variable shadowing | 2016-01-17 | 1 | -2/+1 | ||
| |/ / | ||||||
| * | | Merge pull request #1327 from Subv/unmap_memblock | 2016-01-14 | 5 | -5/+60 | ||
| |\ \ | ||||||
| | * | | HLE/SVC: Implement UnmapMemoryBlock. | 2016-01-14 | 5 | -5/+60 | ||
| * | | | Merge pull request #1196 from linkmauve/khr_debug | 2016-01-12 | 1 | -0/+57 | ||
| |\ \ \ | ||||||
| | * | | | OpenGL: Log GL_KHR_debug messages we receive | 2015-10-24 | 1 | -0/+57 | ||
| * | | | | Change default gameListRootDir from "" to "." | 2016-01-06 | 1 | -1/+1 | ||
| * | | | | Merge pull request #1283 from Subv/soc_fixup | 2016-01-05 | 1 | -3/+13 | ||
| |\ \ \ \ | ||||||
| | * | | | | HLE/Sockets: Fixed the buffer offset in recvfrom. | 2015-12-24 | 1 | -3/+13 | ||
| * | | | | | Merge pull request #1330 from archshift/add-defaults | 2016-01-03 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Gamelist: supply default settings for QSettings config | 2016-01-01 | 1 | -1/+1 | ||
| * | | | | | | Merge pull request #1310 from lioncash/services | 2015-12-30 | 25 | -113/+369 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | services: Update some function tables | 2015-12-30 | 25 | -113/+369 | ||
| * | | | | | | | Merge pull request #1316 from lioncash/decode | 2015-12-30 | 2 | -206/+202 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | arm_dyncom_dec: Fix decoding of VMLS | 2015-12-30 | 2 | -206/+202 | ||
| | |/ / / / / | ||||||
| * / / / / / | video_core: Make the renderer global a unique_ptr | 2015-12-30 | 2 | -6/+10 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1306 from Subv/sync | 2015-12-29 | 1 | -3/+3 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | HLE/Timers: Reset OneShot timers when they are acquired instead of when they'... | 2015-12-29 | 1 | -3/+3 | ||
| * | | | | | | Merge pull request #1303 from lioncash/unique | 2015-12-29 | 4 | -20/+20 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | core: Use unique_ptr for holding the interpreter instances | 2015-12-29 | 4 | -20/+20 | ||
| | |/ / / / | ||||||
| * / / / / | swrasterizer: Add missing override specifier | 2015-12-29 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1300 from Subv/arbitrateaddress | 2015-12-28 | 2 | -9/+18 | ||
| |\ \ \ \ | ||||||
| | * | | | | SVC: Fixed ArbitrateAddress to behave as it does on hardware. | 2015-12-27 | 2 | -9/+18 | ||
| * | | | | | dyncom: Handle modifying the APSR via an MRC instruction | 2015-12-28 | 1 | -12/+9 | ||
| * | | | | | Merge pull request #1296 from lioncash/warn | 2015-12-27 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | svc: Remove superfluous printf argument | 2015-12-25 | 1 | -1/+1 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1290 from LFsWang/master | 2015-12-27 | 1 | -4/+14 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Add missing return values in ForeachDirectoryEntry | 2015-12-23 | 1 | -4/+14 | ||
| * | | | | | Merge pull request #1287 from lioncash/memory | 2015-12-23 | 1 | -97/+29 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | dyncom: Remove PC dispatch from several instructions | 2015-12-20 | 1 | -94/+0 | ||
| | * | | | | dyncom: Handle unprivileged load/store variants correctly | 2015-12-19 | 1 | -7/+33 | ||
| * | | | | | VideoCore: Sync state after changing rasterizers | 2015-12-20 | 1 | -0/+1 | ||
| |/ / / / | ||||||
| * / / / | svc: Fix compilation with LOG_TRACE enabled | 2015-12-12 | 1 | -1/+1 | ||
| |/ / / | ||||||
| * | | | Merge pull request #1267 from yuriks/flipped-framebuffer | 2015-12-09 | 4 | -12/+17 | ||
| |\ \ \ | ||||||
| | * | | | OpenGL: Flip framebuffers during transfer rather than when rendering | 2015-12-04 | 2 | -12/+11 | ||