index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrTexture.h
Commit message (
Expand
)
Author
Age
*
Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture
brianosman
2016-06-13
*
Manually generated sRGB mipmaps, with successively smaller draws.
brianosman
2016-06-02
*
Refactor to separate backend object lifecycle and GpuResource budget decision
kkinnunen
2016-04-22
*
Add support for vertex and geometry shader textures
cdalton
2016-03-11
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
Simplify calculations in AADistanceFieldPathBatch::writePathVertices.
benjaminwagner
2016-02-22
*
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...
bsalomon
2015-05-26
*
Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro...
bungeman
2015-05-22
*
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...
bsalomon
2015-05-22
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Add specialized content key class for resources.
bsalomon
2015-01-23
*
Make uncached textures uncached from the get go.
bsalomon
2015-01-14
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl
bsalomon
2014-11-12
*
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
*
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
*
Make textures register with GrResourceCache2 as scratch.
bsalomon
2014-08-28
*
Some fixes around GrContext::abandonContext:
bsalomon
2014-07-29
*
Merge GrGpuObject and GrCacheable.
bsalomon
2014-07-25
*
Make GrCacheable implement its own ref counting.
bsalomon
2014-07-21
*
Remove GrIsPow2 in favor of SkIsPow2.
tfarina
2014-06-06
*
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
*
Split GrResource into GrCacheable/GrGpuObject
commit-bot@chromium.org
2014-05-02
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
Make it explicit that some validate methods are debug only
robertphillips@google.com
2013-10-02
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-27
*
get genmipmap function in the struct
commit-bot@chromium.org
2013-07-26
*
make the filter mode for GrTextureAccess an enum so we can plumb down
humper@google.com
2013-07-25
*
Reland of 8525 with fix for case when GrRT outlives GrTexture.
bsalomon@google.com
2013-04-09
*
Revert 8525,8526 pending investigation of bench_pictures crashes.
bsalomon@google.com
2013-04-03
*
Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs().
bsalomon@google.com
2013-04-03
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
bsalomon@google.com
2013-03-29
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
[next]