aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #384 from neobrain/vertex_shader_debuggerGravatar Tony Wasserka2015-02-11
|\ | | | | Vertex shader debugger
* | Implemented WriteHWRegsWithMask for GSP.Gravatar Kevin Hartman2015-02-11
| |
* | 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
| |/ |/|
* | 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
| | * | | 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
* | | | 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
* | | | 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
| | | |
* | | | vfpdouble: Fix the FTOUI NaN sign settingGravatar Lioncash2015-02-09
| | | | | | | | | | | | | | | | This was fixed for vfpsingle, but not vfpdouble
* | | | Throw more unused/unnecessary VFP code outGravatar Lioncash2015-02-09
| | | |
* | | | 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
|/ / /
| | * Services: Stub some functionsGravatar purpasmart962015-02-07
| | |
* | | Fix a wrong file name in a commentGravatar chinhodado2015-02-07
|/ /
* | 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
| |/ /