C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / gpu / gl / GrGLTexture.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-14 bsalomonMake uncached textures uncached from the get go.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-16 bsalomonRename GrGpuGL to GrGLGpu for consistency
2014-12-09 hendrikwSkia: Track the fIsWrapped separately so that we delete...
2014-11-14 bsalomonMake GrResourceCache2 responsible for calling release...
2014-11-03 bsalomonRemove GrGLTexID
2014-11-03 bsalomonAdd class GrGLTextureRenderTarget for GL texture/render...
2014-10-29 bsalomonSeparate out GrSurfaceConfig's fields from other struct...
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-09-30 bsalomonMake "priv" classes for GrTexure and GrSurface.
2014-09-30 robertphillipsRevert of Make "priv" classes for GrTexure and GrSurfac...
2014-09-29 bsalomonMake "priv" classes for GrTexure and GrSurface.
2014-09-05 bsalomon"NULL !=" = NULL
2014-05-09 commit-bot@chromiu... Factor GrTexture into public GrTexture and private...
2014-05-09 commit-bot@chromiu... Revert of Factor GrTexture into public GrTexture and...
2014-05-09 commit-bot@chromiu... Factor GrTexture into public GrTexture and private...
2013-09-09 commit-bot@chromiu... Remove GrRefCnt.h in favor of SkRefCnt.h
2013-07-26 commit-bot@chromiu... differentiate mag and min filters
2013-07-17 commit-bot@chromiu... Fix leak of GrGLTexID when its owning GrGLTexture has...
2013-02-05 senorblanco@chromi... Implement support for origin-TopLeft render targets...
2013-02-05 robertphillips@goo... Reverting r7545 (render target origin change) due to...
2013-02-04 senorblanco@chromi... Implement support for origin-TopLeft render targets...
2013-01-28 senorblanco@chromi... Add an origin flag for backend (external) textures...
2013-01-23 bsalomon@google.comMake GrResource know whether 3D objects' lifetimes...
2012-10-30 bsalomon@google.comUpstreaming changes from gpu_dev to trunk.
2012-10-29 bsalomon@google.comRebase gpu_dev up to r5182
2012-10-26 bsalomon@google.comRebaseline gpu_dev from trunk at r6159.
2012-10-26 bsalomon@google.comMerging trunk revs up to 6147 into gpu_dev.
2012-10-26 bsalomon@google.comMake the orientation of a texture accessible from and...
2012-10-25 bsalomon@google.comFiles accidentally omitted from r6123.
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-07-25 bsalomon@google.comMove filter/wrap out of GrSamplerState into GrTextureParams
2012-06-26 reed@google.complumb SkInstCnt to all subclasses of GrRefCnt
2012-06-12 junov@chromium.orgAdding API to GrTexture to reset cached texture paramet...
2012-06-04 robertphillips@goo... Move texture descriptor into GrTexture
2012-05-10 tomhudson@google.comMove convolution from code in GrGLProgram to new GrConv...
2012-02-10 tomhudson@google.comMove GL-specific source code to make room for D3D back...