- Feb 10, 2015
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
bunnei authored
vfp: Normalize accumulator for multiply accumulate instructions
-
bunnei authored
dyncom: Add more regs to MCR/MRC
-
Lioncash authored
Adds the registers that were left out of some coprocessor ranges.
-
Lioncash authored
-
Tony Wasserka authored
Add more blend equations from 3dbrew
-
bunnei authored
Scheduler refactor Pt. 1
-
Kevin Hartman authored
* Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid for a thread at any given point in the system. * Removes dead code from thread.cpp. * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation. Other changes: * Fixed comments in arm interfaces. * Updated comments in thread.cpp * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp. * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
-
bunnei authored
Mutex/synch fixes
-
bunnei authored
-
bunnei authored
-
Darius Goad authored
-
bunnei authored
vfpdouble: Fix the FTOUI NaN sign setting
-
- Feb 09, 2015
- Feb 08, 2015
-
-
Tony Wasserka authored
Appveyor: Do x64 builds
-
Yuri Kunde Schlesner authored
The submodule update was doing a full clone. Also increase clone depth a bit, since it can apparently cause issues checking out the source if there are too many concurrent PRs trying to build (causing the commit for the build to not be the top one on the repository anymore).
-
Yuri Kunde Schlesner authored
-
bunnei authored
Fix a wrong file name in a comment
-
- Feb 07, 2015
-
-
chinhodado authored
-
- Feb 06, 2015
- Feb 05, 2015
-
-
Tony Wasserka authored
Implement color/alpha modifiers
-
bunnei authored
-
bunnei authored
-
- Feb 04, 2015
-
-
bunnei authored
vfp: Fix VCVT
-
bunnei authored
vfp: Throw out unused code
-
Lioncash authored
These variants exclusively read from the single precision regs and write to double-precision registers Fixes issues where converted values would be way off from what they should be due to the results being stored in the wrong registers.
-
Lioncash authored
-
- Feb 03, 2015
-
-
Tony Wasserka authored
Disassembler improvements
-
Tony Wasserka authored
citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.
-
Tony Wasserka authored
-
bunnei authored
dyncom: Remove more unnecessary code
-
Lioncash authored
-