index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrBicubicEffect.h
Commit message (
Expand
)
Author
Age
*
Convert more code to use color space xform FP
Brian Osman
2017-10-18
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Implement clone for 6 additional GrFragmentProcessor subclasses.
Brian Salomon
2017-07-28
*
Remove GrSingleTextureEffect
Brian Salomon
2017-07-26
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Remove GrFragmentProcessor-derived class' GrTexture-based ctors
Robert Phillips
2017-03-27
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
Retract GrContext from src/gpu/effects
Robert Phillips
2017-03-15
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Push GrTextureProxy down to more effects
Robert Phillips
2017-01-30
*
Cleanup GrBicubicEffect
Brian Osman
2016-12-21
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
Introduce GrColorSpaceXform, for gamut conversion on textures
brianosman
2016-07-18
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Separate out natively-texture image/bmp draws from cached-as-texture image/bm...
bsalomon
2015-11-09
*
Make bicubic FP factories return const FPs
bsalomon
2015-11-05
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
Moved GrGLFragmentProcessor definition to its own file
wangyix
2015-07-22
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove backend factories
joshualitt
2014-12-04
*
Move GrInvariantOutput out of GrProcessor and into its own class.
egdaniel
2014-11-12
*
Push isEqual/onIsEqual down from GrProcessor to subclasses.
bsalomon
2014-10-15
*
Add isSingleComponent bool to getConstantColorComponent
egdaniel
2014-10-03
*
Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...
robertphillips
2014-10-02
*
Add isSingleComponent bool to getConstantColorComponent
egdaniel
2014-10-02
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
removing GrDrawEffect
joshualitt
2014-09-16
*
Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...
joshualitt
2014-09-16
*
removing GrDrawEffect
joshualitt
2014-09-16
*
Move MakeDivByTextureWHMatrix to GrCoordTransform
bsalomon
2014-08-29
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
bsalomon
2014-07-08
*
Centralize decision about whether to do bicubic filtering, and fallbacks to m...
commit-bot@chromium.org
2014-05-20
*
Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter draw...
commit-bot@chromium.org
2013-12-16
*
Make GrBicubicEffect take tile modes rather than GrTextureParams.
commit-bot@chromium.org
2013-12-10
*
HQ filtering for tiled/bleed drawBitmap
commit-bot@chromium.org
2013-12-02
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-05
[next]