index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTextureMaker.h
Commit message (
Expand
)
Author
Age
*
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
*
Add support for SkImageGenerator creating external textures
Stan Iliev
2017-06-08
*
Remove GrFragmentProcessor-derived class' GrTexture-based ctors
Robert Phillips
2017-03-27
*
Make SkGr.h GrTexture-free
Robert Phillips
2017-03-23
*
More pre-emptive proxification
Robert Phillips
2017-03-16
*
Continue making Ganesh use absolute texture coordinates - take 2
Robert Phillips
2017-01-20
*
Plumb dst color space in many places, rather than "mode"
Brian Osman
2016-12-09
*
GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker
Brian Osman
2016-11-28
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-20
*
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
Brian Salomon
2015-10-19
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-19
*
Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...
egdaniel
2015-10-16
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-16
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
Revert[4] of add ImageShader, sharing code with its Bitmap cousin
reed
2015-09-30
*
try texture-maker to generalize stretching for npot and min-tex-size
reed
2015-09-29