index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrSimpleTextureEffect.h
Commit message (
Expand
)
Author
Age
*
Push GrTextureProxy down to more effects
Robert Phillips
2017-01-30
*
Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""
Brian Salomon
2017-01-27
*
Revert "Start of rewrite of GrFragmentProcessor optimizations."
Ethan Nicholas
2017-01-27
*
Start of rewrite of GrFragmentProcessor optimizations.
Brian Salomon
2017-01-27
*
Allow GrSingleTextureEffect to take GrTextureProxies
Robert Phillips
2017-01-24
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""
Brian Salomon
2016-11-07
*
Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."
Ben Wagner
2016-11-06
*
Limit GL_TEXTURE_RECTANGLE filtering to bilinear.
Brian Salomon
2016-11-04
*
Remove option to make GrCoordTransforms apply to device positions.
Brian Salomon
2016-10-03
*
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
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Create fragment processor for performing input color blend with child processor
bsalomon
2015-09-15
*
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
*
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
*
Auto-compare GrProcessors' texture accesses in isEqual().
bsalomon
2014-10-16
*
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
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
bsalomon
2014-07-08
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Add a GrCustomCoordsTextureEffect class
commit-bot@chromium.org
2013-09-30
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
make the filter mode for GrTextureAccess an enum so we can plumb down
humper@google.com
2013-07-25
*
Attempt to reland 8264-5 with warning-as-error fixes.
bsalomon@google.com
2013-03-20
*
revert 8265-8264 (broke build)
reed@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.
bsalomon@google.com
2013-01-22
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...
bsalomon@google.com
2013-01-17