aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrBicubicEffect.h
Commit message (Expand)AuthorAge
* Remove array of TextureSampler pointers from GrIOResourceProcessor.Gravatar Brian Salomon2018-07-30
* Convert more code to use color space xform FPGravatar Brian Osman2017-10-18
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Implement clone for 6 additional GrFragmentProcessor subclasses.Gravatar Brian Salomon2017-07-28
* Remove GrSingleTextureEffectGravatar Brian Salomon2017-07-26
* GR_TEST_UTILS fixesGravatar Brian Salomon2017-07-06
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Remove GrFragmentProcessor-derived class' GrTexture-based ctorsGravatar Robert Phillips2017-03-27
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Push GrTextureProxy down to more effectsGravatar Robert Phillips2017-01-30
* Cleanup GrBicubicEffectGravatar Brian Osman2016-12-21
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Separate out natively-texture image/bmp draws from cached-as-texture image/bm...Gravatar bsalomon2015-11-09
* Make bicubic FP factories return const FPsGravatar bsalomon2015-11-05
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Moved GrGLFragmentProcessor definition to its own fileGravatar wangyix2015-07-22
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove backend factoriesGravatar joshualitt2014-12-04
* Move GrInvariantOutput out of GrProcessor and into its own class.Gravatar egdaniel2014-11-12
* Push isEqual/onIsEqual down from GrProcessor to subclasses.Gravatar bsalomon2014-10-15
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-03
* Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...Gravatar robertphillips2014-10-02
* Add isSingleComponent bool to getConstantColorComponentGravatar egdaniel2014-10-02
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...Gravatar joshualitt2014-09-16
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Move MakeDivByTextureWHMatrix to GrCoordTransformGravatar bsalomon2014-08-29
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.Gravatar bsalomon2014-07-08
* Centralize decision about whether to do bicubic filtering, and fallbacks to m...Gravatar commit-bot@chromium.org2014-05-20
* Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter draw...Gravatar commit-bot@chromium.org2013-12-16
* Make GrBicubicEffect take tile modes rather than GrTextureParams.Gravatar commit-bot@chromium.org2013-12-10
* HQ filtering for tiled/bleed drawBitmapGravatar commit-bot@chromium.org2013-12-02
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02