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. f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
  5. 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
  6. f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
  7. 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  8. 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  9. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  10. 2232b9e Add target SkColorSpace to SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  11. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  12. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  13. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  14. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  15. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  16. be5a093 Consolidate details of lazy proxy creation for promise image textures. by Brian Salomon · 6 years ago
  17. 386e6ce Remove deprecated YUVA interface by Jim Van Verth · 6 years ago
  18. 967df20 Deuninstantiate by Brian Salomon · 6 years ago
  19. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  20. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  21. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  22. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  23. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  24. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  25. 5327536 Verify YUVA channel information and add premultiplied alpha by Jim Van Verth · 6 years ago
  26. 0e67194 Merge common code for SkImage_Gpu and SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  27. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  28. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  29. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  30. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  31. 70bd0b7 Revert "Some more clean-up of YUVA code" by Mike Klein · 6 years ago
  32. c967407 Some more clean-up of YUVA code by Jim Van Verth · 6 years ago
  33. 47133fd ColorType fixes for wacky_yuv_textures. by Jim Van Verth · 6 years ago
  34. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  35. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  36. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  37. 976a6b0 Fix NV12 and NV21 images in non-DDL by Jim Van Verth · 6 years ago
  38. 94ade75 Make GrYUVtoRGBEffect more flexible by Robert Phillips · 6 years ago
  39. ef85d19 Tighten contract for when the promise doneProc is called by Robert Phillips · 6 years ago
  40. 8bbce0e More SkImage_GpuYUV updates by Jim Van Verth · 6 years ago
  41. 8ad991d Fix Chrome roll by Robert Phillips · 6 years ago
  42. 51c89e4 Exercise newly exposed SkYUVIndex-based SkImage factories (take 2) by Robert Phillips · 6 years ago
  43. bd16a1b Revert "Exercise newly exposed SkYUVIndex-based SkImage factories" by Brian Osman · 6 years ago
  44. e1c1d4d Exercise newly exposed SkYUVIndex-based SkImage factories by Robert Phillips · 6 years ago
  45. b6df1c1 Expose the SkYUVAIndex version of the SkImage factories by Robert Phillips · 6 years ago
  46. 8026ccc Implement more SkImage_GpuYUVA functionality by Jim Van Verth · 6 years ago
  47. 66a9734 Make SkYUVAIndex publicly accessible by Robert Phillips · 6 years ago
  48. 49fdd7a Bundle shared SkImage_Gpu methods. by Jim Van Verth · 6 years ago
  49. f49262d Add SkImage_GpuYUVA by Jim Van Verth · 6 years ago
  50. 15f0f29 Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Brian Osman · 6 years ago
  51. 7f3ceba Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Mike Klein · 6 years ago
  52. 4157687 Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  53. 3a5ff10 Remove redundant SkImage virtuals by Brian Osman · 6 years ago
  54. 8af4e67 Work around MSVC issue on older tool chains by Robert Phillips · 6 years ago
  55. 79730ac Add SkImage_Gpu::MakePromiseYUVATexture by Robert Phillips · 6 years ago
  56. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  57. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  58. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  59. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  60. d2fcfb5 WEBGL_video_texture : sharing texture prototype in skia by Brian Salomon · 6 years ago
  61. 505dd57 Add GrSurfaceOrigin to MakeFromAHardwareBuffer by Stan Iliev · 6 years ago
  62. bfd45ad Loosen up assert in SkImage_Gpu::asTextureProxyRef by Robert Phillips · 6 years ago
  63. b3f3830 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  64. 5223243 Fix alpha type when doing GPU color space conversion of unpremul images by Brian Osman · 6 years ago
  65. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  66. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  67. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  68. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  69. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  70. 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
  71. 6668a51 Revert "Go back to cleaning up MIP levels on texture export rather than assuming dirty" by Mike Klein · 6 years ago
  72. ba5c439 Fix GPU explicit resource allocation bug by Robert Phillips · 6 years ago
  73. 01d6fc9 Go back to cleaning up MIP levels on texture export rather than assuming dirty by Brian Salomon · 6 years ago
  74. 30301c4 share helper for flagging when added to raster cache by Mike Reed · 6 years ago
  75. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  76. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 6 years ago
  77. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  78. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  79. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  80. 9457546 Alternative fix for stale MIP maps on texture export/import. by Brian Salomon · 6 years ago
  81. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  82. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  83. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  84. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  85. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  86. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  87. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  88. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  89. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  90. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 6 years ago
  91. bed9d5e Add usage of SkYUVAIndex as pre-step to transfer to new YUVA API by Weiliang Chen · 6 years ago
  92. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  93. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  94. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  95. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  96. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  97. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 6 years ago
  98. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 6 years ago
  99. 584b501 Support downscaling to max texture size when making cross-context images by Brian Osman · 6 years ago
  100. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago