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. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  4. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  5. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  6. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  7. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  8. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  9. fa55f2e Add asserts to make sure we always have valid GrBackendFormats before creating proxies. by Greg Daniel · 5 years ago
  10. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  11. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  12. 4b432fa run rewrite_includes.py by Mike Klein · 5 years ago
  13. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  14. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  15. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  16. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 5 years ago
  17. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 5 years ago
  18. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  19. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 5 years ago
  20. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  21. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  22. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  23. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  24. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  25. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  26. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  27. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  28. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  29. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  30. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  31. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  32. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  33. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  34. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  35. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  36. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  37. e72e773 remove SkTCast by Mike Klein · 6 years ago
  38. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  39. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  40. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  41. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  42. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  43. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  44. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 6 years ago
  45. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  46. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 6 years ago
  47. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  48. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 6 years ago
  49. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  50. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  51. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  52. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  53. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  54. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  55. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  56. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  57. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  58. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  59. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  60. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  61. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  62. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  63. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  64. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  65. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  66. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  67. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  68. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 7 years ago
  69. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 7 years ago
  70. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 7 years ago
  71. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 7 years ago
  72. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 7 years ago
  73. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  74. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  75. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  76. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  77. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  78. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  79. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  80. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  81. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  82. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  83. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  84. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  85. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  86. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  87. 8b1fb74 Make more tests exercise rendertargetless textures. by Brian Salomon · 8 years ago
  88. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  89. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  90. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  91. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  92. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  93. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  94. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  95. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  96. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  97. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  98. 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
  99. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  100. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago