index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
vi
/
vi.cpp
Age
Commit message (
Expand
)
Author
2018-07-23
vi: Add std::is_trivially_copyable checks to Read and Write functions
Lioncash
2018-07-23
vi: std::move std::vector in constructors where applicable
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-17
vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.
bunnei
2018-07-17
vi: Fix size for ListDisplays default display.
bunnei
2018-07-17
vi: Partially implement buffer crop parameters.
bunnei
2018-07-17
nvflinger: Fix for BufferQueue event handling.
bunnei
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-24
vi: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-20
Merge pull request #340 from mailwl/vi-update
bunnei
2018-04-20
Merge pull request #360 from lioncash/namespaces
bunnei
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-19
vi: Remove redundant initializers in the constructors
Lioncash
2018-04-17
Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output
mailwl
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-13
Fixed normal params in GetDisplayResolution
Hexagon12
2018-04-02
vi: Implement GetDisplayResolution.
bunnei
2018-03-21
Service/vi: convert services to module
mailwl
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-18
vi: Remove DequeueBuffer and wait until next available buffer.
bunnei
2018-02-17
Parcel: Ensure we don't read past the end of the parcels in Vi.
Subv
2018-02-17
Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.
Subv
2018-02-17
Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.
Subv
2018-02-14
Vi: Mark the fences as valid in the DequeueBuffer response parcel.
Subv
2018-02-14
Vi: Added a missing u32 in the DequeueBuffer response parcel.
Subv
2018-02-14
Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.
Subv
2018-02-14
Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...
Subv
2018-02-13
vi: Eliminate direct usage of BufferDescriptorB.
bunnei
2018-02-13
vi: Use ReadBuffer/WriteBuffer functions for TransactParcel.
bunnei
2018-02-13
vi: Fix TransactParcelAuto to support both buffer formats.
bunnei
2018-02-12
vi: Add FENCE_HACK, which is useful for booting BOTW.
bunnei
2018-02-12
vi: Stub TransactParcel CancelBuffer.
bunnei
2018-02-12
TransactParcel: Move WriteBlock to narrowest scope.
bunnei
2018-02-11
vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.
bunnei
2018-02-11
vi: Fix OpenLayer and CreateStrayLayer.
bunnei
2018-02-09
vi: Implement TransactParcelAuto.
bunnei
2018-02-09
IGBPQueueBufferRequestParcel: Don't enforce buffer length.
bunnei
2018-02-09
IGBPRequestBufferResponseParcel: Fix response for libnx.
bunnei
2018-02-08
IApplicationDisplayService::CloseDisplay: Fix response params size.
bunnei
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-04
logger: Add VI service logging category.
bunnei
2018-02-02
Merge pull request #154 from mailwl/vi_create_stray_array
bunnei
2018-02-02
Services/vi: add vi:s and vi:u services
mailwl
2018-02-02
vi::CreateStrayLayer : add padding to request
mailwl
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-22
Services: Vi shouldn't be responsible for creating nvflinger.
Subv
2018-01-22
VI: Move BufferQueue and NVFlinger to their own folder/namespace.
Subv
[next]