1. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  2. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  3. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  4. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 9 years ago
  5. 7467ab8 Fix nullptr access in GrTextureProvider::createMipMappedTexture by bsalomon · 9 years ago
  6. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  7. 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
  8. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  9. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  10. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  11. 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
  12. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  13. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  14. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 9 years ago
  15. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  16. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 9 years ago
  17. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  18. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 9 years ago
  19. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  20. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  21. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  22. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  23. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  24. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  25. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  26. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  27. 7b77ac1 Fix variable shadowing and unreachable code that it caused by brucedawson · 9 years ago
  28. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  29. 494aa59 Fix ImageNewSurface test on S4. by bsalomon · 9 years ago
  30. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  31. 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