index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrTextureStripAtlas.cpp
Commit message (
Expand
)
Author
Age
...
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
adding preabandon flag to DM
joshualitt
2015-02-25
*
Allow resources' unique keys to be changed.
bsalomon
2015-02-19
*
Rename GrContentKey to GrUniqueKey
bsalomon
2015-02-19
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-02-02
*
Revert of Move npot resizing out of GrContext and simplify GrContext texture ...
bsalomon
2015-01-31
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-01-31
*
Revert of Move npot resizing out of GrContext and simplify GrContext texture ...
fmalita
2015-01-31
*
Move npot resizing out of GrContext and simplify GrContext texture functions.
bsalomon
2015-01-30
*
Add specialized content key class for resources.
bsalomon
2015-01-23
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
stuff
bsalomon
2014-10-27
*
Devirtualize read/write pixels on surface.
bsalomon
2014-10-13
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...
robertphillips
2014-09-30
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-09-30
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Replace GrTHash with SkTDynamicHash
robertphillips
2014-07-20
*
stop using deprecated bitmap::config for gpu
commit-bot@chromium.org
2014-04-23
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-20
*
One SkTSearch to rule them all. Allow key to be of different type than the ar...
bsalomon@google.com
2013-05-17
*
Address clang static analyzer issues
robertphillips@google.com
2013-03-26
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
Make all GrContext members that return a texture also ref the texture for the...
bsalomon@google.com
2013-01-24
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-21
*
Reland 6914 w/ fixes.
bsalomon@google.com
2012-12-20
*
Revert 6914 to fix build issues.
bsalomon@google.com
2012-12-20
*
Simplify cache IDs and keys.
bsalomon@google.com
2012-12-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-25
*
Fix for GrTextureStripAtlas memory leak
robertphillips@google.com
2012-09-24
*
Removed old resource locking system
robertphillips@google.com
2012-09-09
*
Added explicit cache clearing
robertphillips@google.com
2012-09-07
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-20
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Revert GrTextureStripAtlas change due to performance concerns.
rileya@google.com
2012-08-14
*
Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-14
*
Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache i...
rileya@google.com
2012-08-13
*
Added GrTextureStripAtlas object.
rileya@google.com
2012-08-13
[prev]