index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkArithmeticImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
Add support for transfer functions to GrColorSpaceXform
Brian Osman
2017-10-31
*
Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...
Brian Salomon
2017-10-24
*
Remove color space xform support from SkSL
Brian Osman
2017-10-23
*
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
Brian Osman
2017-10-18
*
Convert several effects to use color space xform FP
Brian Osman
2017-10-18
*
SkSL FPs now support child processors, converted ArithmeticFP to SkSL
Ethan Nicholas
2017-10-11
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
re-land of new SkSL precisions
Ethan Nicholas
2017-09-18
*
Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...
Ethan Nicholas
2017-09-18
*
Revert "Revert "Switched highp float to highfloat and mediump float to half.""
Ethan Nicholas
2017-09-15
*
Optimize filterBounds() of SkArithmeticImageFilter/SkXfermodeImageFilter
Xianzhu Wang
2017-09-12
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Revert "Switched highp float to highfloat and mediump float to half."
Brian Salomon
2017-08-17
*
Switched highp float to highfloat and mediump float to half.
Ethan Nicholas
2017-08-16
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Require clone() be implemented by GrFragmentProcessor subclasses
Brian Salomon
2017-07-31
*
renamed SkSL types in preparation for killing precision modifiers
Ethan Nicholas
2017-07-28
*
Add three more GrFragmentProcessor::clone() implementations
Brian Salomon
2017-07-25
*
only create new instance if needed for colorspacexformer
Mike Reed
2017-07-06
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Speculative "fix" for crash in analyzeProcessors
Robert Phillips
2017-06-30
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
SkXfermode no longer needs to e a flattenable
Mike Reed
2017-06-10
*
Re-land of "eliminated GrGLSLExpr".
Ethan Nicholas
2017-05-08
*
Revert "Revert "Revert "eliminated GrGLSLExpr"""
Ethan Nicholas
2017-05-04
*
Revert "Revert "eliminated GrGLSLExpr""
Ethan Nicholas
2017-05-03
*
Revert "eliminated GrGLSLExpr"
Brian Salomon
2017-05-02
*
eliminated GrGLSLExpr
Ethan Nicholas
2017-05-02
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*)
Matt Sarett
2017-04-10
*
Move the ability to access textures, buffers, and image storages out from GrP...
Brian Salomon
2017-04-04
*
Retract GrContext from src/gpu/effects
Robert Phillips
2017-03-15
*
Make GrClip.h private
Brian Salomon
2017-03-09
*
Make SkGr.h private and remove unused functions
Brian Osman
2017-03-08
*
Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)
Robert Phillips
2017-02-20
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly"
Robert Phillips
2017-02-08
*
Remove asTextureRef from SkSpecialImage & update effects accordingly
Robert Phillips
2017-02-07
*
make GR_TEST_UTILS=0 work
Hal Canary
2017-02-02
*
Rationalize GrContext's Gr*Proxy getter naming
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
*
Stop tracking whether GrFragmentProcessors read their input
Brian Salomon
2017-01-23
*
Continue making Ganesh use absolute texture coordinates - take 2
Robert Phillips
2017-01-20
*
Revert "Continue making Ganesh use absolute texture coordinates"
Joe Gregorio
2017-01-17
*
Continue making Ganesh use absolute texture coordinates
Robert Phillips
2017-01-17
*
Try out refFoo pattern on GrRenderTargetContext
Robert Phillips
2017-01-13
*
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
Brian Salomon
2017-01-11
*
Start making texture coordinates be absolute
Robert Phillips
2017-01-10
[next]