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. 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 4 years, 10 months ago
  4. 1a217eb Type usage improvements in GrTextureProducer classes by Brian Salomon · 4 years, 10 months ago
  5. e9462dd Rename *worstCase* to backingStore* in GrSurfaceProxy by Robert Phillips · 4 years, 11 months ago
  6. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 11 months ago
  7. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  8. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  9. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  10. 729fc0c Revert "Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig" by Brian Salomon · 5 years ago
  11. 384f6e3 Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig by Brian Salomon · 5 years ago
  12. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  13. bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 5 years ago
  14. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  15. eb3eb98 Add textureReleaseProc and releaseContext to SkImage factory functions by Robert Phillips · 5 years ago
  16. 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 5 years ago
  17. d514837 Add SkImage::reinterpretColorSpace by Brian Osman · 5 years ago
  18. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 5 years ago
  19. a56b04a Allow to rebind GL texture if AHB content has changed by Stan Iliev · 5 years ago
  20. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  21. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  22. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  23. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  24. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  25. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  26. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  27. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  28. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  29. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  30. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  31. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  32. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  33. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  34. 46e6180 Revert "Remove gpu config fallback in onMakeColorTypeAndColorSpace." by Greg Daniel · 5 years ago
  35. 1fb0874 Remove gpu config fallback in onMakeColorTypeAndColorSpace. by Greg Daniel · 5 years ago
  36. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  37. fa55f2e Add asserts to make sure we always have valid GrBackendFormats before creating proxies. by Greg Daniel · 5 years ago
  38. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  39. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  40. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  41. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  42. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  43. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  44. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  45. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  46. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  47. acc10fa Make prepareSurfaceForExternalIO always flush by Robert Phillips · 5 years ago
  48. 73cc4e8 Temporarily restore old behavior of read/writeSurfacePixels by Robert Phillips · 5 years ago
  49. 7dcc616 Reland "Simplify two more clients of proxy provider (mipped vs. non-mipped)" by Brian Osman · 5 years ago
  50. ab4c138 Revert "Simplify two more clients of proxy provider (mipped vs. non-mipped)" by Brian Osman · 5 years ago
  51. 9f20ff6 Simplify two more clients of proxy provider (mipped vs. non-mipped) by Brian Osman · 5 years ago
  52. de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 5 years ago
  53. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 5 years ago
  54. 0cc5754 Revert "Revert "Change promise image contract to for when Release and Done are called."" by Brian Salomon · 5 years ago
  55. d716d44 Revert "Change promise image contract to for when Release and Done are called." by Brian Salomon · 5 years ago
  56. c5e8e15 Change promise image contract to for when Release and Done are called. by Brian Salomon · 5 years ago
  57. 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
  58. b6c15ba Add API for creating SkImage from AHB while uploading data to it. by Greg Daniel · 6 years ago
  59. 7d88f31 Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo. by Brian Salomon · 6 years ago
  60. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
  61. 0471a93 Support building mips when creating cross context images by Brian Osman · 6 years ago
  62. e956049 Fix makeColorSpace on YUV images by Brian Osman · 6 years ago
  63. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  64. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  65. f55e8d5 Add option to skip intermediate release/fulfill calls for promise images. by Brian Salomon · 6 years ago
  66. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  67. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 6 years ago
  68. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 6 years ago
  69. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 6 years ago
  70. f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
  71. 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
  72. f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
  73. 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  74. 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  75. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  76. 2232b9e Add target SkColorSpace to SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  77. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  78. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  79. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  80. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  81. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  82. be5a093 Consolidate details of lazy proxy creation for promise image textures. by Brian Salomon · 6 years ago
  83. 386e6ce Remove deprecated YUVA interface by Jim Van Verth · 6 years ago
  84. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  85. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  86. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  87. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  88. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  89. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  90. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  91. 5327536 Verify YUVA channel information and add premultiplied alpha by Jim Van Verth · 6 years ago
  92. 0e67194 Merge common code for SkImage_Gpu and SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  93. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  94. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  95. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  96. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  97. 70bd0b7 Revert "Some more clean-up of YUVA code" by Mike Klein · 6 years ago
  98. c967407 Some more clean-up of YUVA code by Jim Van Verth · 6 years ago
  99. 47133fd ColorType fixes for wacky_yuv_textures. by Jim Van Verth · 6 years ago
  100. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago