aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #568 from lioncash/assertGravatar bunnei2015-02-12
|\ \ \ | | | | | | | | backend: Add logging subentry for ldr
| | * | dyncom: Switch the app and system cores into the correct mode at initializationGravatar Lioncash2015-02-12
| | | |
| | * | dyncom: Clean up the constructorGravatar Lioncash2015-02-12
| |/ / |/| | | | | | | | Some function calls aren't necessary and would be handled by regular initialization routines.
| * | backend: Add logging subentry for ldrGravatar Lioncash2015-02-12
|/ / | | | | | | Fixes an assertion upon executing citra in debug mode.
* | Merge pull request #567 from lioncash/warnGravatar bunnei2015-02-12
|\ \ | | | | | | dyncom: Remove warning for SXTAH
| * | dyncom: Remove warning for SXTAHGravatar Lioncash2015-02-12
| | | | | | | | | | | | This is tested to work correctly.
* | | Merge pull request #561 from Alegend45/masterGravatar bunnei2015-02-12
|\ \ \ | |/ / |/| | Fix Min and Max blend equations
* | | Merge pull request #565 from lioncash/cleanGravatar bunnei2015-02-12
|\ \ \ | | | | | | | | More ARM cleanup
| * | | arm: Remove ARMul_EmulateInitGravatar Lioncash2015-02-12
|/ / / | | | | | | | | | This was only used for armemu, which has since been removed. Removed components related to this as well.
* | | Merge pull request #563 from lioncash/extGravatar bunnei2015-02-12
|\ \ \ | | | | | | | | armdefs: Remove unnecessary extern C
* \ \ \ Merge pull request #564 from yuriks/reupdate-boostGravatar bunnei2015-02-12
|\ \ \ \ | | | | | | | | | | Update ext-boost commit again which got reverted by #500
| | | | * Build: Fixed some warningsGravatar Subv2015-02-12
| |_|_|/ |/| | |
| * | | Update ext-boost commit again which got reverted by #500Gravatar Yuri Kunde Schlesner2015-02-12
|/ / /
| * / armdefs: Remove unnecessary extern CGravatar Lioncash2015-02-12
|/ /
| * Fix Min and Max blend equationsGravatar Darius Goad2015-02-11
| |
* | Merge pull request #384 from neobrain/vertex_shader_debuggerGravatar Tony Wasserka2015-02-11
|\ \ | | | | | | Vertex shader debugger
* \ \ Merge pull request #558 from kevinhartman/gsp-writereg-maskGravatar bunnei2015-02-11
|\ \ \ | |_|/ |/| | Implemented WriteHWRegsWithMask for GSP
| * | Implemented WriteHWRegsWithMask for GSP.Gravatar Kevin Hartman2015-02-11
|/ /
* | Merge pull request #560 from lioncash/arm32Gravatar bunnei2015-02-11
|\ \ | | | | | | arm: Remove ARM26 support.
| * | arm: Remove ARM26 support.Gravatar Lioncash2015-02-11
|/ / | | | | | | This will never be used. 32-bit is the norm.
* | Merge pull request #559 from lioncash/cleanGravatar bunnei2015-02-11
|\ \ | | | | | | arm: Some cleanup. Also fixed the initial ARM mode that is emulated.
| * | arm: Get rid of some magic constants. Specify proper ARM mode.Gravatar Lioncash2015-02-11
| | | | | | | | | | | | Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE.
| * | arm: Change some more constants into enumsGravatar Lioncash2015-02-11
| | |
| | * citra-qt: Add a vertex shader debugger.Gravatar Tony Wasserka2015-02-11
| | |
| | * Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Gravatar Tony Wasserka2015-02-11
| |/ |/|
* | Merge pull request #500 from archshift/assertGravatar bunnei2015-02-10
|\ \ | | | | | | Made asserts actually break the debugger, or crash if the program is not in debug mode.
| * | Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
|/ / | | | | | | | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* | GSP: Fixed typo in SignalInterruptGravatar bunnei2015-02-10
| |
* | Merge pull request #552 from bunnei/setbufferswap-fixGravatar bunnei2015-02-10
|\ \ | | | | | | GSP SetBufferSwap fix
| * | GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.Gravatar bunnei2015-02-10
| | |
* | | Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-10
|\ \ \ | | | | | | | | Services: Stub some functions
* \ \ \ Merge pull request #556 from lioncash/cleanGravatar bunnei2015-02-10
|\ \ \ \ | | |_|/ | |/| | arm: Remove TRUE/FALSE defines
* | | | Merge pull request #555 from lioncash/lutGravatar bunnei2015-02-10
|\ \ \ \ | | | | | | | | | | arm_dyncom_thumb: Make lookup tables static
* \ \ \ \ Merge pull request #540 from yuriks/multi-archivesGravatar bunnei2015-02-10
|\ \ \ \ \ | | | | | | | | | | | | FS: Allow multiple instances of the same archive type to be open at once
| | | * | | arm: Remove TRUE/FALSE definesGravatar Lioncash2015-02-10
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | - Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true.
| * | | | PTM: Fixed a problem with the gamecoin PTM file.Gravatar Subv2015-02-10
| | | | |
| * | | | Archives: Made the Format function more generic.Gravatar Subv2015-02-10
| | | | |
| * | | | Archives: Expose the File and Directory classes to HLEGravatar Subv2015-02-10
| | | | |
| * | | | ResultVal: Fixed compilation when reassigning a ResultVal.Gravatar Subv2015-02-10
| | | | |
| * | | | 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
|/ / / /
| * / / arm_dyncom_thumb: Make lookup tables staticGravatar Lioncash2015-02-10
|/ / / | | | | | | | | | These don't need to be recreated all the time.
* | | 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