1. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  2. acc10fa Make prepareSurfaceForExternalIO always flush by Robert Phillips · 5 years ago
  3. 73cc4e8 Temporarily restore old behavior of read/writeSurfacePixels by Robert Phillips · 5 years ago
  4. 7dcc616 Reland "Simplify two more clients of proxy provider (mipped vs. non-mipped)" by Brian Osman · 5 years ago
  5. ab4c138 Revert "Simplify two more clients of proxy provider (mipped vs. non-mipped)" by Brian Osman · 5 years ago
  6. 9f20ff6 Simplify two more clients of proxy provider (mipped vs. non-mipped) by Brian Osman · 5 years ago
  7. de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 5 years ago
  8. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 5 years ago
  9. 0cc5754 Revert "Revert "Change promise image contract to for when Release and Done are called."" by Brian Salomon · 5 years ago
  10. d716d44 Revert "Change promise image contract to for when Release and Done are called." by Brian Salomon · 5 years ago
  11. c5e8e15 Change promise image contract to for when Release and Done are called. by Brian Salomon · 5 years ago
  12. 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 5 years ago
  13. b6c15ba Add API for creating SkImage from AHB while uploading data to it. by Greg Daniel · 5 years ago
  14. 7d88f31 Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo. by Brian Salomon · 5 years ago
  15. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 5 years ago
  16. 0471a93 Support building mips when creating cross context images by Brian Osman · 5 years ago
  17. e956049 Fix makeColorSpace on YUV images by Brian Osman · 5 years ago
  18. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  19. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 5 years ago
  20. f55e8d5 Add option to skip intermediate release/fulfill calls for promise images. by Brian Salomon · 5 years ago
  21. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  22. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 6 years ago
  23. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 6 years ago
  24. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 6 years ago
  25. f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
  26. 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
  27. f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
  28. 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  29. 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  30. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  31. 2232b9e Add target SkColorSpace to SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  32. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  33. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  34. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  35. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  36. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  37. be5a093 Consolidate details of lazy proxy creation for promise image textures. by Brian Salomon · 6 years ago
  38. 386e6ce Remove deprecated YUVA interface by Jim Van Verth · 6 years ago
  39. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  40. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  41. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  42. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  43. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  44. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  45. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  46. 5327536 Verify YUVA channel information and add premultiplied alpha by Jim Van Verth · 6 years ago
  47. 0e67194 Merge common code for SkImage_Gpu and SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  48. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  49. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  50. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  51. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  52. 70bd0b7 Revert "Some more clean-up of YUVA code" by Mike Klein · 6 years ago
  53. c967407 Some more clean-up of YUVA code by Jim Van Verth · 6 years ago
  54. 47133fd ColorType fixes for wacky_yuv_textures. by Jim Van Verth · 6 years ago
  55. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  56. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  57. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  58. 976a6b0 Fix NV12 and NV21 images in non-DDL by Jim Van Verth · 6 years ago
  59. 94ade75 Make GrYUVtoRGBEffect more flexible by Robert Phillips · 6 years ago
  60. ef85d19 Tighten contract for when the promise doneProc is called by Robert Phillips · 6 years ago
  61. 8bbce0e More SkImage_GpuYUV updates by Jim Van Verth · 6 years ago
  62. 8ad991d Fix Chrome roll by Robert Phillips · 6 years ago
  63. 51c89e4 Exercise newly exposed SkYUVIndex-based SkImage factories (take 2) by Robert Phillips · 6 years ago
  64. bd16a1b Revert "Exercise newly exposed SkYUVIndex-based SkImage factories" by Brian Osman · 6 years ago
  65. e1c1d4d Exercise newly exposed SkYUVIndex-based SkImage factories by Robert Phillips · 6 years ago
  66. b6df1c1 Expose the SkYUVAIndex version of the SkImage factories by Robert Phillips · 6 years ago
  67. 8026ccc Implement more SkImage_GpuYUVA functionality by Jim Van Verth · 6 years ago
  68. 66a9734 Make SkYUVAIndex publicly accessible by Robert Phillips · 6 years ago
  69. 49fdd7a Bundle shared SkImage_Gpu methods. by Jim Van Verth · 6 years ago
  70. f49262d Add SkImage_GpuYUVA by Jim Van Verth · 6 years ago
  71. 15f0f29 Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Brian Osman · 6 years ago
  72. 7f3ceba Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Mike Klein · 6 years ago
  73. 4157687 Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  74. 3a5ff10 Remove redundant SkImage virtuals by Brian Osman · 6 years ago
  75. 8af4e67 Work around MSVC issue on older tool chains by Robert Phillips · 6 years ago
  76. 79730ac Add SkImage_Gpu::MakePromiseYUVATexture by Robert Phillips · 6 years ago
  77. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  78. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  79. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  80. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  81. d2fcfb5 WEBGL_video_texture : sharing texture prototype in skia by Brian Salomon · 6 years ago
  82. 505dd57 Add GrSurfaceOrigin to MakeFromAHardwareBuffer by Stan Iliev · 6 years ago
  83. bfd45ad Loosen up assert in SkImage_Gpu::asTextureProxyRef by Robert Phillips · 6 years ago
  84. b3f3830 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  85. 5223243 Fix alpha type when doing GPU color space conversion of unpremul images by Brian Osman · 6 years ago
  86. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  87. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  88. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  89. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  90. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  91. 504dd05 Reland "Go back to cleaning up MIP levels on texture export rather than assuming dirty on texture import." by Brian Salomon · 6 years ago
  92. 6668a51 Revert "Go back to cleaning up MIP levels on texture export rather than assuming dirty" by Mike Klein · 6 years ago
  93. ba5c439 Fix GPU explicit resource allocation bug by Robert Phillips · 6 years ago
  94. 01d6fc9 Go back to cleaning up MIP levels on texture export rather than assuming dirty by Brian Salomon · 6 years ago
  95. 30301c4 share helper for flagging when added to raster cache by Mike Reed · 6 years ago
  96. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  97. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 6 years ago
  98. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  99. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  100. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago