1828 Commits (c94c41f95ac5e465671cd3d1865bcd5b03e98d65)
 

Author SHA1 Message Date
Lioncash c94c41f95a arm: Get rid of some magic constants. Specify proper ARM mode. 11 years ago
Lioncash 93cd199633 arm: Change some more constants into enums 11 years ago
Lioncash 088fab743f arm: Remove TRUE/FALSE defines 11 years ago
bunnei 67db6aa4ce Merge pull request #553 from lioncash/denorm 11 years ago
bunnei 695beb8dcf Merge pull request #554 from lioncash/cp15 11 years ago
Lioncash 3eccc66abf dyncom: Add more regs to MCR/MRC 11 years ago
Lioncash a86d5e2752 vfp: Normalize accumulator for multiply accumulate instructions 11 years ago
Tony Wasserka eb83ac48aa Merge pull request #543 from Alegend45/master 11 years ago
bunnei dab0b5cefb Merge pull request #528 from kevinhartman/scheduling-logic 11 years ago
Kevin Hartman 5fcbfc06eb Scheduler refactor Pt. 1 11 years ago
bunnei 848795f383 Merge pull request #551 from bunnei/mutex-fixes 11 years ago
bunnei 1b0bf00cbc Mutex: Locks should be recursive. 11 years ago
bunnei caa58acc84 WaitSynch: Always reschedule (verified behavior on hw). 11 years ago
Darius Goad 536958fb29 Add more blend equations from 3dbrew 11 years ago
bunnei 837439e7d5 Merge pull request #550 from lioncash/ftoui 11 years ago
Lioncash 53fa04f326 vfpdouble: Fix the FTOUI NaN sign setting 11 years ago
bunnei 7dfdbe22de Merge pull request #549 from lioncash/tossed 11 years ago
Lioncash a734e9fdca Throw more unused/unnecessary VFP code out 11 years ago
bunnei 7cc24562b4 Merge pull request #548 from lioncash/nits 11 years ago
Lioncash ca7babe062 vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff 11 years ago
Lioncash d832c48864 vfp_helper: Normalize tabs to spaces 11 years ago
Tony Wasserka 4154560bd5 Merge pull request #545 from yuriks/patch-1 11 years ago
Yuri Kunde Schlesner 6638bf3b9b Appveyor: Adjust clone depth settings 11 years ago
Yuri Kunde Schlesner 689d80e077 Appveyor: Do x64 builds 11 years ago
bunnei 126c8257b4 Merge pull request #542 from chinhodado/patch-1 11 years ago
chinhodado 34cce345a7 Fix a wrong file name in a comment 11 years ago
bunnei c4e636681e Merge pull request #541 from lioncash/nits 11 years ago
Lioncash 1ecd75ea1a vfp_helper: Remove unnecessary extern C blocks 11 years ago
Lioncash 3e576219c4 vfp: Move FPSID, FPEXC, and FPSCR values over to enums. 11 years ago
Tony Wasserka 1576a318f2 Merge pull request #535 from bunnei/color-modifiers 11 years ago
bunnei 1eb591d6fd Rasterizer: Implement the other color and alpha modifiers. 11 years ago
bunnei 8c93a28fed VideoCore: Added same-component swizzlers to math utility functions. 11 years ago
bunnei 7f900ac68e Merge pull request #537 from lioncash/vfp 11 years ago
bunnei 4d36a6a255 Merge pull request #536 from lioncash/dead 11 years ago
Lioncash 82e8f25fe7 vfp: Fix VCVT 11 years ago
Lioncash 7ecedfb970 vfp: Throw out unused code 11 years ago
Tony Wasserka a45175ee0d Merge pull request #534 from neobrain/disassembler-improvements 11 years ago
Tony Wasserka 5a90420c0b citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. 11 years ago
Tony Wasserka 79713d500b citra-qt: Fix a crash when double-clicking a disassembler list item. 11 years ago
bunnei c8103127d7 Merge pull request #533 from lioncash/unused 11 years ago
Lioncash 3a5a39c6aa dyncom: Remove more unnecessary code 11 years ago
bunnei a9b3f29b90 Merge pull request #483 from yuriks/cmake-fix 11 years ago
bunnei d64c836369 Merge pull request #532 from lioncash/warn 11 years ago
Lioncash 676daef3c7 core: Fix some warnings on OSX 11 years ago
bunnei 7f730ed158 Merge pull request #523 from yuriks/kernel-lifetime5 11 years ago
Yuri Kunde Schlesner 88a4a808c6 Kernel: Stop creating useless Handles during object creation 11 years ago
Yuri Kunde Schlesner 52f58e64ef Kernel: Make WaitObjects share ownership of Threads waiting on them 11 years ago
Yuri Kunde Schlesner 7725256f64 Explicitly instantiate constructors/destructors for Kernel objects 11 years ago
Yuri Kunde Schlesner 12232e0b08 Update boost external 11 years ago
Yuri Kunde Schlesner 4e84df8be3 Mutex: Replace g_mutex_held_locks with a set inside Thread 11 years ago