1. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 10 years ago
  2. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  3. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  4. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 11 years ago
  5. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 11 years ago
  6. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 11 years ago
  7. 49f085d "NULL !=" = NULL by bsalomon · 11 years ago
  8. ee5da55 32 bpp floating point textures by joshualitt · 11 years ago
  9. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 11 years ago
  10. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  11. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  12. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 12 years ago
  13. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 12 years ago
  14. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 12 years ago
  15. 76202b8 Don't call purgeCache() from within GrResource memebers. by bsalomon@google.com · 12 years ago
  16. 8e2999f Protect against unref/ref of stencil buffer. by bsalomon@google.com · 13 years ago
  17. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 13 years ago
  18. 50a035d Added explicit cache clearing by robertphillips@google.com · 13 years ago
  19. d364554 Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derived classes by robertphillips@google.com · 13 years ago
  20. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 13 years ago
  21. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 13 years ago
  22. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 13 years ago
  23. e98ade4 Added Texture desc to render target by robertphillips@google.com · 13 years ago
  24. 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 14 years ago
  25. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 14 years ago
  26. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 14 years ago
  27. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 14 years ago[Renamed from gpu/src/GrRenderTarget.cpp]
  28. f6ff495 Fix sb/rt size computation by bsalomon@google.com · 14 years ago
  29. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 14 years ago
  30. 0168afc Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 14 years ago
  31. 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 14 years ago
  32. 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 14 years ago
  33. a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 14 years ago
  34. aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 14 years ago