index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLTexture.h
Commit message (
Expand
)
Author
Age
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Rename GrGpuGL to GrGLGpu for consistency
bsalomon
2014-12-16
*
Skia: Track the fIsWrapped separately so that we delete correctly
hendrikw
2014-12-09
*
Make GrResourceCache2 responsible for calling release, abandon, and ~.
bsalomon
2014-11-14
*
Remove GrGLTexID
bsalomon
2014-11-03
*
Add class GrGLTextureRenderTarget for GL texture/rendertarget objects
bsalomon
2014-11-03
*
Separate out GrSurfaceConfig's fields from other structs used to create GrGL*...
bsalomon
2014-10-29
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
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
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-29
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
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
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
differentiate mag and min filters
commit-bot@chromium.org
2013-07-26
*
Fix leak of GrGLTexID when its owning GrGLTexture has been abandoned.
commit-bot@chromium.org
2013-07-17
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Add an origin flag for backend (external) textures. Some textures in WebKit ...
senorblanco@chromium.org
2013-01-28
*
Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
bsalomon@google.com
2013-01-23
*
Make the orientation of a texture accessible from and known by GrSurface.
bsalomon@google.com
2012-10-26
*
Files accidentally omitted from r6123.
bsalomon@google.com
2012-10-25
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
Adding API to GrTexture to reset cached texture parameter values
junov@chromium.org
2012-06-12
*
Move texture descriptor into GrTexture
robertphillips@google.com
2012-06-04
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
Move GL-specific source code to make room for D3D back end.
tomhudson@google.com
2012-02-10