summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: nvflinger: Add android Status flags to its own header.Gravatar bunnei2022-03-241-0/+28
* hle: nvflinger: Move BufferTransformFlags to its own header.Gravatar bunnei2022-03-244-18/+29
* hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.Gravatar bunnei2022-03-244-17/+13
* hle: nvflinger: Move PixelFormat to its own header.Gravatar bunnei2022-03-2411-33/+50
* hle: nvflinger: Add implementation for GraphicBuffer class.Gravatar bunnei2022-03-242-0/+101
* hle: nvflinger: Add implementation for Fence class.Gravatar bunnei2022-03-242-0/+34
* hle: nvflinger: Add implementation for Rect class.Gravatar bunnei2022-03-242-0/+76
* common: logging: Add a logger for NVFlinger.Gravatar bunnei2022-03-242-0/+2
* Merge pull request #8074 from liamwhite/cached-wordsGravatar Fernando S2022-03-241-1/+2
|\
| * buffer_cache: reset cached write bits after flushing invalidationsGravatar Liam2022-03-231-1/+2
* | Merge pull request #8035 from lat9nq/disable-web-appletGravatar bunnei2022-03-236-50/+65
|\ \ | |/ |/|
| * yuzu qt: Save disable_web_applet settingGravatar lat9nq2022-03-174-3/+6
| * main: Update Disable Web Applet warningGravatar lat9nq2022-03-171-3/+2
| * configure_debug: Add option to set disable_web_appletGravatar lat9nq2022-03-172-42/+57
| * yuzu: Move disable_web_applet to UISettingsGravatar lat9nq2022-03-173-5/+3
* | Add include to fix compilingGravatar Shoegzer2022-03-231-0/+1
* | Merge pull request #8031 from Morph1984/cleanup-mii-pleaseGravatar bunnei2022-03-2219-574/+644
|\ \
| * | applets/mii: Remove unused includeGravatar Morph2022-03-211-1/+0
| * | applets/mii: Remove frontend parametersGravatar Morph2022-03-212-17/+4
| * | applets/mii: Cleanup MiiEdit applet implementationGravatar Morph2022-03-212-44/+85
| * | applets/mii: Cleanup MiiEdit applet typesGravatar Morph2022-03-211-23/+44
| * | applets/mii: Move MiiEdit applet types into its own fileGravatar Morph2022-03-214-54/+70
| * | service: Move mii enums and structs into its own fileGravatar Morph2022-03-217-308/+312
| * | applets: Rename Mii to MiiEditGravatar Morph2022-03-218-47/+49
* | | Revert "dynarmic: Reduce size of code caches"Gravatar bunnei2022-03-222-4/+4
|/ /
* | qt_web_browser: Add missing includesGravatar ameerj2022-03-211-0/+3
* | Merge pull request #8038 from liamwhite/exit-register-detectionGravatar Ameer J2022-03-212-0/+9
|\ \
| * | Address review commentsGravatar Liam2022-03-181-1/+1
| * | shader_recompiler/EXIT: skip render targets with no outputsGravatar Liam2022-03-182-0/+8
| * | shader_recompiler/EXIT: increment output register on failed enable testGravatar Liam2022-03-171-0/+1
* | | Merge pull request #8048 from ameerj/include-purgeGravatar bunnei2022-03-21271-452/+44
|\ \ \
| * | | general: Fix clang/gcc build errorsGravatar ameerj2022-03-2012-4/+17
| * | | yuzu_cmd: Reduce unused includesGravatar ameerj2022-03-205-9/+0
| * | | yuzu: Reduce unused includesGravatar ameerj2022-03-2045-104/+5
| * | | web_service: Reduce unused includesGravatar ameerj2022-03-201-1/+0
| * | | input_common: Reduce unused includesGravatar ameerj2022-03-204-4/+0
| * | | shader_recompiler: Reduce unused includesGravatar ameerj2022-03-2069-106/+7
| * | | common: Reduce unused includesGravatar ameerj2022-03-1930-32/+8
| * | | video_core: Reduce unused includesGravatar ameerj2022-03-1975-139/+12
| * | | common: Reduce unused includesGravatar ameerj2022-03-198-12/+0
| * | | core: Reduce unused includesGravatar ameerj2022-03-1938-54/+8
* | | | Merge pull request #7812 from FernandoS27/made-straight-from-the-nutGravatar bunnei2022-03-201-6/+14
|\ \ \ \
| * | | | BufferCache: Find direction of the stream buffer increase.Gravatar Fernando Sahmkow2022-03-201-6/+14
* | | | | Merge pull request #8036 from ameerj/starbit-nvGravatar Fernando S2022-03-201-5/+0
|\ \ \ \ \
| * | | | | vk_texture_cache: Do not reinterpret DepthStencil source imagesGravatar ameerj2022-03-171-5/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #7840 from lioncash/bitorGravatar bunnei2022-03-201-15/+3
|\ \ \ \ \
| * | | | | texture_cache: Ensure has_blacklisted is always initializedGravatar Lioncash2022-02-021-1/+1
| * | | | | texture_cache: Remove dead code within SynchronizeAliasesGravatar Lioncash2022-02-021-13/+1
| * | | | | texture_cache: Amend unintended bitwise OR in SynchronizeAliasesGravatar Lioncash2022-02-021-1/+1
* | | | | | Merge pull request #8040 from Morph1984/handle-tableGravatar bunnei2022-03-192-30/+12
|\ \ \ \ \ \