summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty ...Gravatar bunnei2022-03-241-7/+10
| * | | | | | | | | | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.Gravatar bunnei2022-03-2417-723/+286
| * | | | | | | | | | hle: nvflinger: Add implementation for HosBinderDriverServer service.Gravatar bunnei2022-03-243-0/+75
| * | | | | | | | | | hle: nvflinger: Add implementation for BufferQueueProducer class.Gravatar bunnei2022-03-243-2/+1021
| * | | | | | | | | | hle: nvflinger: Add implementation for BufferQueueCore class.Gravatar bunnei2022-03-243-0/+235
| * | | | | | | | | | hle: nvflinger: Add implementation for BufferQueueConsumer class.Gravatar bunnei2022-03-243-0/+263
| * | | | | | | | | | hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput...Gravatar bunnei2022-03-243-0/+100
| * | | | | | | | | | hle: nvflinger: Add implementation for BufferItemConsumer class.Gravatar bunnei2022-03-243-0/+87
| * | | | | | | | | | hle: nvflinger: Add implementation for ConsumerBase class.Gravatar bunnei2022-03-243-0/+190
| * | | | | | | | | | hle: nvflinger: Add implementation for BufferSlot class.Gravatar bunnei2022-03-242-0/+40
| * | | | | | | | | | hle: nvflinger: Add implementation for BufferItem class.Gravatar bunnei2022-03-242-0/+47
| * | | | | | | | | | hle: nvflinger: Move implementation for Parcel to its own header.Gravatar bunnei2022-03-242-0/+172
| * | | | | | | | | | hle: nvflinger: Add android buffer queue definitions to its own header.Gravatar bunnei2022-03-242-0/+22
| * | | | | | | | | | hle: nvflinger: Add IBinder interface.Gravatar bunnei2022-03-242-0/+43
| * | | | | | | | | | hle: nvflinger: Add IConsumerListener interface.Gravatar bunnei2022-03-242-0/+27
| * | | | | | | | | | hle: nvflinger: Add ProducerListener interface.Gravatar bunnei2022-03-242-0/+17
| * | | | | | | | | | hle: nvflinger: Add android window enumerations to its own header.Gravatar bunnei2022-03-242-0/+54
| * | | | | | | | | | 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 #8068 from ameerj/shader-if-falseGravatar Fernando S2022-03-253-9/+98
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | dead_code_elimination_pass: Remove unreachable Phi argumentsGravatar ameerj2022-03-233-0/+36
| * | | | | | | | | shader_recompiler/dead_code_elimination: Add DeadBranchElimination passGravatar ameerj2022-03-221-9/+62
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | 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