summaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1338 from raven02/service_viGravatar bunnei2018-09-301-1/+19
|\
| * Implement ISystemDisplayService::GetDisplayModeGravatar raven022018-09-301-1/+19
* | Removed the use of rp.MakeBuilderGravatar David Marcec2018-09-191-15/+15
* | Merge pull request #1312 from lioncash/fwdGravatar bunnei2018-09-172-6/+8
|\ \
| * | service/vi: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-132-6/+8
* | | Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-4/+4
| |/ |/|
* | kernel/thread: Include thread-related enums within the kernel namespaceGravatar Lioncash2018-09-131-1/+1
|/
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-108-0/+12
* vi: Add std::is_trivially_copyable checks to Read and Write functionsGravatar Lioncash2018-07-231-2/+13
* vi: std::move std::vector in constructors where applicableGravatar Lioncash2018-07-231-9/+9
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-192-4/+4
* vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.Gravatar bunnei2018-07-171-1/+1
* vi: Fix size for ListDisplays default display.Gravatar bunnei2018-07-171-2/+2
* vi: Partially implement buffer crop parameters.Gravatar bunnei2018-07-171-4/+10
* nvflinger: Fix for BufferQueue event handling.Gravatar bunnei2018-07-171-4/+4
* Update clang formatGravatar James Rowe2018-07-021-3/+3
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-24/+24
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-021-2/+2
* vi: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-26/+27
* Merge pull request #340 from mailwl/vi-updateGravatar bunnei2018-04-201-7/+27
|\
| * Service/VI: stub SetLayerVisibility, fix GetDisplayResolution outputGravatar mailwl2018-04-171-7/+27
* | Merge pull request #360 from lioncash/namespacesGravatar bunnei2018-04-208-32/+16
|\ \
| * | service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-198-32/+16
| |/
* / vi: Remove redundant initializers in the constructorsGravatar Lioncash2018-04-191-9/+5
|/
* Various service name fixes - part 2 (rebased) (#322)Gravatar Hexagon122018-04-172-2/+112
* Fixed normal params in GetDisplayResolutionGravatar Hexagon122018-04-131-1/+1
* vi: Implement GetDisplayResolution.Gravatar bunnei2018-04-022-0/+26
* Service/vi: convert services to moduleGravatar mailwl2018-03-218-212/+160
* Clean Warnings (?)Gravatar N00byKing2018-03-191-1/+1
* vi: Remove DequeueBuffer and wait until next available buffer.Gravatar bunnei2018-03-181-6/+24
* Parcel: Ensure we don't read past the end of the parcels in Vi.Gravatar Subv2018-02-171-0/+5
* Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.Gravatar Subv2018-02-171-2/+2
* Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.Gravatar Subv2018-02-171-1/+2
* Vi: Mark the fences as valid in the DequeueBuffer response parcel.Gravatar Subv2018-02-141-0/+3
* Vi: Added a missing u32 in the DequeueBuffer response parcel.Gravatar Subv2018-02-141-0/+1
* Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.Gravatar Subv2018-02-141-4/+2
* Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...Gravatar Subv2018-02-141-18/+21
* vi: Eliminate direct usage of BufferDescriptorB.Gravatar bunnei2018-02-131-14/+3
* vi: Use ReadBuffer/WriteBuffer functions for TransactParcel.Gravatar bunnei2018-02-131-44/+19
* vi: Fix TransactParcelAuto to support both buffer formats.Gravatar bunnei2018-02-131-25/+16
* vi: Add FENCE_HACK, which is useful for booting BOTW.Gravatar bunnei2018-02-121-7/+21
* vi: Stub TransactParcel CancelBuffer.Gravatar bunnei2018-02-121-0/+2
* TransactParcel: Move WriteBlock to narrowest scope.Gravatar bunnei2018-02-121-10/+13
* vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.Gravatar bunnei2018-02-111-5/+21
* vi: Fix OpenLayer and CreateStrayLayer.Gravatar bunnei2018-02-111-6/+8
* vi: Implement TransactParcelAuto.Gravatar bunnei2018-02-091-32/+46
* IGBPQueueBufferRequestParcel: Don't enforce buffer length.Gravatar bunnei2018-02-091-1/+0
* IGBPRequestBufferResponseParcel: Fix response for libnx.Gravatar bunnei2018-02-091-7/+4
* IApplicationDisplayService::CloseDisplay: Fix response params size.Gravatar bunnei2018-02-081-1/+1
* Service: stub some functions in am, audio, time, vi servicesGravatar mailwl2018-02-072-1/+22