index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTextureProvider.cpp
Commit message (
Expand
)
Author
Age
*
Remove GrTextureStorageAllocator. This was added from Chromium but never used...
bsalomon
2016-04-13
*
Fix nullptr access in GrTextureProvider::createMipMappedTexture
bsalomon
2016-03-09
*
Don't allow nullptr in texels array params (unless using a transfer buffer).
bsalomon
2016-03-09
*
Revert of Don't allow nullptr in texels array params (unless using a transfer...
bsalomon
2016-03-04
*
Don't allow nullptr in texels array params (unless using a transfer buffer).
bsalomon
2016-03-04
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-10
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19...
caryclark
2016-02-09
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-09
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17...
bsalomon
2016-02-05
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-05
*
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14...
jcgregorio
2016-02-04
*
skia: Add support for CHROMIUM_image backed textures.
erikchen
2016-02-04
*
Cleaning up trailing spaces and typos.
cblume
2016-01-26
*
Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codere...
joshualitt
2016-01-11
*
Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://co...
joshualitt
2016-01-07
*
Add guards to GrTextureProvider
joshualitt
2016-01-07
*
Remove min texture size support
bsalomon
2015-10-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Defer flushes if kPreferNoIO is specified
robertphillips
2015-08-13
*
Fix variable shadowing and unreachable code that it caused
brucedawson
2015-08-05
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Fix ImageNewSurface test on S4.
bsalomon
2015-07-23
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30