index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
SkGrPriv.h
Commit message (
Expand
)
Author
Age
*
Remove GrWrapTextureInBitmap from public API
bsalomon
2016-07-13
*
More removal of SkColorProfileType...
brianosman
2016-06-20
*
Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...
egdaniel
2016-06-17
*
More removal of SkColorProfileType...
brianosman
2016-06-17
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
Plumbing mipmaps to the point of creation.
cblume
2016-06-03
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
sRGB support in Ganesh. Several pieces:
brianosman
2016-03-21
*
Propogate SkBudgeted for NewFromDeferredTextureImageData
ericrk
2016-03-18
*
Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ...
brianosman
2016-03-17
*
sRGB support in Ganesh. Several pieces:
brianosman
2016-03-17
*
Restore SkImage::NewTextureFromPixmap changes.
bsalomon
2016-03-09
*
TBR=robertphillips@google.com
bsalomon
2016-03-09
*
Add SkImage::NewTextureFromPixmap
bsalomon
2016-03-09
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
Initial implementation of GPU no filter NinePatch
joshualitt
2015-11-18
*
Separate out natively-texture image/bmp draws from cached-as-texture image/bm...
bsalomon
2015-11-09
*
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 check for whole image in the cache in SkGpuDevice::shouldTileImage
bsalomon
2015-10-16
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
Move functions from SkGr to SkGrPriv.h
bsalomon
2015-10-09
*
Fix drawVertices when there is a paint alpha
bsalomon
2015-10-01
*
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
*
Make skpaint->grpaint flow work for composing draws (verts and atlas)
bsalomon
2015-09-28
*
Use SkImageCacherator in SkImages
reed
2015-09-10
*
Extend SkImageGenerator to support natively generated GrTextures. As part of ...
reed
2015-08-13