| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | gl_rasterizer: Avoid scenario locking already owned mutex | 2022-03-28 | 1 | -3/+3 | ||
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #8098 from merryhime/ic-ivau | 2022-03-28 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | arm_dynarmic_64: Invalidate on all cores | 2022-03-27 | 1 | -2/+4 | ||
| | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #8095 from bylaws/master | 2022-03-27 | 3 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Include <bit> header when std::count{r,l}_zero is used | 2022-03-22 | 3 | -0/+4 | ||
| * | | | | | | | | | | | | Merge pull request #8088 from bunnei/fixup-nvflinger | 2022-03-27 | 9 | -547/+136 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tr... | 2022-03-25 | 5 | -181/+130 | ||
| | * | | | | | | | | | | | | hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of un... | 2022-03-25 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | | hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock. | 2022-03-25 | 1 | -4/+4 | ||
| | * | | | | | | | | | | | | hle: service: nvflinger: Remove unused BufferQueue. | 2022-03-25 | 2 | -360/+0 | ||
| * | | | | | | | | | | | | | Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding ... | 2022-03-26 | 6 | -65/+4 | ||
| | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #8041 from Morph1984/inline-swkbd | 2022-03-25 | 3 | -166/+415 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | applets/swkbd: Split software keyboard initialization | 2022-03-21 | 2 | -160/+349 | ||
| | * | | | | | | | | | | | applets/swkbd: Add new inline software keyboard types | 2022-03-21 | 1 | -6/+66 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Memory: Don't protect reads on Normal accuracy. | 2022-03-25 | 1 | -1/+1 | ||
| * | | | | | | | | | | | Texture Cache: Add Cached CPU system. | 2022-03-25 | 5 | -3/+64 | ||
| * | | | | | | | | | | | Merge pull request #7720 from FernandoS27/yfc-gc | 2022-03-24 | 20 | -43/+259 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | GC: Address Feedback. | 2022-03-25 | 7 | -29/+37 | ||
| | * | | | | | | | | | | | Garbage Collection: Final tuning. | 2022-03-25 | 6 | -24/+36 | ||
| | * | | | | | | | | | | | Buffer Cache: Tune to the levels of the new GC. | 2022-03-25 | 6 | -6/+78 | ||
| | * | | | | | | | | | | | Garbage Collection: Redesign the algorithm to do a better use of memory. | 2022-03-25 | 13 | -32/+156 | ||
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #8050 from bunnei/nvflinger-rewrite | 2022-03-25 | 60 | -796/+2984 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | hle: nvflinger: ConsumerBase: Mark ctor as explicit. | 2022-03-24 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | hle: vi: NativeWindow: Fix trivially copyable issues. | 2022-03-24 | 1 | -4/+4 | ||
| | * | | | | | | | | | | | hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup. | 2022-03-24 | 1 | -11/+11 | ||
| | * | | | | | | | | | | | hle: nvdrv: nvdata: Cleanup NvFence static assert. | 2022-03-24 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | hle: nvflinger: Remove unused unordered_map include. | 2022-03-24 | 1 | -1/+0 | ||
| | * | | | | | | | | | | | hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo. | 2022-03-24 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | hle: nvflinger: Merge Rect with Common::Rectangle. | 2022-03-24 | 6 | -90/+54 | ||
| | * | | | | | | | | | | | hle: nvflinger: buffer_queue_core: Declare default dtor. | 2022-03-24 | 2 | -0/+3 | ||
| | * | | | | | | | | | | | hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock. | 2022-03-24 | 1 | -3/+1 | ||
| | * | | | | | | | | | | | hle: nvflinger: consumer_base: StillTracking: Should be const. | 2022-03-24 | 2 | -2/+3 | ||
| | * | | | | | | | | | | | hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack. | 2022-03-24 | 1 | -2/+0 | ||
| | * | | | | | | | | | | | hle: nvflinger: parcel: Reserve token size. | 2022-03-24 | 1 | -1/+2 | ||
| | * | | | | | | | | | | | hle: nvflinger: buffer_queue_core: StillTracking: Take const reference. | 2022-03-24 | 4 | -7/+7 | ||
| | * | | | | | | | | | | | hle: nvflinger: buffer_queue_core: Cleanup locking. | 2022-03-24 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | hle: nvflinger: Use std::chrono for present_ns. | 2022-03-24 | 7 | -25/+30 | ||
| | * | | | | | | | | | | | hle: nvflinger: Migrate android namespace -> Service::android. | 2022-03-24 | 35 | -79/+76 | ||
| | * | | | | | | | | | | | hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty ... | 2022-03-24 | 1 | -7/+10 | ||
| | * | | | | | | | | | | | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. | 2022-03-24 | 17 | -723/+286 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for HosBinderDriverServer service. | 2022-03-24 | 3 | -0/+75 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for BufferQueueProducer class. | 2022-03-24 | 3 | -2/+1021 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for BufferQueueCore class. | 2022-03-24 | 3 | -0/+235 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for BufferQueueConsumer class. | 2022-03-24 | 3 | -0/+263 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput... | 2022-03-24 | 3 | -0/+100 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for BufferItemConsumer class. | 2022-03-24 | 3 | -0/+87 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for ConsumerBase class. | 2022-03-24 | 3 | -0/+190 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for BufferSlot class. | 2022-03-24 | 2 | -0/+40 | ||
| | * | | | | | | | | | | | hle: nvflinger: Add implementation for BufferItem class. | 2022-03-24 | 2 | -0/+47 | ||
| | * | | | | | | | | | | | hle: nvflinger: Move implementation for Parcel to its own header. | 2022-03-24 | 2 | -0/+172 | ||