summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/y2r_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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!
| * 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
| | | | | There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer.
* 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
| | | | | | This removes explicit checks sprinkled all over the codebase to instead just have the SW rasterizer expose an implementation with no-ops for most operations.
* 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
| | | | | These helpers aren't really part of the kernel, and mem_map.cpp/h is going to be moved there next.
* Ensure all kernel objects are released during shutdownYuri Kunde Schlesner2015-07-171-0/+4
| | | | | | | | This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
* 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
| | | | | | | | | | | | Implements unrotated planar YUV 4:2:0 -> RGB24 conversions in Y2R. Currently only the Y (luma) channel is used, so the results don't contain color. This will be added in a later PR at some point. This is enough to get all currently know Moflex videos to decode. (Some don't display on-screen due to seemingly unrelated reasons.) Thanks to @archshift for doing the initial implementation which I cleaned up and then fixed the 8x8 block mode.
* 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
| | | | Aero Porter was throwing an "Invalid Handle" fatal error without this.
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+0
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|
* Stubbed y2r:u IsBusyConversionarchshift2015-01-111-1/+16
| | | | | There is no documentation available on this function, but we set the result to false as a stub. This allows Super Little Acorns to move all the way in game with pp3c.
* Stub the y2r:u servicearchshift2015-01-031-0/+45