1. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  2. 4524e25 Fix Chrome iOS builder by Robert Phillips · 6 years ago
  3. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  4. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  5. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  6. b4a8eac Add SkImage_Base API to access planar data by Robert Phillips · 6 years ago
  7. d2fcfb5 WEBGL_video_texture : sharing texture prototype in skia by Brian Salomon · 6 years ago
  8. 505dd57 Add GrSurfaceOrigin to MakeFromAHardwareBuffer by Stan Iliev · 6 years ago
  9. bfd45ad Loosen up assert in SkImage_Gpu::asTextureProxyRef by Robert Phillips · 6 years ago
  10. bd65955 Remove SkImageCacherator entirely by Brian Osman · 6 years ago
  11. 10494e3 Restore lazy image cache key logic by Brian Osman · 6 years ago
  12. b3f3830 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  13. 2ad0820 Have SkImage_Base send out UniqueKey invalidations to GPU backend when destroyed. by Greg Daniel · 6 years ago
  14. cc956f2 Reland "Revert "Add support for gray + colorspace to SkCodec"" by Brian Osman · 6 years ago
  15. 5bcab74 Revert "Revert "Add support for gray + colorspace to SkCodec"" by Brian Osman · 6 years ago
  16. a51d1b4 Revert "Add support for gray + colorspace to SkCodec" by Brian Osman · 6 years ago
  17. 8491dd8 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  18. 7ed0eae Revert "Remove lazy image color space hacks for gray" by Brian Osman · 6 years ago
  19. 12dffda Remove unused onCanLazyGenerateOnGPU function by Brian Osman · 6 years ago
  20. a81c2be Remove lazy image color space hacks for gray by Brian Osman · 6 years ago
  21. 5223243 Fix alpha type when doing GPU color space conversion of unpremul images by Brian Osman · 6 years ago
  22. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  23. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  24. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  25. 015c899 port most SkAtomic<T> to std::atomic<T> by Mike Klein · 6 years ago
  26. eb7e529 Remove CachedFormat remnants by Brian Osman · 6 years ago
  27. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  28. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  29. 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
  30. 6668a51 Revert "Go back to cleaning up MIP levels on texture export rather than assuming dirty" by Mike Klein · 6 years ago
  31. ba5c439 Fix GPU explicit resource allocation bug by Robert Phillips · 6 years ago
  32. 01d6fc9 Go back to cleaning up MIP levels on texture export rather than assuming dirty by Brian Salomon · 6 years ago
  33. 30301c4 share helper for flagging when added to raster cache by Mike Reed · 6 years ago
  34. 21a99d4 Fix validity check in SkSurface::MakeFromBackendTextureAsRenderTarget by Justin Novosad · 6 years ago
  35. f6db495 Remove SkTransferFunctionBehavior by Brian Osman · 6 years ago
  36. a07bf67 Add bullet proofing to image_subset GM for TSAN failures by Robert Phillips · 6 years ago
  37. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  38. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 6 years ago
  39. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
  40. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 6 years ago
  41. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  42. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  43. bfc33e5 Revert "Revert "Temporary fix for SkImage_Lazy handling of color spaces"" by Brian Osman · 6 years ago
  44. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  45. d47fe09 Handle F32 in lazy image by Brian Osman · 6 years ago
  46. e269310 Revert "Temporary fix for SkImage_Lazy handling of color spaces" by Brian Osman · 6 years ago
  47. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  48. 439b994 Temporary fix for SkImage_Lazy handling of color spaces by Brian Osman · 6 years ago
  49. 9457546 Alternative fix for stale MIP maps on texture export/import. by Brian Salomon · 6 years ago
  50. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  51. 861ea5b Remove const from (immutable) SkColorSpace args to some functions by Brian Osman · 6 years ago
  52. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  53. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  54. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  55. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  56. 27dddae rebase by Cary Clark · 6 years ago
  57. 56893cd Fix A2B JPEG images on GPU backed xform or color-managed canvas by Brian Osman · 6 years ago
  58. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  59. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  60. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  61. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  62. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  63. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  64. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  65. 9660108 Add DDL to SKPBench by Robert Phillips · 6 years ago
  66. f2c7364 support image-subsets in serialization by Mike Reed · 6 years ago
  67. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 6 years ago
  68. bed9d5e Add usage of SkYUVAIndex as pre-step to transfer to new YUVA API by Weiliang Chen · 6 years ago
  69. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  70. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  71. 5191880 remove toString by Cary Clark · 6 years ago
  72. e6c0fe0 Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE. by Ben Wagner · 6 years ago
  73. bdf5433 SkImage::onRefEncoded to return sk_sp. by Ben Wagner · 6 years ago
  74. cc45cc7 remove typedef Info by Cary Clark · 6 years ago
  75. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  76. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  77. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  78. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  79. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  80. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 6 years ago
  81. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  82. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 6 years ago
  83. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 6 years ago
  84. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 6 years ago
  85. 584b501 Support downscaling to max texture size when making cross-context images by Brian Osman · 6 years ago
  86. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 6 years ago
  87. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  88. a6aef2a Allow SkImage_Gpu to fail some requests in DDL mode by Robert Phillips · 6 years ago
  89. 044b67d Remove guard around getBackendTexture/RenderTarget calls by Greg Daniel · 6 years ago
  90. 66aebf3 Make sure GrBackendTextures are valid before starting to do things with them by Greg Daniel · 6 years ago
  91. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 6 years ago
  92. 636fbae Fix iOS bot in Chrome CQ by Robert Phillips · 6 years ago
  93. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 6 years ago
  94. e1c60d6 Tag the unique keys of lazy images. by Derek Sollenberger · 6 years ago
  95. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 6 years ago
  96. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 6 years ago
  97. 052ef69 Pin color type when a cross-context image is constructed by Brian Osman · 6 years ago
  98. a6a3df7 Move GrPixelConfig to GrTypesPriv by Brian Salomon · 6 years ago
  99. 49edccd Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkColorType by Brian Salomon · 6 years ago
  100. 3afdab1 Always validate GrBackendTextures passed to YUV image factories by Brian Salomon · 6 years ago