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