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.cpp
Commit message (
Expand
)
Author
Age
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-11
*
Revert of Remove GP from drawstate, revision of invariant output for GP (patc...
joshualitt
2014-12-10
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-10
*
Make addUniform take a precision
bsalomon
2014-12-09
*
Remove backend factories
joshualitt
2014-12-04
*
remove proc key
joshualitt
2014-11-25
*
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
*
Create helper functions to use in computeInvariantOutput calls
egdaniel
2014-10-13
*
FPs now use the correct builder types(just a rename)
joshualitt
2014-10-09
*
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
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
Replace op== with CombineIfPossible in GrDrawState.
bsalomon
2014-08-05
*
Rename GrGLUniformManager to GrGLProgramDataManager
kkinnunen
2014-07-30
*
Allow GrGLEffects to produce variable length keys.
bsalomon
2014-07-21
*
This moves us towards variable length effect keys. The overall program key no...
bsalomon
2014-07-11
*
Goodbye GrEffectRef.
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
*
Added support for Chrome's gpu command buffer extension BindUniformLocation.
commit-bot@chromium.org
2013-11-07
*
use the supplied matrix instead of the texture w/h div for the bicubic GPU ef...
commit-bot@chromium.org
2013-10-23
*
Implement SkColorFilter as a GrGLEffect
commit-bot@chromium.org
2013-10-23
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
fix the onIsEqual method on the new bicubic effect to consider the texture ac...
humper@google.com
2013-09-04
*
add support for high quality image filtering on the GPU
humper@google.com
2013-09-04