1. 5223243 Fix alpha type when doing GPU color space conversion of unpremul images by Brian Osman · 6 years ago
  2. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  3. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  4. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  5. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  6. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  7. 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
  8. 6668a51 Revert "Go back to cleaning up MIP levels on texture export rather than assuming dirty" by Mike Klein · 6 years ago
  9. ba5c439 Fix GPU explicit resource allocation bug by Robert Phillips · 6 years ago
  10. 01d6fc9 Go back to cleaning up MIP levels on texture export rather than assuming dirty by Brian Salomon · 6 years ago
  11. 30301c4 share helper for flagging when added to raster cache by Mike Reed · 6 years ago
  12. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  13. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 6 years ago
  14. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  15. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  16. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  17. 9457546 Alternative fix for stale MIP maps on texture export/import. by Brian Salomon · 6 years ago
  18. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  19. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  20. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  21. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  22. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  23. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  24. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  25. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  26. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  27. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 7 years ago
  28. bed9d5e Add usage of SkYUVAIndex as pre-step to transfer to new YUVA API by Weiliang Chen · 7 years ago
  29. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 7 years ago
  30. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  31. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 7 years ago
  32. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 7 years ago
  33. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 7 years ago
  34. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 7 years ago
  35. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 7 years ago
  36. 584b501 Support downscaling to max texture size when making cross-context images by Brian Osman · 7 years ago
  37. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  38. a6aef2a Allow SkImage_Gpu to fail some requests in DDL mode by Robert Phillips · 7 years ago
  39. 66aebf3 Make sure GrBackendTextures are valid before starting to do things with them by Greg Daniel · 7 years ago
  40. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 7 years ago
  41. 052ef69 Pin color type when a cross-context image is constructed by Brian Osman · 7 years ago
  42. 3afdab1 Always validate GrBackendTextures passed to YUV image factories by Brian Salomon · 7 years ago
  43. 42409c2 Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not take SkColorType by Brian Salomon · 7 years ago
  44. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 7 years ago
  45. bfd2749 Remove deprecated SkImage::MakeFromTexture variants that don't take SkColorType by Brian Salomon · 7 years ago
  46. abadbee Move MakeCrossContextFromPixmap to use lazy version of createTextureProxy by Greg Daniel · 7 years ago
  47. 56dc04b Remove deprecated versions of YUV texture SkImage factories by Brian Salomon · 7 years ago
  48. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  49. 7278d68 Add DoneProc to Promise Images by Greg Daniel · 7 years ago
  50. 6a426c1 Cleanup SkImage YUV texture factories. by Brian Salomon · 7 years ago
  51. 057627f Make sure we set correct GrPixelConfig in promise images by Greg Daniel · 7 years ago
  52. 56008aa Add SkColorType getter on SkImage. by Greg Daniel · 7 years ago
  53. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 7 years ago
  54. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 7 years ago
  55. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 7 years ago
  56. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 7 years ago
  57. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 7 years ago
  58. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  59. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  60. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  61. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  62. bc54fad Refactor GrUploadPixmap logic into MakeCrossContextFromPixmap by Greg Daniel · 7 years ago
  63. 3081508 Remove unused code resulted from deleting DeferredTextureImage by Greg Daniel · 7 years ago
  64. 67f8584 Revert "Revert "Remove SkImage deferred texture image data APIs."" by Brian Salomon · 7 years ago
  65. 9e78811 Don't allow DDL GrContexts to MakeCrossContextFromPixmap by Greg Daniel · 7 years ago
  66. a4ead65 Add function to GrProxyProvider to lazily upload mip map data by Greg Daniel · 7 years ago
  67. 9708af8 Add test for reading back from unpremul texture image by Brian Salomon · 7 years ago
  68. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  69. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  70. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  71. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  72. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  73. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  74. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  75. f2336e4 Add lazy proxy's for wrapping backend textures by Greg Daniel · 7 years ago
  76. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  77. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  78. 36591e5 Better handle context-loss in MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  79. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  80. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  81. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  82. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  83. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  84. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  85. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  86. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  87. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  88. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  89. 98e38e2 Revert "Revert "fix legacy makeRasterImage()"" by Mike Klein · 7 years ago
  90. ef29e42 Revert "fix legacy makeRasterImage()" by Mike Klein · 7 years ago
  91. 7c4ca04 fix legacy makeRasterImage() by Mike Klein · 7 years ago
  92. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  93. b950b59 share impl between makeNonTexture and makeRaster by Mike Reed · 7 years ago
  94. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  95. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  96. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  97. aae533e Revert "Remove SkImage deferred texture image data APIs." by Eric Karl · 7 years ago
  98. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  99. 4f5e1d4 Remove SkImage deferred texture image data APIs. by Brian Salomon · 7 years ago
  100. 63bc48d Add MakeCrossContextFromPixmap by Brian Osman · 7 years ago