1. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 6 months ago
  2. c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 6 months ago
  3. c3ce54a Remove color type from promise image proxy callback. by Brian Salomon · 4 years, 6 months ago
  4. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 6 months ago
  5. 2f23ae6 Rename SkColorTypeComponentFlags to SkColorChannelFlags. by Brian Salomon · 4 years, 6 months ago
  6. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 6 months ago
  7. 2cae3b0 Fix TODO SkImage_GpuBase to check SkColorInfo and not a fake SkImageInfo by Brian Salomon · 4 years, 6 months ago
  8. 7c90211 Remove SkImage getTexture call. by Greg Daniel · 4 years, 7 months ago
  9. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 7 months ago
  10. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 7 months ago
  11. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 7 months ago
  12. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 7 months ago
  13. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 7 months ago
  14. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 8 months ago
  15. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  16. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 8 months ago
  17. b8d84f8 Remove all remaining uses of origin getter on proxy. by Greg Daniel · 4 years, 8 months ago
  18. 55f040b Revert "Pass origins through the flushSurfaces calls." by Greg Daniel · 4 years, 8 months ago
  19. ec34081 Pass origins through the flushSurfaces calls. by Greg Daniel · 4 years, 8 months ago
  20. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 8 months ago
  21. c767209 Have gpu yuv code speak in views. by Greg Daniel · 4 years, 8 months ago
  22. febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 4 years, 8 months ago
  23. 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 8 months ago
  24. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 8 months ago
  25. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 8 months ago
  26. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 8 months ago
  27. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 9 months ago
  28. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 9 months ago
  29. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 9 months ago
  30. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 9 months ago
  31. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 9 months ago
  32. 7c165a4 Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Greg Daniel · 4 years, 9 months ago
  33. 9ed88b3 Revert "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Ben Wagner aka dogben · 4 years, 9 months ago
  34. 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 4 years, 9 months ago
  35. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 9 months ago
  36. 42032cb Revert "Pass in a SkColorType into SkImage_Gpu ctor." by Mike Klein · 4 years, 9 months ago
  37. 1d17543 Pass in a SkColorType into SkImage_Gpu ctor. by Greg Daniel · 4 years, 9 months ago
  38. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 9 months ago
  39. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 9 months ago
  40. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 10 months ago
  41. ead321b Add glue to link the GrContext createCompressedBackendTexture API to the GL and Vulkan backends by Robert Phillips · 4 years, 10 months ago
  42. 1a372c3 Add SurfaceView for SkImage_GpuYUVA's flattened proxy. by Greg Daniel · 4 years, 10 months ago
  43. 81b9897 Store GrSurfaceProxyView on SkImage. by Greg Daniel · 4 years, 10 months ago
  44. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 11 months ago
  45. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 11 months ago
  46. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 11 months ago
  47. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 11 months ago
  48. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 11 months ago
  49. 1a217eb Type usage improvements in GrTextureProducer classes by Brian Salomon · 5 years ago
  50. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  51. ddc2148 Work around un-safe downcast in PromiseLazyInstantiateCallback destructor after a context abandon by Robert Phillips · 5 years ago
  52. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  53. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  54. 729fc0c Revert "Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig" by Brian Salomon · 5 years ago
  55. 384f6e3 Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig by Brian Salomon · 5 years ago
  56. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  57. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  58. 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 5 years ago
  59. 8ba5315 Revert "Increase specificity of GrColorType computed for YUV planes" by Robert Phillips · 5 years ago
  60. c326aaf Increase specificity of GrColorType computed for YUV planes by Robert Phillips · 5 years ago
  61. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  62. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  63. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  64. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  65. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  66. 1cd1ed8 Stop using GrBackendSurface's pixel config by Robert Phillips · 5 years ago
  67. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  68. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  69. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  70. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  71. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  72. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  73. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  74. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  75. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  76. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  77. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  78. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  79. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  80. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  81. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  82. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  83. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  84. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  85. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  86. e20f6ca Reland "Remove unnecessary flush in RenderYUVAToRGBA (take 2)" by Greg Daniel · 5 years ago
  87. 1208002 Revert "Remove unnecessary flush in RenderYUVAToRGBA (take 2)" by Greg Daniel · 5 years ago
  88. 223845f Remove unnecessary flush in RenderYUVAToRGBA (take 2) by Robert Phillips · 5 years ago
  89. 602df41 Reduce the number of flush entry points by Robert Phillips · 5 years ago
  90. d538d3d Handle promise texture image fulfill returning nullptr. by Brian Salomon · 6 years ago
  91. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 6 years ago
  92. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
  93. 0cc5754 Revert "Revert "Change promise image contract to for when Release and Done are called."" by Brian Salomon · 6 years ago
  94. e80b809 Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."" by Brian Salomon · 6 years ago
  95. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  96. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  97. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 6 years ago
  98. 88b8d11 Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture." by Brian Salomon · 6 years ago
  99. d716d44 Revert "Change promise image contract to for when Release and Done are called." by Brian Salomon · 6 years ago
  100. c5e8e15 Change promise image contract to for when Release and Done are called. by Brian Salomon · 6 years ago