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
/
y2r_u.cpp
Age
Commit message (
Expand
)
Author
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-06-21
Memory: Add function to flush a virtual range from the rasterizer cache
Yuri Kunde Schlesner
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-03-18
fix #2560 and other comments
Lectem
2017-03-18
move push out of class body and add u8 u16 bool specializations
Lectem
2017-02-05
Merge pull request #2027 from Lectem/ipcrefactor
Weiyi Wang
2017-01-11
Y2R: Use the proper error code when GetStandardCoefficient receives an invali...
Subv
2016-12-26
IPC helpers example
Lectem
2016-12-11
Add all services to the Service namespace
Lioncash
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-26
y2r_u: Cleanup some formatting.
bunnei
2016-04-26
Merge pull request #1447 from JamePeng/update-y2r-service
bunnei
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-04-20
Update the code of service y2r!
JamePeng
2016-03-12
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-12
svc: Make ResetType an enum class
Lioncash
2016-03-08
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-12-30
services: Update some function tables
Lioncash
2015-12-07
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-12-06
VideoCore: Rename HWRasterizer methods to be less confusing
Yuri Kunde Schlesner
2015-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-07-17
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-06-28
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-22
Add helpers to create IPC command buffer headers and descriptors
Yuri Kunde Schlesner
2015-06-21
Y2R: Rework conversion process, enabling support for all formats
Yuri Kunde Schlesner
2015-06-20
Y2R: Re-organize how params are stored. Support SetConversionParams
Yuri Kunde Schlesner
2015-05-23
y2r_u: Remove unused variable in StartConversion
Lioncash
2015-05-22
Flush for y2r (moflex)
tfarley
2015-05-22
Service::Y2R: Support for grayscale decoding of specific formats
Yuri Kunde Schlesner
2015-05-20
y2r_u: Stub StartConversion to prevent moflex games from hanging.
bunnei
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Services: Initialize all state variables at bootup.
bunnei
2015-02-24
Services: Implemented Y2R_U::GetTransferEndEvent
Subv
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-01-10
Stubbed y2r:u IsBusyConversion
archshift
2015-01-03
Stub the y2r:u service
archshift