index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
y2r_u.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Memory: Add function to flush a virtual range from the rasterizer cache
Yuri Kunde Schlesner
2017-06-22
1
-2
/
+2
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-1
/
+1
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+2
*
fix #2560 and other comments
Lectem
2017-03-18
1
-1
/
+1
*
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
1
-5
/
+3
*
Merge pull request #2027 from Lectem/ipcrefactor
Weiyi Wang
2017-02-05
1
-23
/
+24
|
\
|
*
IPC helpers example
Lectem
2016-12-26
1
-23
/
+24
*
|
Y2R: Use the proper error code when GetStandardCoefficient receives an invalid value.
Subv
2017-01-11
1
-1
/
+3
|
/
*
Add all services to the Service namespace
Lioncash
2016-12-11
1
-55
/
+51
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-70
/
+85
*
y2r_u: Cleanup some formatting.
bunnei
2016-04-27
1
-52
/
+89
*
Merge pull request #1447 from JamePeng/update-y2r-service
bunnei
2016-04-27
1
-32
/
+337
|
\
|
*
Update the code of service y2r!
JamePeng
2016-04-20
1
-32
/
+337
*
|
HWRasterizer: Texture forwarding
tfarley
2016-04-21
1
-7
/
+3
|
/
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-13
1
-1
/
+1
*
svc: Make ResetType an enum class
Lioncash
2016-03-12
1
-1
/
+1
*
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-09
1
-1
/
+1
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
1
-2
/
+2
*
services: Update some function tables
Lioncash
2015-12-30
1
-0
/
+21
*
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-12-08
1
-1
/
+1
*
VideoCore: Rename HWRasterizer methods to be less confusing
Yuri Kunde Schlesner
2015-12-07
1
-1
/
+1
*
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+0
*
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-17
1
-0
/
+4
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
*
Add helpers to create IPC command buffer headers and descriptors
Yuri Kunde Schlesner
2015-06-23
1
-5
/
+5
*
Y2R: Rework conversion process, enabling support for all formats
Yuri Kunde Schlesner
2015-06-22
1
-163
/
+213
*
Y2R: Re-organize how params are stored. Support SetConversionParams
Yuri Kunde Schlesner
2015-06-21
1
-72
/
+100
*
y2r_u: Remove unused variable in StartConversion
Lioncash
2015-05-23
1
-1
/
+0
*
Flush for y2r (moflex)
tfarley
2015-05-23
1
-0
/
+11
*
Service::Y2R: Support for grayscale decoding of specific formats
Yuri Kunde Schlesner
2015-05-22
1
-35
/
+265
*
y2r_u: Stub StartConversion to prevent moflex games from hanging.
bunnei
2015-05-21
1
-1
/
+17
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+2
*
Services: Initialize all state variables at bootup.
bunnei
2015-05-02
1
-1
/
+1
*
Services: Implemented Y2R_U::GetTransferEndEvent
Subv
2015-02-24
1
-1
/
+18
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+0
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Stubbed y2r:u IsBusyConversion
archshift
2015-01-11
1
-1
/
+16
*
Stub the y2r:u service
archshift
2015-01-03
1
-0
/
+45