1. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  2. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  3. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  4. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  5. f194219 don't rely on canvas->readPixels by Mike Reed · 7 years ago
  6. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  7. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  8. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  9. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  10. 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 7 years ago
  11. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  12. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  13. 48c9919 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  14. 842a560 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  15. c2b5175 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  16. c674e26 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  17. 9f6f41b Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  18. 5480a18 Add method to GrContext to purge unlocked resources. by Derek Sollenberger · 7 years ago
  19. ee47914 Add GrContext API to report the number of purgeable bytes in the cache. by Derek Sollenberger · 7 years ago
  20. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  21. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  22. 0562eb9 Allow wrapped resources to have unique keys by Brian Osman · 7 years ago
  23. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  24. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  25. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  26. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  27. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  28. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  29. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  30. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  31. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  32. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 7 years ago
  33. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  34. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  35. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  36. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  37. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 7 years ago
  38. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  39. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  40. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  41. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  42. 3de1adf remove debugging printf from resource cache test. by Brian Salomon · 8 years ago
  43. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  44. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  45. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  46. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  47. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  48. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  49. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  50. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  51. 11abd8d Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  52. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  53. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  54. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  55. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  56. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  57. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  58. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  59. 752f6ea Remove unneeded variables from ResourceCache test by bsalomon · 8 years ago
  60. 9a44565 Remove custom data from GrGpuResource by bsalomon · 8 years ago
  61. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  62. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  63. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  64. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  65. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  66. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  67. e8f3062 switch surface to sk_sp by reed · 8 years ago
  68. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  69. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  70. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  71. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  72. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  73. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  74. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  75. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  76. 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
  77. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  78. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 8 years ago
  79. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  80. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  81. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  82. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  83. 89438a1 Fix leak in ResourceCache test by Brian Salomon · 9 years ago
  84. c6363ef Make methods on GrGpuResource safe to call on abandoned resource by bsalomon · 9 years ago
  85. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  86. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  87. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  88. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  89. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  90. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 9 years ago
  91. c369348 Fix SkData leaks at GrResourceKey::setCustomData() call sites. by Stephen White · 9 years ago
  92. b001c41 Fix resource cache test. by Stephen White · 9 years ago
  93. 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  94. 3e5f555 Various GL testing fixes by jvanverth · 9 years ago
  95. eeb8d99 Only run test_wrapped_resources() when GL is active by jvanverth · 9 years ago
  96. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  97. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  98. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  99. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  100. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago