summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-243-1/+27
* | | | 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-245-10/+31
* | | | 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
* | | | Merge pull request #8031 from Morph1984/cleanup-mii-pleaseGravatar bunnei2022-03-2218-572/+642
|\ \ \ \
| * | | | 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-217-45/+47
| |/ / /
* / / / Revert "dynarmic: Reduce size of code caches"Gravatar bunnei2022-03-222-4/+4
|/ / /
* | | Merge pull request #8048 from ameerj/include-purgeGravatar bunnei2022-03-2141-52/+13
|\ \ \
| * | | general: Fix clang/gcc build errorsGravatar ameerj2022-03-202-4/+5
| * | | common: Reduce unused includesGravatar ameerj2022-03-194-0/+6
| * | | core: Reduce unused includesGravatar ameerj2022-03-1938-54/+8
* | | | Merge pull request #8040 from Morph1984/handle-tableGravatar bunnei2022-03-192-30/+12
|\ \ \ \ | |/ / / |/| | |
| * | | KHandleTable: Optimize table entry layoutGravatar Morph2022-03-182-30/+12
* | | | Merge pull request #8028 from v1993/patch-9Gravatar bunnei2022-03-181-2/+2
|\ \ \ \
| * | | | bsd: Allow inexact match for address length in AcceptImplGravatar Valeri2022-03-151-2/+2
| |/ / /
* | | | general: Reduce core.h includesGravatar ameerj2022-03-184-7/+23
* | | | Merge pull request #7964 from german77/miiiiGravatar bunnei2022-03-167-5/+270
|\ \ \ \
| * | | | applet: mii: Simple implementation of mii appletGravatar german772022-02-287-5/+270
* | | | | core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global n...Gravatar bunnei2022-03-141-6/+6
* | | | | core: hle: kernel: Allocate dummy threads on host thread storage.Gravatar bunnei2022-03-142-8/+6
* | | | | core: hle: kernel: Downgrade dangling objects warning to debug.Gravatar bunnei2022-03-141-2/+2
* | | | | core: hle: kernel: Make object list container global and ensure it is reset o...Gravatar bunnei2022-03-141-7/+9
* | | | | core: hle: kernel: Remove server session tracking.Gravatar bunnei2022-03-144-37/+1
* | | | | core: hle: kernel: k_process: Remove handle table finalize, reset page table.Gravatar bunnei2022-03-141-3/+3
* | | | | core: hle: kernel: k_process: Implement thread local storage accurately.Gravatar bunnei2022-03-143-111/+99
* | | | | core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages,...Gravatar bunnei2022-03-142-2/+141
* | | | | core: hle: kernel: k_slab_heap: Refresh to use guest allocations.Gravatar bunnei2022-03-142-125/+107
* | | | | core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadL...Gravatar bunnei2022-03-144-55/+92
* | | | | core: hle: kernel: k_page_buffer: Add KThreadLocalPage primitive.Gravatar bunnei2022-03-143-0/+179
* | | | | core: hle: kernel: k_page_buffer: Add KPageBuffer primitive.Gravatar bunnei2022-03-142-0/+35
* | | | | core: hle: kernel: k_thread: Ensure host Fiber is freed.Gravatar bunnei2022-03-141-0/+3
* | | | | core: hle: kernel: k_server_session: Ensure SessionRequestManager is freed.Gravatar bunnei2022-03-141-0/+3