1. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 6 years ago
  2. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 6 years ago
  3. 383c418 Remove GrStencilAndCoverTextContext by Robert Phillips · 6 years ago
  4. e083f7c Reland "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 6 years ago
  5. 8e54604 Revert "Re-enable explicit resource allocation in Skia (take 2)" by Robert Phillips · 6 years ago
  6. ed858ec Re-enable explicit resource allocation in Skia (take 2) by Robert Phillips · 6 years ago
  7. 9ff8c8c Revert "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 6 years ago
  8. 9a7a2ee remove SkCanvas::kIsOpaque_SaveLayerFlag by Mike Klein · 6 years ago
  9. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 6 years ago
  10. be33bab add maskfilter+localmatrix to fix savelayer by Mike Reed · 6 years ago
  11. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 6 years ago
  12. e602f39 move GrColor.h to private, IWYU by Mike Reed · 6 years ago
  13. 5711133 Remove integer texture support by Brian Salomon · 6 years ago
  14. b915b97 move SkMask.h to src by Mike Reed · 6 years ago
  15. 245af1f fix symbol for intersection by Mike Reed · 6 years ago
  16. 52347e7 Fix link error with compoent build by Peng Huang · 6 years ago
  17. 11bdbe0 Revert "Re-enable explicit resource allocation in Skia" by Robert Phillips · 6 years ago
  18. ac18b46 Re-enable explicit resource allocation in Skia by Robert Phillips · 6 years ago
  19. e8fabb2 Update LazyProxy creation to allow for a non-textureable result by Robert Phillips · 6 years ago
  20. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  21. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  22. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  23. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  24. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 6 years ago
  25. d653cac More sample count cleanup: by Brian Salomon · 6 years ago
  26. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  27. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  28. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  29. 0a375db Have lazy proxies keep their callbacks around and clean up their lambdas in the dtor by Greg Daniel · 6 years ago
  30. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 6 years ago
  31. 3d5a6b5 add saturate helper for float2int64 by Mike Reed · 6 years ago
  32. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 6 years ago
  33. 1c5906f saturate some irect ops for fuzzers by Mike Reed · 6 years ago
  34. 495e0f0 Simplify SkAnimatedImage by Leon Scroggins III · 6 years ago
  35. 6a0176b Add ref counted wrapped around GrTexture ReleaseProc by Greg Daniel · 6 years ago
  36. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 6 years ago
  37. 2f5b8d8 don't draw non-finite contexts in imagefilters by Mike Reed · 6 years ago
  38. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
  39. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 6 years ago
  40. 7f1a074 Remove some unused sample count caps by Brian Salomon · 6 years ago
  41. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 6 years ago
  42. fbe6620 add SkPicture::MakePlaceholder() by Mike Klein · 7 years ago
  43. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  44. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  45. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  46. abe639c Add SkAnimatedImage::getRepetitionCount by Leon Scroggins III · 7 years ago
  47. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  48. 33bf56d Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitableForGpuRasterization by Brian Salomon · 7 years ago
  49. 1bd556a use coverage modes instead of blend modes by Mike Reed · 7 years ago
  50. 20dc672 compose and combine maskfilters by Mike Reed · 7 years ago
  51. a83d013 Misc guarding of enums in ImageFilter CreateProcs by Robert Phillips · 7 years ago
  52. 745c398 minor imageinfo fixes by Cary Clark · 7 years ago
  53. b0ae566 Check enum values in SkDisplacementMapEffect's CreateProc by Robert Phillips · 7 years ago
  54. f2336e4 Add lazy proxy's for wrapping backend textures by Greg Daniel · 7 years ago
  55. 8524c30 Make SkAnimatedImage::update return sentinel when stopped by Leon Scroggins III · 7 years ago
  56. 980a48d Move glyph cache and descriptor functions off of SkPaint by Herb Derby · 7 years ago
  57. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 7 years ago
  58. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  59. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  60. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  61. 01b476a Start of adding GrContextOption that overrides driver workarounds. by Brian Salomon · 7 years ago
  62. 165fa63 check for valid vertices mode by Mike Reed · 7 years ago
  63. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  64. d8327a8 Clean up SkScalerContext descriptor creation by Herb Derby · 7 years ago
  65. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  66. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  67. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  68. baafcdc move zero-init to sk_malloc for masks by Mike Reed · 7 years ago
  69. 2cb6cb1 Add SkAnimatedImage::isFinished by Leon Scroggins III · 7 years ago
  70. 4c11945 Respect repetition count in SkAnimatedImage by Leon Scroggins III · 7 years ago
  71. 87d18ce Add Chinese zoom Sample. by Jim Van Verth · 7 years ago
  72. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  73. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  74. a6cd625 Revert "declare SkRasterizer for android" by Mike Reed · 7 years ago
  75. e168c3e declare SkRasterizer for android by Mike Reed · 7 years ago
  76. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  77. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 7 years ago
  78. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  79. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 7 years ago
  80. ad6660a Use equal_range for factory lookups by Vladimir Levin · 7 years ago
  81. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  82. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  83. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  84. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  85. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  86. 440f838 Update Skia milestone to 66 by Heather Miller · 7 years ago
  87. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  88. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  89. 6e87eee add shadermaskfilter by Mike Reed · 7 years ago
  90. e97e792 validate paint setters in readbuffer by Mike Reed · 7 years ago
  91. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  92. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  93. b1b7f701 Add Android ImageDecoder features to SkAnimatedImage by Leon Scroggins III · 7 years ago
  94. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  95. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 7 years ago
  96. e728f67 Update to GrBackendTexutreImageGenerator to support lazy texture proxies by Greg Daniel · 7 years ago
  97. c65b65d Support scaled color emojis for SDF fallback by Jim Van Verth · 7 years ago
  98. 94a6ce8 Add ability for lazy proxy callback to free captured resources by Greg Daniel · 7 years ago
  99. 2796430 move SkWriter32.h to src by Mike Reed · 7 years ago
  100. 07a722c Add SkAndroidCodec::computeSampledSize by Leon Scroggins III · 7 years ago