summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | gl_shader_decompiler: Make ExprDecompiler's GetResult() a const member functionGravatar Lioncash2019-10-151-1/+1
| * | | | | | | gl_shader_decompiler: Use a std::string_view with GetDeclarationWithSuffix()Gravatar Lioncash2019-10-151-1/+1
| * | | | | | | gl_shader_decompiler: Fold flow_var constant into GetFlowVariable()Gravatar Lioncash2019-10-151-3/+1
| * | | | | | | gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const r...Gravatar Lioncash2019-10-151-21/+21
| * | | | | | | gl_shader_decompiler: Pass by reference to GenerateTextureArgument()Gravatar Lioncash2019-10-151-2/+2
| * | | | | | | gl_shader_decompiler: Use std::holds_alternative within GenerateTexture()Gravatar Lioncash2019-10-151-1/+1
| * | | | | | | shader/node: std::move Meta instance within OperationNode constructorGravatar Lioncash2019-10-151-1/+1
| * | | | | | | gl_shader_decompiler: Avoid unnecessary copies of MetaImageGravatar Lioncash2019-10-151-4/+4
| |/ / / / / /
* | | | | | | Merge pull request #2972 from lioncash/systemGravatar bunnei2019-10-1510-34/+64
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | video_core/gpu: Remove use of the global system accessorGravatar Lioncash2019-10-151-1/+1
| * | | | | | bcat: Remove use of global system accessorsGravatar Lioncash2019-10-156-29/+55
| * | | | | | nvflinger/buffer_queue: Remove use of a global system accessorGravatar Lioncash2019-10-123-4/+8
* | | | | | | common/algorithm: Add description comment indicating intended algorithmsGravatar Lioncash2019-10-151-0/+5
* | | | | | | common: Rename binary_find.h to algorithm.hGravatar Lioncash2019-10-154-4/+5
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2965 from FernandoS27/fair-core-timingGravatar bunnei2019-10-157-134/+147
|\ \ \ \ \ \
| * | | | | | Core_Timing: Address Remaining feedback.Gravatar Fernando Sahmkow2019-10-121-5/+4
| * | | | | | Core_Timing: Fix tests.Gravatar Fernando Sahmkow2019-10-121-2/+2
| * | | | | | Core_Timing: Address Feedback and suppress warnings.Gravatar Fernando Sahmkow2019-10-115-13/+12
| * | | | | | Core Timing: Correct Idle and remove lefting pragmaGravatar Fernando Sahmkow2019-10-091-2/+1
| * | | | | | Core Timing: General corrections and added tests.Gravatar Fernando Sahmkow2019-10-093-7/+165
| * | | | | | Tests: Eliminate old Core Timing TestsGravatar Fernando Sahmkow2019-10-091-193/+0
| * | | | | | Core Timing: Rework Core Timing to run all cores evenly.Gravatar Fernando Sahmkow2019-10-096-38/+89
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1Gravatar bunnei2019-10-1418-123/+73480
|\ \ \ \ \ \
| * | | | | | pl_u: Fix mismatched rebase size error in font encryptionGravatar Zach Hilman2019-10-133-19/+17
| * | | | | | pl_u: Use kernel physical memoryGravatar Zach Hilman2019-10-132-4/+8
| * | | | | | pl_u: Remove excess static qualifierGravatar Zach Hilman2019-10-131-1/+1
| * | | | | | pl_u: Use OSS system archives if real archives don't existGravatar Zach Hilman2019-10-132-112/+48
| * | | | | | system_archive: Synthesize shared fonts system archivesGravatar Zach Hilman2019-10-133-5/+101
| * | | | | | externals: Move OSS font data to file_sys in coreGravatar Zach Hilman2019-10-1313-1/+73324
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2968 from FreddyFunk/fix-zl-zr-analog-triggersGravatar bunnei2019-10-141-4/+18
|\ \ \ \ \ \
| * | | | | | fixed clang format & addressed feedbackGravatar FreddyFunk2019-10-101-26/+24
| * | | | | | yuzu/configure_input_player: Fix input handling for ZL and ZR from controller...Gravatar FreddyFunk2019-10-101-7/+23
| |/ / / / /
* | | | | | Merge pull request #2930 from DarkLordZach/gamecard-partitionsGravatar bunnei2019-10-144-26/+128
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | card_image: Implement system update commands in XCIGravatar Zach Hilman2019-10-132-3/+37
| * | | | | card_image: Add accessors for raw partitions in XCIGravatar Zach Hilman2019-09-222-0/+36
| * | | | | card_image: Lazily load partitions in XCIGravatar Zach Hilman2019-09-222-26/+41
| * | | | | pfs: Provide accessors for file sizes and offsetsGravatar Zach Hilman2019-09-222-0/+17
* | | | | | Merge pull request #2910 from FearlessTobi/port-4930Gravatar bunnei2019-10-096-0/+38
|\ \ \ \ \ \
| * | | | | | yuzu: Pause when in backgroundGravatar FearlessTobi2019-09-266-0/+38
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2928 from ReinUsesLisp/dirty-depth-boundsGravatar bunnei2019-10-092-1/+10
|\ \ \ \ \ \
| * | | | | | maxwell_3d: Add dirty flags for depth bounds valuesGravatar ReinUsesLisp2019-10-052-1/+10
* | | | | | | Merge pull request #2927 from ReinUsesLisp/polygon-offset-unitsGravatar bunnei2019-10-091-1/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | gl_rasterizer: Fix polygon offset unitsGravatar ReinUsesLisp2019-10-011-1/+3
| |/ / / / /
* | | | | | Merge pull request #2921 from FreddyFunk/compiler-warnings-coreGravatar bunnei2019-10-091-6/+6
|\ \ \ \ \ \
| * | | | | | Services::ES fix casting warningsGravatar FreddyFunk2019-09-291-6/+6
* | | | | | | Merge pull request #2654 from DarkLordZach/lm-log-rewriteGravatar bunnei2019-10-0810-159/+367
|\ \ \ \ \ \ \
| * | | | | | | lm: Flush manager output on core shutdownGravatar Zach Hilman2019-09-225-11/+15
| * | | | | | | lm: Rename Initialize to Log and implement with manager/reporterGravatar Zach Hilman2019-09-221-140/+22
| * | | | | | | lm: Implement manager class to output to reporterGravatar Zach Hilman2019-09-222-0/+233
| * | | | | | | core: Add LM::Manager to systemGravatar Zach Hilman2019-09-226-19/+39