summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-16Merge pull request #2978 from lioncash/doxygenRodrigo Locatti
2019-10-16Merge pull request #2982 from lioncash/surfaceRodrigo Locatti
2019-10-16Merge pull request #2912 from FernandoS27/async-fixesbunnei
2019-10-15Merge pull request #2984 from lioncash/fallthrough2Rodrigo Locatti
2019-10-15video_core/surface: Add missing break in PixelFormatFromTextureFormat()Lioncash
2019-10-15Merge pull request #2981 from lioncash/copyRodrigo Locatti
2019-10-15vk_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod...Lioncash
2019-10-15gl_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod...Lioncash
2019-10-15texture_cache: Avoid unnecessary surface copies within PickStrategy() and Try...Lioncash
2019-10-15control_flow: Silence truncation warningsLioncash
2019-10-15gl_shader_decompiler: Make ExprDecompiler's GetResult() a const member functionLioncash
2019-10-15gl_shader_decompiler: Use a std::string_view with GetDeclarationWithSuffix()Lioncash
2019-10-15gl_shader_decompiler: Fold flow_var constant into GetFlowVariable()Lioncash
2019-10-15gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const r...Lioncash
2019-10-15gl_shader_decompiler: Pass by reference to GenerateTextureArgument()Lioncash
2019-10-15gl_shader_decompiler: Use std::holds_alternative within GenerateTexture()Lioncash
2019-10-15shader/node: std::move Meta instance within OperationNode constructorLioncash
2019-10-15gl_shader_decompiler: Avoid unnecessary copies of MetaImageLioncash
2019-10-15maxwell_3d: Silence truncation warningsLioncash
2019-10-15Merge pull request #2972 from lioncash/systembunnei
2019-10-15Merge pull request #2977 from lioncash/algorithmbunnei
2019-10-15video_core/gpu: Remove use of the global system accessorLioncash
2019-10-15bcat: Remove use of global system accessorsLioncash
2019-10-15video_core/texture_cache: Amend Doxygen referencesLioncash
2019-10-15common/algorithm: Add description comment indicating intended algorithmsLioncash
2019-10-15common: Rename binary_find.h to algorithm.hLioncash
2019-10-15Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.Fernando Sahmkow
2019-10-15Kernel: Address Feedback 2Fernando Sahmkow
2019-10-15Kernel: Clang FormatFernando Sahmkow
2019-10-15Kernel: Reverse global accessor removal.Fernando Sahmkow
2019-10-15Kernel: Address Feedback.Fernando Sahmkow
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow
2019-10-15Kernel_Thread: Eliminate most global accessors.Fernando Sahmkow
2019-10-15KernelSVC: Assert that condition variable address is aligned to 4 bytes.Fernando Sahmkow
2019-10-15Kernel: Correct Paused schedulingFernando Sahmkow
2019-10-15Kernel: Corrections to Wait Objects clearing in which a thread could still be...Fernando Sahmkow
2019-10-15Kernel: Correct redundant yields to only advance time forward.Fernando Sahmkow
2019-10-15Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqualFernando Sahmkow
2019-10-15Kernel: Correct Results in Condition Variables and MutexesFernando Sahmkow
2019-10-15Kernel: Clang FormatFernando Sahmkow
2019-10-15Kernel: Remove global system accessor from WaitObjectFernando Sahmkow
2019-10-15Scheduler: Implement Yield Count and Core migration on Thread Preemption.Fernando Sahmkow
2019-10-15Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.Fernando Sahmkow
2019-10-15Kernel: Initial implementation of thread preemption.Fernando Sahmkow
2019-10-15Scheduler: Add protections for Yield bombingFernando Sahmkow
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow
2019-10-15Correct PrepareRescheduleFernando Sahmkow
2019-10-15Comment and reorganize the schedulerFernando Sahmkow
2019-10-15Add PrepareReschedule where required.Fernando Sahmkow
2019-10-15Correct compiling errors and addapt to the new interface.Fernando Sahmkow