index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTexture.cpp
Commit message (
Expand
)
Author
Age
*
Defer flushes if kPreferNoIO is specified
robertphillips
2015-08-13
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
rename GrDrawTargetCaps.h to GrCaps.h and move to include
bsalomon
2015-05-22
*
Dynamically create stencil buffer when needed.
bsalomon
2015-02-23
*
More cleanup around GrContext, textures, and SkGr.cpp
bsalomon
2015-02-04
*
Allow unbudgeted resources to be recycled by the cache as scratch.
bsalomon
2015-01-23
*
Add specialized content key class for resources.
bsalomon
2015-01-23
*
Make uncached textures uncached from the get go.
bsalomon
2015-01-14
*
Add a simpler key type for scratch resource keys.
bsalomon
2014-12-30
*
Rename GrGpuGL -> GrGLGpu
jvanverth
2014-12-22
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-14
*
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...
bsalomon
2014-11-14
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-14
*
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...
bsalomon
2014-11-13
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-13
*
Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl
bsalomon
2014-11-12
*
Use GrResourceCache2 to service content key lookups
bsalomon
2014-11-10
*
Add class GrGLTextureRenderTarget for GL texture/rendertarget objects
bsalomon
2014-11-03
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Delete unused method aliases and texture flag.
bsalomon
2014-10-24
*
Revert of Delete unused method aliases and texture flag. (patchset #1 id:1 of...
bsalomon
2014-10-23
*
Delete unused method aliases and texture flag.
bsalomon
2014-10-23
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
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
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-30
*
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...
robertphillips
2014-09-30
*
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...
robertphillips
2014-09-30
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-09-30
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-29
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Make textures register with GrResourceCache2 as scratch.
bsalomon
2014-08-28
*
Consider index8 a compressed config.
bsalomon
2014-08-11
*
Some fixes around GrContext::abandonContext:
bsalomon
2014-07-29
*
Make GrCacheable implement its own ref counting.
bsalomon
2014-07-21
*
Add new ASTC pixel config
krajcevski
2014-07-16
*
R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. ...
krajcevski
2014-06-30
*
Remove GrIsPow2 in favor of SkIsPow2.
tfarina
2014-06-06
*
Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in c...
commit-bot@chromium.org
2014-05-30
*
Factor GrTexture into public GrTexture and private GrTextureImpl.
commit-bot@chromium.org
2014-05-09
*
Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (...
commit-bot@chromium.org
2014-05-09
*
Factor GrTexture into public GrTexture and private GrTextureImpl.
commit-bot@chromium.org
2014-05-09
*
Adds a mechanism for GrCacheable objects to notify the resource cache
commit-bot@chromium.org
2014-05-05
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Minor changes
robertphillips@google.com
2013-10-24
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
make the filter mode for GrTextureAccess an enum so we can plumb down
humper@google.com
2013-07-25
[next]