1. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  2. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  3. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  4. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  5. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  6. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  7. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  8. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  9. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  10. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  11. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  12. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  13. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  14. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  15. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  16. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  17. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  18. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  19. 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
  20. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  21. a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
  22. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  23. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  24. 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
  25. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  26. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  27. 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 10 years ago
  28. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  29. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  30. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 11 years ago
  31. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 11 years ago
  32. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 11 years ago