1. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  2. fe647b2 Make flag values in GrResourceProvider and GrTextureProvider consistent by Brian Salomon · 8 years ago
  3. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  4. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 9 years ago
  5. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  6. d331259 Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ ) by bsalomon · 9 years ago
  7. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  8. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  9. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  10. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  11. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  12. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  13. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  14. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  15. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  16. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  17. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  18. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  19. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  20. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  21. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  22. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  23. eea2ff7 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:160001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  24. c5f1c54 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  25. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  26. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  27. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  28. 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