1. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  2. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  3. 7c8af17 Remove some uses of isTestingOnlyBackendTexture by Robert Phillips · 5 years ago
  4. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  5. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  6. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  7. 2b5be0a Fix EGLImageTest for new assert. by Greg Daniel · 5 years ago
  8. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  9. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  10. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  11. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  12. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  13. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  14. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  15. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 5 years ago
  16. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 5 years ago
  17. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  18. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  19. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  20. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  21. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  22. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  23. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  24. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  25. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  26. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  27. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  28. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  29. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  30. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  31. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  32. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  33. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  34. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  35. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 6 years ago
  36. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  37. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  38. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  39. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  40. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  41. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  42. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  43. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  44. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  45. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  46. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  47. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  48. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  49. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  50. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  51. 5366e59 Add valid checks in places we query isTestingOnlyBackendTexture by Greg Daniel · 7 years ago
  52. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  53. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  54. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  55. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  56. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  57. fee2b4e Create a new HDC for each ANGLE context by Robert Phillips · 7 years ago
  58. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  59. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  60. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  61. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  62. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  63. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 7 years ago
  64. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 7 years ago
  65. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 7 years ago
  66. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 7 years ago
  67. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 7 years ago
  68. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 7 years ago
  69. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  70. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  71. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  72. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  73. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  74. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  75. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  76. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  77. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  78. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  79. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  80. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  81. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  82. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  83. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  84. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  85. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  86. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  87. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  88. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  89. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  90. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  91. 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
  92. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  93. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  94. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  95. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  96. a98419b Review URL: https://codereview.chromium.org/1464593004 by bsalomon · 9 years ago
  97. 5931922 Remove GrContextFactory::getGLContext by kkinnunen · 9 years ago
  98. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  99. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  100. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago