summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | core: Add several missing docstrings.Gravatar bunnei2018-05-101-0/+8
| * | thread: Rename mask to affinity_masks.Gravatar bunnei2018-05-104-5/+6
| * | core: Run all CPU cores separately, even in single-thread mode.Gravatar bunnei2018-05-102-13/+23
| * | thread: Support core change on ResumeFromWait and improve ChangeCore.Gravatar bunnei2018-05-101-37/+68
| * | scheduler: Protect scheduling functions with a global mutex.Gravatar bunnei2018-05-102-0/+18
| * | wait_tree: Add ideal core and affinity mask.Gravatar bunnei2018-05-101-0/+2
| * | thread: Initialize ideal_core and mask members.Gravatar bunnei2018-05-101-0/+2
| * | threading: Reschedule only on cores that are necessary.Gravatar bunnei2018-05-104-3/+10
| * | svc: Implement GetThreadCoreMask and SetThreadCoreMask.Gravatar bunnei2018-05-101-7/+22
| * | thread: Implement ChangeCore function.Gravatar bunnei2018-05-102-1/+58
| * | svc: SignalProcessWideKey should apply to all cores.Gravatar bunnei2018-05-101-43/+50
| * | svc: Implement GetCurrentProcessorNumber.Gravatar bunnei2018-05-101-2/+2
| * | wait_tree: Show all threads on all schedulers.Gravatar bunnei2018-05-101-6/+14
| * | core: Add a configuration setting for use_multi_core.Gravatar bunnei2018-05-1010-17/+56
| * | core: Support session close with multicore.Gravatar bunnei2018-05-104-16/+47
| * | core: Implement multicore support.Gravatar bunnei2018-05-1013-78/+113
| * | core: Create a thread for each CPU core, keep in lock-step with a barrier.Gravatar bunnei2018-05-104-18/+94
| * | core: Move common CPU core things to its own class.Gravatar bunnei2018-05-105-58/+135
* | | More accurate GetTPCMasks implGravatar David Marcec2018-05-102-4/+8
|/ /
* | Stubs for QLaunch (#428)Gravatar Hexagon122018-05-074-5/+221
* | hid: Tweaks, Analog Sticks (#435)Gravatar Max Thomas2018-05-073-68/+224
* | Merge pull request #434 from lioncash/vdtorGravatar bunnei2018-05-033-1/+13
|\ \
| * | memory_hook: Default virtual destructor in the cpp fileGravatar Lioncash2018-05-033-1/+13
* | | core_timing: Don't include the log header in core timing's headerGravatar Lioncash2018-05-032-48/+55
|/ /
* | Merge pull request #431 from lioncash/fmtGravatar bunnei2018-05-0229-104/+105
|\ \
| * | general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-0229-104/+105
* | | Merge pull request #430 from lioncash/vecGravatar bunnei2018-05-021-9/+9
|\ \ \
| * | | vector_math: Ensure members are always initializedGravatar Lioncash2018-05-011-9/+9
| |/ /
* / / ipc: Add support for PopIpcInterface() method.Gravatar bunnei2018-05-014-0/+23
|/ /
* | Merge pull request #429 from Subv/ioctl_corruptionGravatar bunnei2018-05-012-5/+0
|\ \
| * | GPU: Don't write to invalid memory locations when handling ioctls that don't ...Gravatar Subv2018-05-012-5/+0
* | | GetSharedFontInOrderOfPriority (#381)Gravatar David2018-05-014-24/+54
|/ /
* | core_timing: Namespace all functions and constants in core_timing's headerGravatar Lioncash2018-04-309-14/+18
* | Merge pull request #424 from lioncash/stringGravatar bunnei2018-04-298-99/+19
|\ \
| * | string_util: Remove StringFromFormat() and related functionsGravatar Lioncash2018-04-298-99/+19
* | | Merge pull request #422 from bunnei/shader-movGravatar bunnei2018-04-294-0/+30
|\ \ \
| * | | maxwell_3d: Reset vertex counts after drawing.Gravatar bunnei2018-04-291-0/+10
| * | | gl_shader_decompiler: Implement MOV_R.Gravatar bunnei2018-04-291-1/+2
| * | | maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8.Gravatar bunnei2018-04-291-0/+12
| * | | shader_bytecode: Add decoding for FMNMX instruction.Gravatar bunnei2018-04-291-0/+2
| * | | gl_shader_decompiler: Implement MOV_C.Gravatar bunnei2018-04-291-0/+5
* | | | file_util: Make move constructor/assignment operator and related functions no...Gravatar Lioncash2018-04-292-6/+6
* | | | file_util: Add static assertions to ReadBytes() and WriteBytes()Gravatar Lioncash2018-04-291-2/+6
| |/ / |/| |
* | | Shaders: Implemented predicate condition 3 (LessEqual) in the fset and fsetp ...Gravatar Subv2018-04-291-0/+7
|/ /
* | Merge pull request #416 from bunnei/shader-ints-p3Gravatar bunnei2018-04-292-114/+206
|\ \
| * | gl_shader_decompiler: Partially implement I2I_R, and I2F_R.Gravatar bunnei2018-04-282-8/+34
| * | gl_shader_decompiler: More cleanups, etc. with how we handle register types.Gravatar bunnei2018-04-281-44/+120
| * | GLSLRegister: Simplify register declarations, etc.Gravatar bunnei2018-04-281-63/+31
| * | shader_bytecode: Add decodings for i2i instructions.Gravatar bunnei2018-04-281-3/+20
| * | gl_shader_decompiler: Implement MOV32_IMM instruction.Gravatar bunnei2018-04-282-2/+7