aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGLTexture.cpp
Commit message (Expand)AuthorAge
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Make RT & TEX base classes aware of NPOT/min-RT bloated sizeGravatar bsalomon@google.com2011-08-08
* cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its...Gravatar bsalomon@google.com2011-07-29
* move render target decls / defs to their own headers / srcsGravatar bsalomon@google.com2011-07-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Reapply r1951.Gravatar bsalomon@google.com2011-07-26
* Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel...Gravatar vandebo@chromium.org2011-07-26
* Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel configGravatar bsalomon@google.com2011-07-25
* flip Y in uploads to bottom-up textures (and add gm test)Gravatar bsalomon@google.com2011-07-18
* Remove GrAuto*Malloc, replace with SkAuto*MallocGravatar bsalomon@google.com2011-06-30
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* Always call notifyTextureDelete in onRelease.Gravatar Scroggo2011-06-16
* uint32_t -> int for texture extentsGravatar bsalomon@google.com2011-06-13
* 4x4 SSAA with improvements in determination of when to apply. Still disabled ...Gravatar bsalomon@google.com2011-05-02
* Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.Gravatar bsalomon@google.com2011-04-11
* Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in...Gravatar bsalomon@google.com2011-04-06
* Fix dangling ptr when GrRenderTarget outlives its GrTexture representationGravatar bsalomon@google.com2011-04-05
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* Remove old GR_* macros for GL extensions in favor of GrGLDefines.hGravatar bsalomon@google.com2011-03-21
* Remove the compile-time selection of the GL implementation based on theGravatar twiz@google.com2011-03-18
* This CL removes all dependencies on GL headers across all of Ganesh. NewGravatar twiz@google.com2011-03-18
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14
* Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...Gravatar bsalomon@google.com2011-03-10
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* Reduce glGets for stencil bits.Gravatar bsalomon@google.com2011-02-18
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* Stop using GrSamplerState to track the texture parameters for GL textures. It...Gravatar bsalomon@google.com2010-12-23
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22