summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqualGravatar Fernando Sahmkow2019-10-151-5/+13
| * | | | | | Kernel: Correct Results in Condition Variables and MutexesGravatar Fernando Sahmkow2019-10-153-24/+17
| * | | | | | Kernel: Clang FormatGravatar Fernando Sahmkow2019-10-152-2/+3
| * | | | | | Kernel: Remove global system accessor from WaitObjectGravatar Fernando Sahmkow2019-10-154-2/+17
| * | | | | | Scheduler: Implement Yield Count and Core migration on Thread Preemption.Gravatar Fernando Sahmkow2019-10-152-5/+85
| * | | | | | Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.Gravatar Fernando Sahmkow2019-10-152-8/+8
| * | | | | | Kernel: Initial implementation of thread preemption.Gravatar Fernando Sahmkow2019-10-153-0/+30
| * | | | | | Scheduler: Add protections for Yield bombingGravatar Fernando Sahmkow2019-10-155-24/+31
| * | | | | | Kernel: Style and CorrectionsGravatar Fernando Sahmkow2019-10-1512-96/+137
| * | | | | | Correct PrepareRescheduleGravatar Fernando Sahmkow2019-10-156-38/+29
| * | | | | | Comment and reorganize the schedulerGravatar Fernando Sahmkow2019-10-152-98/+104
| * | | | | | Add PrepareReschedule where required.Gravatar Fernando Sahmkow2019-10-153-16/+18
| * | | | | | Correct compiling errors and addapt to the new interface.Gravatar Fernando Sahmkow2019-10-153-27/+15
| * | | | | | Correct Supervisor Calls to work with the new scheduler,Gravatar Fernando Sahmkow2019-10-151-26/+41
| * | | | | | Redesign CPU Cores to work with the new schedulerGravatar Fernando Sahmkow2019-10-152-13/+12
| * | | | | | Add interfacing to the Global SchedulerGravatar Fernando Sahmkow2019-10-154-0/+34
| * | | | | | Addapt thread class to the new SchedulerGravatar Fernando Sahmkow2019-10-152-60/+237
| * | | | | | Implement a new Core SchedulerGravatar Fernando Sahmkow2019-10-152-258/+411
* | | | | | | Merge pull request #3034 from ReinUsesLisp/w4244-maxwell3dGravatar bunnei2019-10-272-24/+25
|\ \ \ \ \ \ \
| * | | | | | | maxwell_3d: Silence implicit conversion warningsGravatar ReinUsesLisp2019-10-272-24/+25
| | |/ / / / / | |/| | | | |
* / | | | | | astc: Silence implicit conversion warningsGravatar ReinUsesLisp2019-10-271-7/+8
|/ / / / / /
* | | | | | Merge pull request #2976 from FernandoS27/cache-fast-brx-rebasedGravatar Rodrigo Locatti2019-10-2628-864/+1482
|\ \ \ \ \ \
| * | | | | | Shader_IR: Address Feedback.Gravatar Fernando Sahmkow2019-10-269-56/+66
| * | | | | | Shader_IR: Clang formatGravatar Fernando Sahmkow2019-10-251-2/+1
| * | | | | | gl_shader_cache: Implement locker variants invalidationGravatar ReinUsesLisp2019-10-254-44/+104
| * | | | | | gl_shader_disk_cache: Store and load fast BRXGravatar ReinUsesLisp2019-10-256-50/+210
| * | | | | | const_buffer_locker: Minor style changesGravatar ReinUsesLisp2019-10-252-152/+76
| * | | | | | gl_shader_decompiler: Move entries to a separate functionGravatar ReinUsesLisp2019-10-2515-722/+420
| * | | | | | Shader_IR: Implement Fast BRX and allow multi-branches in the CFG.Gravatar Fernando Sahmkow2019-10-251-1/+1
| * | | | | | Shader_IR: Correct typo in Consistent method.Gravatar Fernando Sahmkow2019-10-252-2/+2
| * | | | | | Shader_IR: allow lookup of texture samplers within the shader_ir for instruct...Gravatar Fernando Sahmkow2019-10-259-46/+363
| * | | | | | Shader_IR: Implement Fast BRX and allow multi-branches in the CFG.Gravatar Fernando Sahmkow2019-10-257-130/+258
| * | | | | | Shader_Cache: setup connection of ConstBufferLockerGravatar Fernando Sahmkow2019-10-2510-43/+82
| * | | | | | VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...Gravatar Fernando Sahmkow2019-10-2512-13/+183
| * | | | | | Shader_IR: Implement BRX tracking.Gravatar Fernando Sahmkow2019-10-251-0/+113
* | | | | | | Merge pull request #3027 from lioncash/lookupGravatar Rodrigo Locatti2019-10-261-53/+67
|\ \ \ \ \ \ \
| * | | | | | | shader_ir: Use std::array with pair instead of unordered_mapGravatar Lioncash2019-10-241-53/+67
* | | | | | | | Merge pull request #3013 from FernandoS27/tld4s-fixGravatar Rodrigo Locatti2019-10-252-5/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Shader_Ir: Fix TLD4S from using a component mask.Gravatar Fernando Sahmkow2019-10-222-5/+5
* | | | | | | | Merge pull request #3028 from lioncash/constexprGravatar Rodrigo Locatti2019-10-241-13/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | shader_bytecode: Make Matcher constexpr capableGravatar Lioncash2019-10-241-13/+13
| | |/ / / / / / | |/| | | | | |
* / | | | | | | video_core/shader: Resolve instances of variable shadowingGravatar Lioncash2019-10-236-11/+12
|/ / / / / / /
* | | | | | | Merge pull request #2991 from lioncash/npadGravatar bunnei2019-10-222-51/+23
|\ \ \ \ \ \ \
| * | | | | | | hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon...Gravatar Lioncash2019-10-171-1/+1
| * | | | | | | hid/npad: Add missing break in default caseGravatar Lioncash2019-10-171-0/+1
| * | | | | | | hid/npad: Replace std::for_each with ranged for loopsGravatar Lioncash2019-10-171-13/+12
| * | | | | | | hid/npad: Remove redundant non-const variant of IsControllerSupported()Gravatar Lioncash2019-10-172-34/+5
| * | | | | | | hid/npad: Move function declarationsGravatar Lioncash2019-10-171-5/+6
* | | | | | | | Merge pull request #2995 from ReinUsesLisp/ignore-gmemGravatar Fernando Sahmkow2019-10-222-18/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | shader_ir/memory: Ignore global memory when tracking failsGravatar ReinUsesLisp2019-10-222-18/+26
| | |_|_|/ / / / | |/| | | | | |