1. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  2. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  3. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  4. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  5. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  6. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  7. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  8. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  9. 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 10 years ago
  10. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  11. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  12. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 11 years ago
  13. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 11 years ago
  14. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 11 years ago