aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/yuvtorgbeffect.cpp
Commit message (Expand)AuthorAge
* Add ability to extract YUV planes from SkImageGravatar bsalomon2016-02-01
* Remove two varieties of drawNonAARect from GrDrawTargetGravatar joshualitt2016-01-13
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Optionally pass rendertarget to getTestTargetGravatar robertphillips2015-11-16
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* GM: replace boilerplate with macrosGravatar halcanary2015-09-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Standardize BW to NonAAGravatar joshualitt2015-08-21
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* Add Rec709 YUV color space support to GrYUVtoRGBEffect.Gravatar rileya2015-07-20
* Start to propagate constness of GrPipelineBuilder up the stackGravatar joshualitt2015-07-13
* YUV to RGB Texture threading GrProcessorDataManagerGravatar joshualitt2015-07-09
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Move clip off of draw targetGravatar joshualitt2015-02-23
* 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
* Add standard way to indicate GM is GPU-only.Gravatar bsalomon2015-01-31
* remove unused GM flagsGravatar mtklein2015-01-23
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Drawstate on stackGravatar joshualitt2014-11-17
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-08
* Revert "GrResourceCache2 manages scratch texture."Gravatar Brian Salomon2014-10-07
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-07
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* BUG=skia:Gravatar joshualitt2014-09-15
* Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.Gravatar rileya2014-09-12
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* YUV to RGB converterGravatar sugoi2014-07-07