summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1803 from DarkLordZach/k-able-eventbunnei2018-12-031-2/+3
|\
| * hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman2018-11-291-1/+1
| * core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-2/+3
* | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Subv2018-11-301-0/+2
|/
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-13/+25
* Merge pull request #1708 from ogniK5377/res-scalebunnei2018-11-241-9/+23
|\
| * Removed hard coded values for width and heightDavid Marcec2018-11-191-2/+4
| * Report resolution scaling support for vi and amDavid Marcec2018-11-161-9/+21
* | vi: Implement TransactParcel for Disconnect and DetachBufferZach Hilman2018-11-171-0/+22
|/
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-4/+5
* Implement VI ConvertScalingMode (#1475)David2018-10-161-1/+49
* Merge pull request #1338 from raven02/service_vibunnei2018-09-301-1/+19
|\
| * Implement ISystemDisplayService::GetDisplayModeraven022018-09-301-1/+19
* | Removed the use of rp.MakeBuilderDavid Marcec2018-09-191-15/+15
* | Merge pull request #1312 from lioncash/fwdbunnei2018-09-172-6/+8
|\ \
| * | service/vi: Replace includes with forward declarations where applicableLioncash2018-09-132-6/+8
* | | Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
| |/ |/|
* | kernel/thread: Include thread-related enums within the kernel namespaceLioncash2018-09-131-1/+1
|/
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-118-0/+12
* vi: Add std::is_trivially_copyable checks to Read and Write functionsLioncash2018-07-231-2/+13
* vi: std::move std::vector in constructors where applicableLioncash2018-07-231-9/+9
* hle/service: Make constructors explicit where applicableLioncash2018-07-192-4/+4
* vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.bunnei2018-07-181-1/+1
* vi: Fix size for ListDisplays default display.bunnei2018-07-181-2/+2
* vi: Partially implement buffer crop parameters.bunnei2018-07-181-4/+10
* nvflinger: Fix for BufferQueue event handling.bunnei2018-07-171-4/+4
* Update clang formatJames Rowe2018-07-031-3/+3
* Rename logging macro back to LOG_*James Rowe2018-07-031-24/+24
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-2/+2
* vi: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-26/+27
* Merge pull request #340 from mailwl/vi-updatebunnei2018-04-201-7/+27
|\
| * Service/VI: stub SetLayerVisibility, fix GetDisplayResolution outputmailwl2018-04-171-7/+27
* | Merge pull request #360 from lioncash/namespacesbunnei2018-04-208-32/+16
|\ \
| * | service: Use nested namespace specifiers where applicableLioncash2018-04-208-32/+16
| |/
* / vi: Remove redundant initializers in the constructorsLioncash2018-04-201-9/+5
|/
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-172-2/+112
* Fixed normal params in GetDisplayResolutionHexagon122018-04-131-1/+1
* vi: Implement GetDisplayResolution.bunnei2018-04-032-0/+26
* Service/vi: convert services to modulemailwl2018-03-218-212/+160
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* vi: Remove DequeueBuffer and wait until next available buffer.bunnei2018-03-191-6/+24
* Parcel: Ensure we don't read past the end of the parcels in Vi.Subv2018-02-171-0/+5
* Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.Subv2018-02-171-2/+2
* Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.Subv2018-02-171-1/+2
* Vi: Mark the fences as valid in the DequeueBuffer response parcel.Subv2018-02-151-0/+3
* Vi: Added a missing u32 in the DequeueBuffer response parcel.Subv2018-02-151-0/+1
* Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.Subv2018-02-151-4/+2
* Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.Subv2018-02-151-18/+21
* vi: Eliminate direct usage of BufferDescriptorB.bunnei2018-02-141-14/+3
* vi: Use ReadBuffer/WriteBuffer functions for TransactParcel.bunnei2018-02-141-44/+19
* vi: Fix TransactParcelAuto to support both buffer formats.bunnei2018-02-141-25/+16
* vi: Add FENCE_HACK, which is useful for booting BOTW.bunnei2018-02-131-7/+21
* vi: Stub TransactParcel CancelBuffer.bunnei2018-02-131-0/+2
* TransactParcel: Move WriteBlock to narrowest scope.bunnei2018-02-131-10/+13
* vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei2018-02-121-5/+21
* vi: Fix OpenLayer and CreateStrayLayer.bunnei2018-02-111-6/+8
* vi: Implement TransactParcelAuto.bunnei2018-02-101-32/+46
* IGBPQueueBufferRequestParcel: Don't enforce buffer length.bunnei2018-02-101-1/+0
* IGBPRequestBufferResponseParcel: Fix response for libnx.bunnei2018-02-101-7/+4
* IApplicationDisplayService::CloseDisplay: Fix response params size.bunnei2018-02-091-1/+1
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-072-1/+22
* logger: Add VI service logging category.bunnei2018-02-054-21/+20
* Merge pull request #154 from mailwl/vi_create_stray_arraybunnei2018-02-021-0/+1
|\
| * vi::CreateStrayLayer : add padding to requestmailwl2018-02-021-0/+1
* | Services/vi: add vi:s and vi:u servicesmailwl2018-02-025-0/+124
|/
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-252-19/+19
* service: Fix all incorrect IPC response headers.bunnei2018-01-252-5/+6
* Services: Vi shouldn't be responsible for creating nvflinger.Subv2018-01-224-6/+8
* VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv2018-01-224-363/+25
* VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results.Subv2018-01-212-0/+58
* Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware2018-01-201-1/+1
* Fix dispdrv typogdkchan2018-01-191-1/+1
* Merge pull request #90 from lioncash/vi-overridebunnei2018-01-181-20/+21
|\
| * vi: Make constructors explicit where applicableLioncash2018-01-181-13/+14
| * vi: Add missing override specifiersLioncash2018-01-181-7/+7
* | vi: Copy data directly into the std::vector within Parcel's ReadBlock functionLioncash2018-01-181-2/+3
|/
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv2018-01-171-3/+3
* VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv2018-01-172-3/+85
* vi: Add IManagerDisplayService::CloseDisplay functionbsaleil2018-01-151-0/+10
* renderer: Render previous frame when no new one is available.bunnei2018-01-151-1/+4
* yuzu: Update license text to be consistent across project.bunnei2018-01-134-4/+4
* core: Include <algorithm> where used.bunnei2018-01-121-0/+2
* NV: Move the nv device nodes to their own directory and namespace.Subv2018-01-111-1/+2
* VI: Use a Pulse event instead of OneShot for the vblank events.Subv2018-01-111-1/+1
* vi: Use new CoreTiming::EventTypebunnei2018-01-111-1/+5
* NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv2018-01-112-2/+16
* NV: Determine what buffer to draw for each layer of each display.Subv2018-01-112-13/+58
* NV: Signal all display's vsync event 60 times per second.Subv2018-01-112-1/+32
* NV: Give each display its own vsync event.Subv2018-01-112-12/+29
* NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv2018-01-114-41/+261
* NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv2018-01-114-0/+714