aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-10
|
* FS: Get rid of completely useless Archive classGravatar Yuri Kunde Schlesner2015-02-10
|
* Merge pull request #553 from lioncash/denormGravatar bunnei2015-02-10
|\ | | | | vfp: Normalize accumulator for multiply accumulate instructions
* \ Merge pull request #554 from lioncash/cp15Gravatar bunnei2015-02-10
|\ \ | | | | | | dyncom: Add more regs to MCR/MRC
| * | dyncom: Add more regs to MCR/MRCGravatar Lioncash2015-02-10
|/ / | | | | | | Adds the registers that were left out of some coprocessor ranges.
| * vfp: Normalize accumulator for multiply accumulate instructionsGravatar Lioncash2015-02-10
|/
* Merge pull request #543 from Alegend45/masterGravatar Tony Wasserka2015-02-10
|\ | | | | Add more blend equations from 3dbrew
* \ Merge pull request #528 from kevinhartman/scheduling-logicGravatar bunnei2015-02-10
|\ \ | | | | | | Scheduler refactor Pt. 1
| * | Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-09
|/ / | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge pull request #551 from bunnei/mutex-fixesGravatar bunnei2015-02-09
|\ \ | | | | | | Mutex/synch fixes
| * | Mutex: Locks should be recursive.Gravatar bunnei2015-02-09
| | |
| * | WaitSynch: Always reschedule (verified behavior on hw).Gravatar bunnei2015-02-09
| | |
| | * Add more blend equations from 3dbrewGravatar Darius Goad2015-02-09
| | |
* | | Merge pull request #550 from lioncash/ftouiGravatar bunnei2015-02-09
|\ \ \ | | | | | | | | vfpdouble: Fix the FTOUI NaN sign setting
| * | | vfpdouble: Fix the FTOUI NaN sign settingGravatar Lioncash2015-02-09
|/ / / | | | | | | | | | This was fixed for vfpsingle, but not vfpdouble
* | | Merge pull request #549 from lioncash/tossedGravatar bunnei2015-02-09
|\ \ \ | | | | | | | | Throw more unused/unnecessary VFP code out
| * | | Throw more unused/unnecessary VFP code outGravatar Lioncash2015-02-09
|/ / /
* | | Merge pull request #548 from lioncash/nitsGravatar bunnei2015-02-09
|\ \ \ | |/ / |/| | Cleanup related to vfp_helper.
| * | vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffGravatar Lioncash2015-02-09
| | |
| * | vfp_helper: Normalize tabs to spacesGravatar Lioncash2015-02-09
|/ /
* | Merge pull request #545 from yuriks/patch-1Gravatar Tony Wasserka2015-02-08
|\ \ | | | | | | Appveyor: Do x64 builds
| * | Appveyor: Adjust clone depth settingsGravatar Yuri Kunde Schlesner2015-02-08
| | | | | | | | | | | | | | | | | | | | | 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).
| * | Appveyor: Do x64 buildsGravatar Yuri Kunde Schlesner2015-02-08
|/ /
* | Merge pull request #542 from chinhodado/patch-1Gravatar bunnei2015-02-07
|\ \ | |/ |/| Fix a wrong file name in a comment
| * Fix a wrong file name in a commentGravatar chinhodado2015-02-07
|/
* Merge pull request #541 from lioncash/nitsGravatar bunnei2015-02-06
|\ | | | | Small VFP cleanups.
| * vfp_helper: Remove unnecessary extern C blocksGravatar Lioncash2015-02-06
| |
| * vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Gravatar Lioncash2015-02-06
|/ | | | Also got rid of duplicate definitions of some of these values.
* Merge pull request #535 from bunnei/color-modifiersGravatar Tony Wasserka2015-02-05
|\ | | | | Implement color/alpha modifiers
| * Rasterizer: Implement the other color and alpha modifiers.Gravatar bunnei2015-02-04
| |
| * VideoCore: Added same-component swizzlers to math utility functions.Gravatar bunnei2015-02-04
| |
* | Merge pull request #537 from lioncash/vfpGravatar bunnei2015-02-04
|\ \ | | | | | | vfp: Fix VCVT
* \ \ Merge pull request #536 from lioncash/deadGravatar bunnei2015-02-04
|\ \ \ | |_|/ |/| | vfp: Throw out unused code
| | * vfp: Fix VCVTGravatar Lioncash2015-02-04
| |/ |/| | | | | | | 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.
| * vfp: Throw out unused codeGravatar Lioncash2015-02-04
| |
* | Merge pull request #534 from neobrain/disassembler-improvementsGravatar Tony Wasserka2015-02-03
|\ \ | | | | | | Disassembler improvements
| * | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving ↵Gravatar Tony Wasserka2015-02-03
| | | | | | | | | | | | the uniformRowHeight hint.
| * | citra-qt: Fix a crash when double-clicking a disassembler list item.Gravatar Tony Wasserka2015-02-03
| |/
* | Merge pull request #533 from lioncash/unusedGravatar bunnei2015-02-03
|\ \ | |/ |/| dyncom: Remove more unnecessary code
| * dyncom: Remove more unnecessary codeGravatar Lioncash2015-02-03
|/
* Merge pull request #483 from yuriks/cmake-fixGravatar bunnei2015-02-03
|\ | | | | CMake: Inform the user when architecture auto-detection fails
* \ Merge pull request #532 from lioncash/warnGravatar bunnei2015-02-03
|\ \ | | | | | | core: Fix some warnings on OSX
| * | core: Fix some warnings on OSXGravatar Lioncash2015-02-03
|/ /
* | Merge pull request #523 from yuriks/kernel-lifetime5Gravatar bunnei2015-02-02
|\ \ | | | | | | Kernel Lifetime Reform Pt. 5: The Reckoning
| * | Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-02
| | | | | | | | | | | | | | | They're finally unnecessary, and will stop cluttering the application's handle table.
| * | Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During normal operation, a thread waiting on an WaitObject and the object hold mutual references to each other for the duration of the wait. If a process is forcefully terminated (The CTR kernel has a SVC to do this, TerminateProcess, though no equivalent exists for threads.) its threads would also be stopped and destroyed, leaving dangling pointers in the WaitObjects. The solution is to simply have the Thread remove itself from WaitObjects when it is stopped. The vector of Threads in WaitObject has also been changed to hold SharedPtrs, just in case. (Better to have a reference cycle than a crash.)
| * | Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-02
| | | | | | | | | | | | | | | | | | This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.)
| * | Update boost externalGravatar Yuri Kunde Schlesner2015-02-02
| | |
| * | Mutex: Replace g_mutex_held_locks with a set inside ThreadGravatar Yuri Kunde Schlesner2015-02-02
| | |
| * | HID: Fix crash when pressing a key when the emulator is stoppedGravatar Yuri Kunde Schlesner2015-02-02
| | |