1. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  2. cee661a Reapply r1951. by bsalomon@google.com · 14 years ago
  3. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 14 years ago
  4. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 14 years ago
  5. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 14 years ago
  6. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
  7. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 14 years ago
  8. c29d7cd Always call notifyTextureDelete in onRelease. by Scroggo · 14 years ago
  9. 79d2dbe uint32_t -> int for texture extents by bsalomon@google.com · 14 years ago
  10. 8295dc1 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. by bsalomon@google.com · 14 years ago
  11. 5877ffd Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. by bsalomon@google.com · 14 years ago
  12. f954d8d Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in GrGpuGL. by bsalomon@google.com · 14 years ago
  13. 6dcf499 Fix dangling ptr when GrRenderTarget outlives its GrTexture representation by bsalomon@google.com · 14 years ago
  14. 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago
  15. c312bf9 Remove old GR_* macros for GL extensions in favor of GrGLDefines.h by bsalomon@google.com · 14 years ago
  16. b65e0cb by twiz@google.com · 14 years ago
  17. 0f31ca7 by twiz@google.com · 14 years ago
  18. 59a190b by twiz@google.com · 14 years ago
  19. 1da0746 Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference it is destroyed by bsalomon@google.com · 14 years ago
  20. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 14 years ago
  21. 8895a7a Reduce glGets for stencil bits. by bsalomon@google.com · 14 years ago
  22. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  23. 8531c1c Towards issue #106 by bsalomon@google.com · 15 years ago
  24. da96ea0 Stop using GrSamplerState to track the texture parameters for GL textures. It has become larger and now holds state that isn't tracked per-texture by GL. Also remove unused setSamplerStateImm from GrGpuGL by bsalomon@google.com · 15 years ago
  25. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 15 years ago