summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | gl_rasterizer: Avoid scenario locking already owned mutexGravatar ameerj2022-03-281-3/+3
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #8098 from merryhime/ic-ivauGravatar bunnei2022-03-281-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | arm_dynarmic_64: Invalidate on all coresGravatar merry2022-03-271-2/+4
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #8095 from bylaws/masterGravatar Mai M2022-03-273-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Include <bit> header when std::count{r,l}_zero is usedGravatar Billy Laws2022-03-223-0/+4
* | | | | | | | | | | | Merge pull request #8088 from bunnei/fixup-nvflingerGravatar Fernando S2022-03-279-547/+136
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tr...Gravatar bunnei2022-03-255-181/+130
| * | | | | | | | | | | | hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of un...Gravatar bunnei2022-03-251-2/+2
| * | | | | | | | | | | | hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock.Gravatar bunnei2022-03-251-4/+4
| * | | | | | | | | | | | hle: service: nvflinger: Remove unused BufferQueue.Gravatar bunnei2022-03-252-360/+0
* | | | | | | | | | | | | Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ...Gravatar bunnei2022-03-266-65/+4
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #8041 from Morph1984/inline-swkbdGravatar bunnei2022-03-253-166/+415
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | applets/swkbd: Split software keyboard initializationGravatar Morph2022-03-212-160/+349
| * | | | | | | | | | | applets/swkbd: Add new inline software keyboard typesGravatar Morph2022-03-211-6/+66
| |/ / / / / / / / / /
* | | | | | | | | | | Memory: Don't protect reads on Normal accuracy.Gravatar Fernando Sahmkow2022-03-251-1/+1
* | | | | | | | | | | Texture Cache: Add Cached CPU system.Gravatar Fernando Sahmkow2022-03-255-3/+64
* | | | | | | | | | | Merge pull request #7720 from FernandoS27/yfc-gcGravatar bunnei2022-03-2420-43/+259
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | GC: Address Feedback.Gravatar Fernando Sahmkow2022-03-257-29/+37
| * | | | | | | | | | | Garbage Collection: Final tuning.Gravatar Fernando Sahmkow2022-03-256-24/+36
| * | | | | | | | | | | Buffer Cache: Tune to the levels of the new GC.Gravatar Fernando Sahmkow2022-03-256-6/+78
| * | | | | | | | | | | Garbage Collection: Redesign the algorithm to do a better use of memory.Gravatar Fernando Sahmkow2022-03-2513-32/+156
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #8050 from bunnei/nvflinger-rewriteGravatar Fernando S2022-03-2560-796/+2984
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | hle: nvflinger: ConsumerBase: Mark ctor as explicit.Gravatar bunnei2022-03-241-1/+1
| * | | | | | | | | | | hle: vi: NativeWindow: Fix trivially copyable issues.Gravatar bunnei2022-03-241-4/+4
| * | | | | | | | | | | hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup.Gravatar bunnei2022-03-241-11/+11
| * | | | | | | | | | | hle: nvdrv: nvdata: Cleanup NvFence static assert.Gravatar bunnei2022-03-241-1/+1
| * | | | | | | | | | | hle: nvflinger: Remove unused unordered_map include.Gravatar bunnei2022-03-241-1/+0
| * | | | | | | | | | | hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo.Gravatar bunnei2022-03-241-1/+1
| * | | | | | | | | | | hle: nvflinger: Merge Rect with Common::Rectangle.Gravatar bunnei2022-03-246-90/+54
| * | | | | | | | | | | hle: nvflinger: buffer_queue_core: Declare default dtor.Gravatar bunnei2022-03-242-0/+3
| * | | | | | | | | | | hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock.Gravatar bunnei2022-03-241-3/+1
| * | | | | | | | | | | hle: nvflinger: consumer_base: StillTracking: Should be const.Gravatar bunnei2022-03-242-2/+3
| * | | | | | | | | | | hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack.Gravatar bunnei2022-03-241-2/+0
| * | | | | | | | | | | hle: nvflinger: parcel: Reserve token size.Gravatar bunnei2022-03-241-1/+2
| * | | | | | | | | | | hle: nvflinger: buffer_queue_core: StillTracking: Take const reference.Gravatar bunnei2022-03-244-7/+7
| * | | | | | | | | | | hle: nvflinger: buffer_queue_core: Cleanup locking.Gravatar bunnei2022-03-241-2/+2
| * | | | | | | | | | | hle: nvflinger: Use std::chrono for present_ns.Gravatar bunnei2022-03-247-25/+30
| * | | | | | | | | | | hle: nvflinger: Migrate android namespace -> Service::android.Gravatar bunnei2022-03-2435-79/+76
| * | | | | | | | | | | 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