summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2421 from lioncash/svc-callGravatar bunnei2019-04-191-1/+1
|\
| * kernel/svc: Name supervisor call 0x36Gravatar Lioncash2019-04-191-1/+1
* | Merge pull request #2374 from lioncash/pagetableGravatar bunnei2019-04-1938-177/+253
|\ \ | |/ |/|
| * core/core: Move process execution start to System's Load()Gravatar Lioncash2019-04-1120-107/+144
| * core/process: Remove unideal page table setting from LoadFromMetadata()Gravatar Lioncash2019-04-111-5/+0
| * core/core: Move main process creation into Load()Gravatar Lioncash2019-04-111-4/+3
| * video_core/gpu: Create threads separately from initializationGravatar Lioncash2019-04-1110-25/+51
| * core/cpu_core_manager: Create threads separately from initialization.Gravatar Lioncash2019-04-1111-39/+58
* | Merge pull request #2397 from lioncash/thread-unusedGravatar bunnei2019-04-173-18/+17
|\ \
| * | svc: Specify handle value in thread's nameGravatar Lioncash2019-04-152-2/+10
| * | kernel/thread: Remove unused guest_handle member variableGravatar Lioncash2019-04-143-16/+7
* | | Merge pull request #2318 from ReinUsesLisp/sampler-cacheGravatar bunnei2019-04-179-181/+183
|\ \ \
| * | | gl_sampler_cache: Port sampler cache to OpenGLGravatar ReinUsesLisp2019-04-025-123/+82
| * | | video_core: Abstract vk_sampler_cache into a templated classGravatar ReinUsesLisp2019-04-025-58/+101
* | | | Merge pull request #2348 from FernandoS27/guest-bindlessGravatar bunnei2019-04-178-44/+217
|\ \ \ \
| * | | | Adapt Bindless to work with AOFFIGravatar Fernando Sahmkow2019-04-081-7/+18
| * | | | Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format.Gravatar Fernando Sahmkow2019-04-089-44/+25
| * | | | Fix bad rebaseGravatar Fernando Sahmkow2019-04-081-2/+1
| * | | | Fix TMMLGravatar Fernando Sahmkow2019-04-081-5/+7
| * | | | Simplify ConstBufferAccessorGravatar Fernando Sahmkow2019-04-085-53/+22
| * | | | Refactor GetTextureCode and GetTexCode to use an optional instead of optional...Gravatar Fernando Sahmkow2019-04-082-34/+33
| * | | | Implement TXQ_BGravatar Fernando Sahmkow2019-04-082-2/+10
| * | | | Implement TMML_BGravatar Fernando Sahmkow2019-04-081-5/+10
| * | | | Corrections to TEX_BGravatar Fernando Sahmkow2019-04-082-4/+37
| * | | | Fixes to Const Buffer Accessor and FormattingGravatar Fernando Sahmkow2019-04-083-10/+10
| * | | | Implement Bindless Handling on SetupTextureGravatar Fernando Sahmkow2019-04-084-18/+34
| * | | | Unify both sampler types.Gravatar Fernando Sahmkow2019-04-084-22/+48
| * | | | Implement Bindless Samplers and TEX_B in the IR.Gravatar Fernando Sahmkow2019-04-084-16/+77
| * | | | Implement Const Buffer AccessorGravatar Fernando Sahmkow2019-04-085-2/+65
* | | | | Merge pull request #2315 from ReinUsesLisp/severity-decompilerGravatar bunnei2019-04-162-5/+20
|\ \ \ \ \
| * | | | | shader_ir/memory: Reduce severity of LD_L cache management and log itGravatar ReinUsesLisp2019-04-032-2/+9
| * | | | | shader_ir/memory: Reduce severity of ST_L cache management and log itGravatar ReinUsesLisp2019-04-032-3/+11
* | | | | | Merge pull request #2384 from ReinUsesLisp/gl-state-clearGravatar bunnei2019-04-161-4/+4
|\ \ \ \ \ \
| * | | | | | gl_rasterizer: Apply just the needed state on ClearGravatar ReinUsesLisp2019-04-101-4/+4
* | | | | | | Merge pull request #2405 from lioncash/qtGravatar bunnei2019-04-162-1/+7
|\ \ \ \ \ \ \
| * | | | | | | CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt targetGravatar Lioncash2019-04-152-1/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2092 from ReinUsesLisp/stgGravatar bunnei2019-04-1611-89/+186
|\ \ \ \ \ \ \
| * | | | | | | shader_ir: Implement STG, keep track of global memory usage and flushGravatar ReinUsesLisp2019-04-1411-89/+186
| |/ / / / / /
* | | | | | | Merge pull request #2376 from lioncash/constGravatar bunnei2019-04-163-12/+12
|\ \ \ \ \ \ \
| * | | | | | | configure_hotkeys: Pass the dialog as a parent to SequenceDialog()Gravatar Lioncash2019-04-091-1/+1
| * | | | | | | configure_hotkeys: Avoid dialog memory leak within Configure()Gravatar Lioncash2019-04-091-3/+3
| * | | | | | | configure_hotkeys: Mark member variables as const where applicable in Configu...Gravatar Lioncash2019-04-091-7/+7
| * | | | | | | configure_hotkeys: Make comparison check a little more self-documentingGravatar Lioncash2019-04-091-1/+2
| * | | | | | | configure_dialog: Amend constructor initializer list orderGravatar Lioncash2019-04-091-1/+1
| * | | | | | | configure_hotkey: Remove unnecessary includeGravatar Lioncash2019-04-091-1/+0
| * | | | | | | configure_hotkey: Make IsUsedKey() a const member functionGravatar Lioncash2019-04-092-2/+2
* | | | | | | | Merge pull request #2401 from lioncash/guardGravatar bunnei2019-04-162-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | common/{lz4_compression, zstd_compression}: Add missing header guardsGravatar Lioncash2019-04-152-0/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2382 from lioncash/tableGravatar bunnei2019-04-1527-57/+262
|\ \ \ \ \ \ \ \
| * | | | | | | | service: Update service function tablesGravatar Lioncash2019-04-1127-57/+262
| | |/ / / / / / | |/| | | | | |