index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-10-16
Merge pull request #2978 from lioncash/doxygen
Rodrigo Locatti
2019-10-16
Merge pull request #2982 from lioncash/surface
Rodrigo Locatti
2019-10-16
Merge pull request #2912 from FernandoS27/async-fixes
bunnei
2019-10-15
Merge pull request #2984 from lioncash/fallthrough2
Rodrigo Locatti
2019-10-15
video_core/surface: Add missing break in PixelFormatFromTextureFormat()
Lioncash
2019-10-15
Merge pull request #2981 from lioncash/copy
Rodrigo Locatti
2019-10-15
vk_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod...
Lioncash
2019-10-15
gl_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod...
Lioncash
2019-10-15
texture_cache: Avoid unnecessary surface copies within PickStrategy() and Try...
Lioncash
2019-10-15
control_flow: Silence truncation warnings
Lioncash
2019-10-15
gl_shader_decompiler: Make ExprDecompiler's GetResult() a const member function
Lioncash
2019-10-15
gl_shader_decompiler: Use a std::string_view with GetDeclarationWithSuffix()
Lioncash
2019-10-15
gl_shader_decompiler: Fold flow_var constant into GetFlowVariable()
Lioncash
2019-10-15
gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const r...
Lioncash
2019-10-15
gl_shader_decompiler: Pass by reference to GenerateTextureArgument()
Lioncash
2019-10-15
gl_shader_decompiler: Use std::holds_alternative within GenerateTexture()
Lioncash
2019-10-15
shader/node: std::move Meta instance within OperationNode constructor
Lioncash
2019-10-15
gl_shader_decompiler: Avoid unnecessary copies of MetaImage
Lioncash
2019-10-15
maxwell_3d: Silence truncation warnings
Lioncash
2019-10-15
Merge pull request #2972 from lioncash/system
bunnei
2019-10-15
Merge pull request #2977 from lioncash/algorithm
bunnei
2019-10-15
video_core/gpu: Remove use of the global system accessor
Lioncash
2019-10-15
bcat: Remove use of global system accessors
Lioncash
2019-10-15
video_core/texture_cache: Amend Doxygen references
Lioncash
2019-10-15
common/algorithm: Add description comment indicating intended algorithms
Lioncash
2019-10-15
common: Rename binary_find.h to algorithm.h
Lioncash
2019-10-15
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Fernando Sahmkow
2019-10-15
Kernel: Address Feedback 2
Fernando Sahmkow
2019-10-15
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
Kernel_Thread: Eliminate most global accessors.
Fernando Sahmkow
2019-10-15
KernelSVC: Assert that condition variable address is aligned to 4 bytes.
Fernando Sahmkow
2019-10-15
Kernel: Correct Paused scheduling
Fernando Sahmkow
2019-10-15
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
Kernel: Correct redundant yields to only advance time forward.
Fernando Sahmkow
2019-10-15
Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual
Fernando Sahmkow
2019-10-15
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
Scheduler: Implement Yield Count and Core migration on Thread Preemption.
Fernando Sahmkow
2019-10-15
Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.
Fernando Sahmkow
2019-10-15
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
Comment and reorganize the scheduler
Fernando Sahmkow
2019-10-15
Add PrepareReschedule where required.
Fernando Sahmkow
2019-10-15
Correct compiling errors and addapt to the new interface.
Fernando Sahmkow
[prev]
[next]