1. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 10 months ago
  2. 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 4 years, 10 months ago
  3. 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 10 months ago
  4. 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 10 months ago
  5. f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 4 years, 10 months ago
  6. 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 4 years, 10 months ago
  7. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 5 years ago
  8. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 5 years ago
  9. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 5 years ago
  10. f7f5433 Remove GrSurfacePriv and GrRenderTargetPriv by Brian Salomon · 5 years ago
  11. e94b4e1 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 5 years ago
  12. 4cfae3b Remove GrTexturePriv by Brian Salomon · 5 years ago
  13. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 5 years ago
  14. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 5 years ago
  15. 0c5bb2f Clean up some GrContext in tests by Robert Phillips · 5 years ago
  16. f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 5 years ago
  17. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 5 years ago
  18. a112133 Be more consistent about calling release procs in SkImage factories (take 2) by Robert Phillips · 5 years ago
  19. 49f9437 Revert "Be more consistent about calling release procs in SkImage factories" by Robert Phillips · 5 years ago
  20. f075414 Be more consistent about calling release procs in SkImage factories by Robert Phillips · 5 years ago
  21. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 5 years ago
  22. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 5 years ago
  23. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 5 years ago
  24. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 5 years ago
  25. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
  26. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
  27. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 5 years ago
  28. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 5 years ago
  29. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 6 years ago
  30. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 6 years ago
  31. ba0ff78 Move the remainder of GrRenderTargetContext factories. by Greg Daniel · 6 years ago
  32. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 6 years ago
  33. 46e366a Remove GrTextureContext. by Greg Daniel · 6 years ago
  34. a9b348f Reland fully delineate GL usage w/ skia_use_gl. by John Rosasco · 6 years ago
  35. 0efc01d Revert "Fully delineate GL usage w/ skia_use_gl" by Robert Phillips · 6 years ago
  36. 078cf3e Fully delineate GL usage w/ skia_use_gl by John Rosasco · 6 years ago
  37. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 6 years ago
  38. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 6 years ago
  39. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 6 years ago
  40. 7c8af17 Remove some uses of isTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  41. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
  42. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
  43. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 6 years ago
  44. 2b5be0a Fix EGLImageTest for new assert. by Greg Daniel · 6 years ago
  45. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
  46. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
  47. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  48. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  49. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 6 years ago
  50. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
  51. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 6 years ago
  52. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 6 years ago
  53. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 6 years ago
  54. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
  55. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 6 years ago
  56. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 6 years ago
  57. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  58. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  59. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 7 years ago
  60. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 7 years ago
  61. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  62. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 7 years ago
  63. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 7 years ago
  64. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 7 years ago
  65. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 7 years ago
  66. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 7 years ago
  67. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 7 years ago
  68. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 7 years ago
  69. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 7 years ago
  70. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 7 years ago
  71. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 7 years ago
  72. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 7 years ago
  73. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  74. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 7 years ago
  75. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
  76. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 8 years ago
  77. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 8 years ago
  78. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 8 years ago
  79. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 8 years ago
  80. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 8 years ago
  81. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 8 years ago
  82. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 8 years ago
  83. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  84. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 8 years ago
  85. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  86. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 8 years ago
  87. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 8 years ago
  88. 5366e59 Add valid checks in places we query isTestingOnlyBackendTexture by Greg Daniel · 8 years ago
  89. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 8 years ago
  90. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 8 years ago
  91. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 8 years ago
  92. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 8 years ago
  93. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 8 years ago
  94. fee2b4e Create a new HDC for each ANGLE context by Robert Phillips · 8 years ago
  95. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 8 years ago
  96. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 8 years ago
  97. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 8 years ago
  98. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 8 years ago
  99. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  100. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 9 years ago