| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | 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 | 5 | -85/+9 | ||
| | | | | | ||||||
| * | | | | 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 | 29 | -61/+58 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty ↵ | 2022-03-24 | 1 | -7/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | buffer. - Used by Naruto Ultimate Ninja Storm. | |||||
| * | | | | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. | 2022-03-24 | 16 | -723/+285 | ||
| | | | | | ||||||
| * | | | | 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 ↵ | 2022-03-24 | 3 | -0/+100 | ||
| | | | | | | | | | | | | | | | | | QueueBufferOutput structs. | |||||
| * | | | | 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 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add android buffer queue definitions to its own header. | 2022-03-24 | 2 | -0/+22 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add IBinder interface. | 2022-03-24 | 2 | -0/+43 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add IConsumerListener interface. | 2022-03-24 | 2 | -0/+27 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add ProducerListener interface. | 2022-03-24 | 2 | -0/+17 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add android window enumerations to its own header. | 2022-03-24 | 2 | -0/+54 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add android Status flags to its own header. | 2022-03-24 | 1 | -0/+28 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Move BufferTransformFlags to its own header. | 2022-03-24 | 3 | -1/+27 | ||
| | | | | | ||||||
| * | | | | hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts. | 2022-03-24 | 4 | -17/+13 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Move PixelFormat to its own header. | 2022-03-24 | 5 | -10/+31 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add implementation for GraphicBuffer class. | 2022-03-24 | 2 | -0/+101 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add implementation for Fence class. | 2022-03-24 | 2 | -0/+34 | ||
| | | | | | ||||||
| * | | | | hle: nvflinger: Add implementation for Rect class. | 2022-03-24 | 2 | -0/+76 | ||
| | | | | | ||||||
| * | | | | Merge pull request #8031 from Morph1984/cleanup-mii-please | 2022-03-22 | 18 | -572/+642 | ||
| |\ \ \ \ | | | | | | | | | | | applets: Cleanup MiiEdit applet implementation | |||||
| | * | | | | applets/mii: Remove unused include | 2022-03-21 | 1 | -1/+0 | ||
| | | | | | | ||||||
| | * | | | | applets/mii: Remove frontend parameters | 2022-03-21 | 2 | -17/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | These are unused for now as we do not support a frontend implementation. | |||||
| | * | | | | applets/mii: Cleanup MiiEdit applet implementation | 2022-03-21 | 2 | -44/+85 | ||
| | | | | | | | | | | | | | | | | | | | | | This also enables proper support for MiiEdit applets which are used in games with firmware versions prior to 10.2.0 by handling the 2 different versions of applet inputs and outputs. | |||||
| | * | | | | applets/mii: Cleanup MiiEdit applet types | 2022-03-21 | 1 | -23/+44 | ||
| | | | | | | ||||||
| | * | | | | applets/mii: Move MiiEdit applet types into its own file | 2022-03-21 | 4 | -54/+70 | ||
| | | | | | | ||||||
| | * | | | | service: Move mii enums and structs into its own file | 2022-03-21 | 7 | -308/+312 | ||
| | | | | | | | | | | | | | | | | | | | | | Moves these into types.h, since other files also make use of these types. | |||||
| | * | | | | applets: Rename Mii to MiiEdit | 2022-03-21 | 7 | -45/+47 | ||
| | |/ / / | ||||||
| * / / / | Revert "dynarmic: Reduce size of code caches" | 2022-03-22 | 2 | -4/+4 | ||
| |/ / / | ||||||
| * | | | Merge pull request #8048 from ameerj/include-purge | 2022-03-21 | 41 | -52/+13 | ||
| |\ \ \ | | | | | | | | | general: Reduce unused includes across the project | |||||
| | * | | | general: Fix clang/gcc build errors | 2022-03-20 | 2 | -4/+5 | ||
| | | | | | ||||||
| | * | | | common: Reduce unused includes | 2022-03-19 | 4 | -0/+6 | ||
| | | | | | ||||||
| | * | | | core: Reduce unused includes | 2022-03-19 | 38 | -54/+8 | ||
| | | | | | ||||||
| * | | | | Merge pull request #8040 from Morph1984/handle-table | 2022-03-19 | 2 | -30/+12 | ||
| |\ \ \ \ | |/ / / |/| | | | KHandleTable: Optimize table entry layout | |||||