1. 745c398 minor imageinfo fixes by Cary Clark · 7 years ago
  2. b0ae566 Check enum values in SkDisplacementMapEffect's CreateProc by Robert Phillips · 7 years ago
  3. f2336e4 Add lazy proxy's for wrapping backend textures by Greg Daniel · 7 years ago
  4. 8524c30 Make SkAnimatedImage::update return sentinel when stopped by Leon Scroggins III · 7 years ago
  5. 980a48d Move glyph cache and descriptor functions off of SkPaint by Herb Derby · 7 years ago
  6. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 7 years ago
  7. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  8. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  9. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  10. 01b476a Start of adding GrContextOption that overrides driver workarounds. by Brian Salomon · 7 years ago
  11. 165fa63 check for valid vertices mode by Mike Reed · 7 years ago
  12. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  13. d8327a8 Clean up SkScalerContext descriptor creation by Herb Derby · 7 years ago
  14. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  15. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  16. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  17. baafcdc move zero-init to sk_malloc for masks by Mike Reed · 7 years ago
  18. 2cb6cb1 Add SkAnimatedImage::isFinished by Leon Scroggins III · 7 years ago
  19. 4c11945 Respect repetition count in SkAnimatedImage by Leon Scroggins III · 7 years ago
  20. 87d18ce Add Chinese zoom Sample. by Jim Van Verth · 7 years ago
  21. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  22. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  23. a6cd625 Revert "declare SkRasterizer for android" by Mike Reed · 7 years ago
  24. e168c3e declare SkRasterizer for android by Mike Reed · 7 years ago
  25. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  26. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 7 years ago
  27. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  28. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 7 years ago
  29. ad6660a Use equal_range for factory lookups by Vladimir Levin · 7 years ago
  30. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  31. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  32. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  33. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  34. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  35. 440f838 Update Skia milestone to 66 by Heather Miller · 7 years ago
  36. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  37. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  38. 6e87eee add shadermaskfilter by Mike Reed · 7 years ago
  39. e97e792 validate paint setters in readbuffer by Mike Reed · 7 years ago
  40. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  41. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  42. b1b7f701 Add Android ImageDecoder features to SkAnimatedImage by Leon Scroggins III · 7 years ago
  43. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  44. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 7 years ago
  45. e728f67 Update to GrBackendTexutreImageGenerator to support lazy texture proxies by Greg Daniel · 7 years ago
  46. c65b65d Support scaled color emojis for SDF fallback by Jim Van Verth · 7 years ago
  47. 94a6ce8 Add ability for lazy proxy callback to free captured resources by Greg Daniel · 7 years ago
  48. 2796430 move SkWriter32.h to src by Mike Reed · 7 years ago
  49. 07a722c Add SkAndroidCodec::computeSampledSize by Leon Scroggins III · 7 years ago
  50. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  51. 42ee284 Use SkAndroidCodec in SkAnimatedImage by Leon Scroggins III · 7 years ago
  52. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  53. fe3da02 Add a method to convert SkCodec::Result to a string by Leon Scroggins III · 7 years ago
  54. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  55. cd3261a Revert "Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord"" by Brian Osman · 7 years ago
  56. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  57. befff65 Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." by Greg Daniel · 7 years ago
  58. 9d6929c Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord" by Brian Osman · 7 years ago
  59. 7a10b33 Add an SkDrawable for animated images (e.g. GIF) by Leon Scroggins III · 7 years ago
  60. 65fa8ca Updating lazy proxys to support the case where we know a lot more info about the texture. by Greg Daniel · 7 years ago
  61. 7cdabed Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs. by Brian Salomon · 7 years ago
  62. 1001f84 Added SkSL workaround for devices which cannot safely access gl_FragCoord by Brian Osman · 7 years ago
  63. 8fd7955 Enable the GL_EXT_geometry_shader extension where necessary by Chris Dalton · 7 years ago
  64. d284949 restore intersect methods to use old-style empty-checks on their inputs by Mike Reed · 7 years ago
  65. a766ca9 use 64bit math to compute is a rect is empty by Mike Reed · 7 years ago
  66. 99578d2 SkBitmap now *has* a SkPixmap. by Hal Canary · 7 years ago
  67. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  68. c5980d0 SkDocument: remove unused fDoneProc by Hal Canary · 7 years ago
  69. 274218e move largest apis into private by Mike Reed · 7 years ago
  70. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  71. 3c7d882 SkBitmap::fPixelRefOrigin removed by Hal Canary · 7 years ago
  72. d23d8d1 remove guarded old malloc code by Mike Reed · 7 years ago
  73. 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
  74. fa3783f Remove public version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  75. 88d99df [Viewer] Preserve gesture transformation matrix on slide/backend change by Brian Salomon · 7 years ago
  76. 8fb3725 Privatize separate src/dst version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  77. 7397d7a Add SkAndroidCodec::MakeFromCodec by Leon Scroggins III · 7 years ago
  78. 7edde23 don't include SkMalloc.h from SkTypes.h by Mike Reed · 7 years ago
  79. 9fc5362 check for irect with overflow width/height by Mike Reed · 7 years ago
  80. c5166a9 Revert "Revert "remove legacy support for old old picture versions"" by Mike Reed · 7 years ago
  81. d1c65d6 remove unneeded readbuffer flags by Mike Reed · 7 years ago
  82. 2823f9f refresh public includes by Cary Clark · 7 years ago
  83. 6f11511 Revert "remove legacy support for old old picture versions" by Mike Reed · 7 years ago
  84. f3504d4 remove legacy support for old old picture versions by Mike Reed · 7 years ago
  85. 7557bbb Revert "remove approxbytes api from SkPicture" by Mike Reed · 7 years ago
  86. bfc1185 remove approxbytes api from SkPicture by Mike Reed · 7 years ago
  87. e4efc86 remove unused header by Mike Reed · 7 years ago
  88. bdc453d remove dead code behind SK_SUPPORT_LEGACY_SERIALPROCS_REF by Mike Reed · 7 years ago
  89. e9edf8c Remove more functionality from SkColorSpace_Base by Brian Osman · 7 years ago
  90. f059e7c fix bookmaker return value by Cary Clark · 7 years ago
  91. 47fdf6c add serialprocs to MultiDocument, hide redundant methods by Mike Reed · 7 years ago
  92. e3edf92 remove unused typedef by Mike Reed · 7 years ago
  93. b60c5eb remove unused willPlayBackBitmaps from picture and SkPictureAnalyzer by Mike Reed · 7 years ago
  94. e7a5832 make InternalOnly_ functions actually private by Mike Reed · 7 years ago
  95. 45e5773 remove unused setter by Mike Reed · 7 years ago
  96. b508696 Add matrix stack to SkAtlasTextTarget. by Brian Salomon · 7 years ago
  97. acd59ef move SkWriteBuffer.h to src by Mike Reed · 7 years ago
  98. f6eb1f9 simple version of serialization for SkTextBlob by Mike Reed · 7 years ago
  99. 0a241ce Don't canonicalize empty SkRRects. They stroke differently. by Brian Salomon · 7 years ago
  100. 92a2cfb macro to handle type-casting for SkFlattenable::Deserialize by Mike Reed · 7 years ago