Find cubic KLM functionals directly
[platform/upstream/libSkiaSharp.git] / gm / yuvtorgbeffect.cpp
2017-03-15 Robert PhillipsRetract GrContext from src/gpu/effects
2017-03-14 Robert PhillipsAdd GrRenderTargetContext::resourceProvider & GrResourc...
2017-03-09 Brian SalomonAdd a separate draw function to GrRenderTargetContext...
2017-03-04 Brian OsmanRebase and fix chromium
2017-03-03 Robert PhillipsMake GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
2017-01-30 Robert PhillipsPush GrTextureProxy down to more effects
2017-01-24 Robert PhillipsMake GrYUVEffect take GrTextureProxies
2017-01-20 Robert PhillipsContinue making Ganesh use absolute texture coordinates...
2017-01-11 Brian SalomonMake GrPaints move their GrProcessor ownership into...
2017-01-09 Brian SalomonRevert "Revert "Removing ref counting from GrXPFactory.""
2017-01-09 Brian SalomonRevert "Removing ref counting from GrXPFactory."
2017-01-09 Brian SalomonRemoving ref counting from GrXPFactory.
2017-01-03 Brian SalomonRemove ref counting from GrOp.
2016-12-16 Brian Salomonmove src/gpu/batches -> src/gpu/ops
2016-12-14 Brian SalomonUpdate rect ops to use "op" in their name and return...
2016-12-09 Brian SalomonRename testingOnly_drawBatch to testingOnly_addDrawOp...
2016-12-09 Brian SalomonRelandx2 "Remove antialiasing control from GrPaint."
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-12-09 Brian SalomonRevert "Reland "Remove antialiasing control from GrPaint.""
2016-12-09 Brian SalomonReland "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRevert "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRemove antialiasing control from GrPaint.
2016-12-01 Brian SalomonRename GrDrawBatch->GrDrawOp
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-07 Hal Canarygm: s/SkAutoTUnref/sk_sp/
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename renderTargetContextPriv to priv, and some more...
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-06-23 robertphillipsMove GrPipelineBuilder out of gms & reduce use of GrPip...
2016-06-09 jbaumanAdd NV12 texture conversion support.
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-06-06 robertphillipsRemove GrRenderTarget from GrPipelineBuilder
2016-04-28 robertphillipsClean up test drawContext usage
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-02 robertphillipsBegin weaning GrClipMaskManager off of GrDrawTarget...
2016-03-02 robertphillipsRevert of Begin weaning GrClipMaskManager off of GrDraw...
2016-03-02 robertphillipsBegin weaning GrClipMaskManager off of GrDrawTarget...
2016-02-01 bsalomonAdd ability to extract YUV planes from SkImage
2016-01-13 joshualittRemove two varieties of drawNonAARect from GrDrawTarget
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-16 robertphillipsOptionally pass rendertarget to getTestTarget
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-06 bsalomonBye bye processor data manager.
2015-09-09 halcanaryGM: replace boilerplate with macros
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-21 joshualittStandardize BW to NonAA
2015-08-21 joshualittCreate separate entry points for the various flavors...
2015-07-20 rileyaAdd Rec709 YUV color space support to GrYUVtoRGBEffect.
2015-07-13 joshualittStart to propagate constness of GrPipelineBuilder up...
2015-07-09 joshualittYUV to RGB Texture threading GrProcessorDataManager
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-23 joshualittMove clip off of draw target
2015-02-13 sugoiYUV scale fix
2015-02-13 jvanverthRevert of YUV scale fix (patchset #2 id:20001 of https...
2015-02-13 sugoiYUV scale fix
2015-01-31 bsalomonAdd standard way to indicate GM is GPU-only.
2015-01-23 mtkleinremove unused GM flags
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-11-17 joshualittDrawstate on stack
2014-10-08 bsalomonGrResourceCache2 manages scratch texture.
2014-10-07 Brian SalomonRevert "GrResourceCache2 manages scratch texture."
2014-10-07 bsalomonGrResourceCache2 manages scratch texture.
2014-09-30 robertphillipsRevert of GrResourceCache2 manages scratch texture...
2014-09-30 bsalomonGrResourceCache2 manages scratch texture.
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-15 joshualittBUG=skia:
2014-09-13 rileyaAdd support for the Rec601 YUV color space to GrYUVtoRG...
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-07-07 sugoiYUV to RGB converter