summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/y2r_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+2
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-70/+85
* y2r_u: Cleanup some formatting.bunnei2016-04-271-52/+89
* Merge pull request #1447 from JamePeng/update-y2r-servicebunnei2016-04-271-32/+337
|\
| * Update the code of service y2r!JamePeng2016-04-201-32/+337
* | HWRasterizer: Texture forwardingtfarley2016-04-211-7/+3
|/
* svc: Move ResetType enum to the kernel event headerLioncash2016-03-131-1/+1
* svc: Make ResetType an enum classLioncash2016-03-121-1/+1
* renderer_base: Don't directly expose the rasterizer unique_ptrLioncash2016-03-091-1/+1
* services: Get rid of unnecessary includesLioncash2016-02-021-2/+2
* services: Update some function tablesLioncash2015-12-301-0/+21
* VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner2015-12-081-1/+1
* VideoCore: Rename HWRasterizer methods to be less confusingYuri Kunde Schlesner2015-12-071-1/+1
* Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner2015-08-161-1/+0
* Ensure all kernel objects are released during shutdownYuri Kunde Schlesner2015-07-171-0/+4
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-0/+1
* Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner2015-06-231-5/+5
* Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner2015-06-221-163/+213
* Y2R: Re-organize how params are stored. Support SetConversionParamsYuri Kunde Schlesner2015-06-211-72/+100
* y2r_u: Remove unused variable in StartConversionLioncash2015-05-231-1/+0
* Flush for y2r (moflex)tfarley2015-05-231-0/+11
* Service::Y2R: Support for grayscale decoding of specific formatsYuri Kunde Schlesner2015-05-221-35/+265
* y2r_u: Stub StartConversion to prevent moflex games from hanging.bunnei2015-05-211-1/+17
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
* Services: Initialize all state variables at bootup.bunnei2015-05-021-1/+1
* Services: Implemented Y2R_U::GetTransferEndEventSubv2015-02-241-1/+18
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+0
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
* Stubbed y2r:u IsBusyConversionarchshift2015-01-111-1/+16
* Stub the y2r:u servicearchshift2015-01-031-0/+45