1. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 6 years ago
  2. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 6 years ago
  3. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 6 years ago
  4. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  5. 553610d Change how PromiseLazyInstantiationCallback calls Done proc. by Brian Salomon · 6 years ago
  6. f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
  7. 3f4cd77 Make SkPromiseImageTexture ref counted. by Brian Salomon · 6 years ago
  8. 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
  9. f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
  10. 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  11. 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  12. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  13. 2232b9e Add target SkColorSpace to SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  14. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  15. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  16. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  17. 2de13dd Allow aliasing in GrProxyProvider::processInvalidUniqueKey by Chris Dalton · 6 years ago
  18. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  19. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  20. fee3f9b Make GrSurfaceProxy::Copy take SkBackingFit. by Brian Salomon · 6 years ago
  21. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  22. be5a093 Consolidate details of lazy proxy creation for promise image textures. by Brian Salomon · 6 years ago
  23. 386e6ce Remove deprecated YUVA interface by Jim Van Verth · 6 years ago
  24. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  25. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  26. bd975d4 Reland "Fallback mipmap creation for YUVA images." by Jim Van Verth · 6 years ago
  27. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  28. 1920747 Revert "Fallback mipmap creation for YUVA images." by Jim Van Verth · 6 years ago
  29. 5ce38d3 Fallback mipmap creation for YUVA images. by Jim Van Verth · 6 years ago
  30. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  31. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  32. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  33. 9a37039 default behavior for onNewImageSnapshot by Mike Reed · 6 years ago
  34. 1e28e5d Revert "add rect-parameter to makeImageSnapshot" by Mike Reed · 6 years ago
  35. e195d1c add rect-parameter to makeImageSnapshot by Mike Reed · 6 years ago
  36. c8429ad Add SkImage::MakeFromYUVAPixmaps by Jim Van Verth · 6 years ago
  37. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  38. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  39. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  40. 5327536 Verify YUVA channel information and add premultiplied alpha by Jim Van Verth · 6 years ago
  41. 0e67194 Merge common code for SkImage_Gpu and SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  42. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  43. 5b73b5b there's no point moving a const sk_sp by Mike Klein · 6 years ago
  44. f542cab Construct mipmaps for internal YUVA planes by Jim Van Verth · 6 years ago
  45. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  46. 803a502 Fix persp_images with DDL correctly by Jim Van Verth · 6 years ago
  47. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  48. 0bfdb4a remove SkUnpremultiplyRow() by Mike Klein · 6 years ago
  49. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  50. 408ef21 Revert "replace SkNVRefCnt with SkRefCnt" by Mike Klein · 6 years ago
  51. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  52. 0fb1ee9 replace SkNVRefCnt with SkRefCnt by Mike Klein · 6 years ago
  53. f9f0735 Reland "Some more clean-up of YUVA code" by Jim Van Verth · 6 years ago
  54. 70bd0b7 Revert "Some more clean-up of YUVA code" by Mike Klein · 6 years ago
  55. c967407 Some more clean-up of YUVA code by Jim Van Verth · 6 years ago
  56. b70fd91 Remove colorType and colorSpace from bitmap cache key, and IWYU by Brian Osman · 6 years ago
  57. 00766bf Remove directGeneratePixels, and do some follow-up refactoring by Brian Osman · 6 years ago
  58. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  59. dae3585 Guarded version of change to lazy image readPixels by Brian Osman · 6 years ago
  60. 47133fd ColorType fixes for wacky_yuv_textures. by Jim Van Verth · 6 years ago
  61. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  62. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  63. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  64. e50cdf0 Remove unused dstColorSpace from getROPixels by Brian Osman · 6 years ago
  65. a507392 Return texture color space when converting raster images to proxies by Brian Osman · 6 years ago
  66. 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  67. b4ae499 In makeColorSpace, hoist the null -> sRGB optimization by Brian Osman · 6 years ago
  68. f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
  69. 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  70. 976a6b0 Fix NV12 and NV21 images in non-DDL by Jim Van Verth · 6 years ago
  71. 9c11135 Reland "Preserve pixel config in makeColorSpace of GPU backed images" by Brian Osman · 6 years ago
  72. be7450b Revert "Preserve pixel config in makeColorSpace of GPU backed images" by Brian Osman · 6 years ago
  73. 264ed5f Revert "Fix bug with makeColorSpace of GPU images with non-renderable configs" by Brian Osman · 6 years ago
  74. 6edbde6 Fix bug with makeColorSpace of GPU images with non-renderable configs by Brian Osman · 6 years ago
  75. 3a16073 Revert "Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef"" by Brian Osman · 6 years ago
  76. 2f90741 Preserve pixel config in makeColorSpace of GPU backed images by Brian Osman · 6 years ago
  77. f7ddaa8 Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef" by Brian Osman · 6 years ago
  78. 087c917 Use SkImage to manage mip map cache purging, not Bitmap/PixelRef by Brian Osman · 6 years ago
  79. c6a1710 Fix YUVA index check by Jim Van Verth · 6 years ago
  80. cea3902 Make SkImage_Gpu MakePromise interfaces consistent by Jim Van Verth · 6 years ago
  81. 21bd60d Connect up YUVA images for testing. by Jim Van Verth · 6 years ago
  82. b9c4978 Remove dstColorSpace from SkSpecialImage::MakeFromImage by Brian Osman · 6 years ago
  83. be686f0 Remove legacy makeColorSpace implementation by Brian Osman · 6 years ago
  84. 38a62bd Remove obsolete checks about colorType and colorSpace by Brian Osman · 6 years ago
  85. f421685 Revert "Stop using color space xform canvas in picture image generator" by Greg Daniel · 6 years ago
  86. 031ca21 Stop using color space xform canvas in picture image generator by Brian Osman · 6 years ago
  87. f00b162 Fix up SkImage_GpuYUVA MakePromiseYUVATexture by Jim Van Verth · 6 years ago
  88. 94ade75 Make GrYUVtoRGBEffect more flexible by Robert Phillips · 6 years ago
  89. a0dc3d2 Revert "Revert "Include color type and color space in bitmap cache key"" by Brian Osman · 6 years ago
  90. 9ff04c0 Revert "Include color type and color space in bitmap cache key" by Brian Osman · 6 years ago
  91. ef85d19 Tighten contract for when the promise doneProc is called by Robert Phillips · 6 years ago
  92. 274a89e Include color type and color space in bitmap cache key by Brian Osman · 6 years ago
  93. 8bbce0e More SkImage_GpuYUV updates by Jim Van Verth · 6 years ago
  94. 8ad991d Fix Chrome roll by Robert Phillips · 6 years ago
  95. 51c89e4 Exercise newly exposed SkYUVIndex-based SkImage factories (take 2) by Robert Phillips · 6 years ago
  96. bd16a1b Revert "Exercise newly exposed SkYUVIndex-based SkImage factories" by Brian Osman · 6 years ago
  97. e1c1d4d Exercise newly exposed SkYUVIndex-based SkImage factories by Robert Phillips · 6 years ago
  98. ba65168 Fix two bugs in GPU special image read-back by Brian Osman · 6 years ago
  99. b6df1c1 Expose the SkYUVAIndex version of the SkImage factories by Robert Phillips · 6 years ago
  100. 8026ccc Implement more SkImage_GpuYUVA functionality by Jim Van Verth · 6 years ago