1. 4d92b89 Revert "Remove GrDrawAtlasOp" by Brian Osman · 6 years ago
  2. 97d957d Remove GrDrawAtlasOp by Brian Osman · 6 years ago
  3. 25dd2c9 SkPDF: runtime switch between subsetters by Hal Canary · 6 years ago
  4. e5acd75 delete DAA by Mike Klein · 6 years ago
  5. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
  6. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 6 years ago
  7. 8f4e224 de-Sk tools/debugger by Mike Klein · 6 years ago
  8. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  9. 8aa203c Add macro to decide GrGLStandard by Kevin Lubick · 6 years ago
  10. 3fad212 Add SK_API to ImageSetEntry by Michael Ludwig · 6 years ago
  11. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 6 years ago
  12. 0cc5754 Revert "Revert "Change promise image contract to for when Release and Done are called."" by Brian Salomon · 6 years ago
  13. bbb9281 Break out GrGLAssembleInterface into a few files by Kevin Lubick · 6 years ago
  14. f774818 Reland "Disable coverage counting by default" by Chris Dalton · 6 years ago
  15. 9ff956e Revert "Disable coverage counting by default" by Chris Dalton · 6 years ago
  16. 3e7eb0f Unblock Flutter by Robert Phillips · 6 years ago
  17. 576b2a5 Disable coverage counting by default by Chris Dalton · 6 years ago
  18. a4a76f3 Clean up some types in SkFont by Kevin Lubick · 6 years ago
  19. 79a7542 allow mixer to defer to a shader by Mike Reed · 6 years ago
  20. e80b809 Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."" by Brian Salomon · 6 years ago
  21. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  22. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 6 years ago
  23. 65cdd61 Ganesh: Clamp blend inputs when using F16_Clamped pixel config by Brian Osman · 6 years ago
  24. f4438d5 skvx: allow more implicit conversions by Mike Klein · 6 years ago
  25. 525ff20 update docs for SkLumaColorFilter by Mike Klein · 6 years ago
  26. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  27. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  28. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  29. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 6 years ago
  30. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 6 years ago
  31. 7d6748e Remove GrAAType::kMixedSamples by Chris Dalton · 6 years ago
  32. c723b70 Initial add SkMixers by Mike Reed · 6 years ago
  33. 570f4e5 Always explicitly allocate except in Android Framework (take 3) by Robert Phillips · 6 years ago
  34. 2a2d732 Revert "Always explicitly allocate except in Android Framework (take 2)" by Robert Phillips · 6 years ago
  35. 60dd62b Revert "Always try to reduce opList splitting in DDL contexts/drawingManagers" by Robert Phillips · 6 years ago
  36. 692147f Revert "Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia" by Robert Phillips · 6 years ago
  37. 2cce805 Always try to reduce opList splitting in DDL contexts/drawingManagers by Robert Phillips · 6 years ago
  38. 13c0f77 Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia by Robert Phillips · 6 years ago
  39. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  40. 88b93da Always explicitly allocate except in Android Framework (take 2) by Robert Phillips · 6 years ago
  41. e938c92 Remove SkToSRGBColorFilter (now unused) by Brian Osman · 6 years ago
  42. 8b40ac3 Reintroduce deinstantiate lazy proxy types and use for promise images. by Brian Salomon · 6 years ago
  43. d0626aa Add clamped half-float pixel config to Ganesh by Brian Osman · 6 years ago
  44. ca9b208 rename mixer to lerp (in prep for SkMixer) by Mike Reed · 6 years ago
  45. d40dc3f Revert "Always explicitly allocate except in Android Framework" by Robert Phillips · 6 years ago
  46. e157745 Always explicitly allocate except in Android Framework by Robert Phillips · 6 years ago
  47. 387ec9a Make vulkan GrBackendFormats with ycbcr external texture types. by Greg Daniel · 6 years ago
  48. 0a22ba8 Add kIdentity_SkYUVColorSpace by Robert Phillips · 6 years ago
  49. 56181ba Make DDL contexts/drawing managers always sort opLists by Robert Phillips · 6 years ago
  50. dbfcd92 Fix two SkPathRef bugs by Brian Osman · 6 years ago
  51. d7291ba Restore support for multisample locations by Chris Dalton · 6 years ago
  52. 858fecc Got RelaxedPrecision decorations working again in SPIR-V, and removed by Ethan Nicholas · 6 years ago
  53. 1132f74 Add F16Norm support to a few more pixmap helpers by Brian Osman · 6 years ago
  54. 3b45e68 Update Skia milestone to 75 by Heather Miller · 6 years ago
  55. 88b8d11 Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture." by Brian Salomon · 6 years ago
  56. d716d44 Revert "Change promise image contract to for when Release and Done are called." by Brian Salomon · 6 years ago
  57. c5e8e15 Change promise image contract to for when Release and Done are called. by Brian Salomon · 6 years ago
  58. 34336e3 Make SkCubicMap immutable by Florin Malita · 6 years ago
  59. 93092ff Make SkCubicMap public by Florin Malita · 6 years ago
  60. b085fa9 Add ddl support to drawing to wrapped vulkan secondary command buffers. by Greg Daniel · 6 years ago
  61. a00da61 Pointer to GrStrikeCache on GrTextBlob by Herb Derby · 6 years ago
  62. 9ac0407 Distinguish between "flushed" and "finished" idle state callbacks on GrTexture. by Brian Salomon · 6 years ago
  63. eb716bd Remove legacy promise image APIs by Brian Salomon · 6 years ago
  64. 1c1c666 Default implementation of onSetRelease() on GrSurface by Brian Salomon · 6 years ago
  65. b2c5dae Simplify promise image lazy instantiation callbacks. by Brian Salomon · 6 years ago
  66. 4c56b03 Drop support for GL_EXT_raster_multisample by Chris Dalton · 6 years ago
  67. b6c15ba Add API for creating SkImage from AHB while uploading data to it. by Greg Daniel · 6 years ago
  68. b70990e add kRGBA_F16Norm_SkColorType by Mike Klein · 6 years ago
  69. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  70. 011d166 Move responsibility to onMakeContext for device colorspace decision by Mike Reed · 6 years ago
  71. 7d88f31 Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo. by Brian Salomon · 6 years ago
  72. 0af0813 skia: Fix -Wextra-semi warnings in non-dcheck builds. by Nico Weber · 6 years ago
  73. 1433cfd Reland "Add general quad API to SkGpuDevice" by Michael Ludwig · 6 years ago
  74. 31cc6d7 utility to check if floats are [0...1] by Mike Reed · 6 years ago
  75. e9fc586 mark more methods inline by Mike Klein · 6 years ago
  76. 41b995c specialize if_then_else(int4,float4,float4) by Mike Klein · 6 years ago
  77. 24adb3a Revert "Add general quad API to SkGpuDevice" by Michael Ludwig · 6 years ago
  78. 339e1cc Add general quad API to SkGpuDevice by Michael Ludwig · 6 years ago
  79. ff84d8a SkTypeface::openStream to return smart pointer. by Ben Wagner · 6 years ago
  80. 65cb374 Remove legacy types/methods from SkDeferredDisplayList recorder. by Brian Salomon · 6 years ago
  81. cb58060 Pass render target VkImage in GrVkDrawableInfo by Stan Iliev · 6 years ago
  82. 4212a7d SkTypeface::onOpenStream to return unique_ptr. by Ben Wagner · 6 years ago
  83. 194580d Reland "Treat kWEBP encode with quality=100 as lossless" by Leon Scroggins III · 6 years ago
  84. 8546335 Allow setting an SkColorSpace on SkAnimatedImage by Leon Scroggins III · 6 years ago
  85. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 6 years ago
  86. 8cabb32 Make it safe to enter the cache from a GrTexture idle proc. by Brian Salomon · 6 years ago
  87. aa76bc1 update docs for backdrop by Mike Reed · 6 years ago
  88. 2184fb7 Move StrikeCache and TextBlobCache to RecordingContext by Robert Phillips · 6 years ago
  89. 9a049e6 SK_API SkExecutor by Brian Salomon · 6 years ago
  90. ed632b1 Remove another semicolon. by Nico Weber · 6 years ago
  91. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 6 years ago
  92. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  93. 136f45a Formalize edge-aa interaction with GrAA by Michael Ludwig · 6 years ago
  94. 1efecea Make asFragmentProcessor entry point only take a GrRecordingContext (take 2) by Robert Phillips · 6 years ago
  95. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 6 years ago
  96. 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 6 years ago
  97. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 6 years ago
  98. d44146b Switch GrSurfaceProxy's Copy methods over to GrRecordingContext by Robert Phillips · 6 years ago
  99. c5058a6 Add addOnFlushCallbackObject at GrRecordingContext level by Robert Phillips · 6 years ago
  100. 34a2a76 Remove assert that BGRA and RGBA are not opaque by Leon Scroggins III · 6 years ago