1. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  2. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 8 years ago
  3. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 8 years ago
  4. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  5. fe647b2 Make flag values in GrResourceProvider and GrTextureProvider consistent by Brian Salomon · 8 years ago
  6. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  7. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  8. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  9. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  10. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  11. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  12. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  13. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  14. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  15. 7467ab8 Fix nullptr access in GrTextureProvider::createMipMappedTexture by bsalomon · 8 years ago
  16. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  17. 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 · 8 years ago
  18. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  19. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  20. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  21. 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
  22. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  23. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  24. 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
  25. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  26. 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
  27. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  28. 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
  29. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  30. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  31. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  32. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  33. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  34. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  35. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  36. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  37. 7b77ac1 Fix variable shadowing and unreachable code that it caused by brucedawson · 9 years ago
  38. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  39. 494aa59 Fix ImageNewSurface test on S4. by bsalomon · 9 years ago
  40. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  41. 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