aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrYUVtoRGBEffect.h
Commit message (Expand)AuthorAge
* Remove array of TextureSampler pointers from GrIOResourceProcessor.Gravatar Brian Salomon2018-07-30
* Fix GPU explicit resource allocation bugGravatar Robert Phillips2018-07-25
* Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessorGravatar Weiliang Chen2018-07-03
* Make generated effects from sksl fp files not need SK_SUPPORT_GPUGravatar Greg Daniel2018-04-06
* updated .fp file headersGravatar Ethan Nicholas2018-02-01
* converted YUVEffect to SkSLGravatar Ethan Nicholas2017-12-22
* Add ability to extract YUV planes from SkImageGravatar bsalomon2016-02-01
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* YUV to RGB Texture threading GrProcessorDataManagerGravatar joshualitt2015-07-09
* SkImage::NewFromYUVTexturesCopyGravatar bsalomon2015-05-29
* YUV scale fixGravatar sugoi2015-02-13
* Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium....Gravatar jvanverth2015-02-13
* YUV scale fixGravatar sugoi2015-02-13
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.Gravatar rileya2014-09-12
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* YUV to RGB converterGravatar sugoi2014-07-07