1. 2028d7f add support for capped hairlines by caryclark · 9 years ago
  2. cefb459 Another undefined shift caught by -fsanitize=shift. by mtklein · 9 years ago
  3. 8bf5d17 Another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  4. dc877a7 Remove no-op code in SkAlphaRuns::add by scroggo · 9 years ago
  5. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  6. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  7. b260d13 SkBitmap::getColor repsects swizzle by halcanary · 9 years ago
  8. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  9. 02046c5 fix a couple flaky nonnull attribute ubsan warnings by mtklein · 9 years ago
  10. 3e2f562 Cap filtering to kMedium_SkFilterQuality when downsampling by fmalita · 9 years ago
  11. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  12. 1cf6f9b Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling) by bsalomon · 9 years ago
  13. 57eecc1 Zero length lines may have caps, but do not need joins. by caryclark · 9 years ago
  14. c41e7e1 Minor code cleanups in SkCanvas. by senorblanco · 9 years ago
  15. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  16. d4c24f6 Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegen by herb · 9 years ago
  17. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  18. d5c4265 Fix up signed-integer-overflow warnings by tomhudson · 9 years ago
  19. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  20. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  21. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  22. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  23. 5123eb7 use RawIter in hairpath (simplifies) by reed · 9 years ago
  24. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  25. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  26. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  27. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  28. 2e8fec7 Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview.chromium.org/1403573002/ ) by herb · 9 years ago
  29. 001e744 Replace D1G with a simpler implementation. by herb · 9 years ago
  30. aa0df4e Add an SkPath conic conversion utility. by fmalita · 9 years ago
  31. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  32. b775e91 add more conservative check for wayward divide by caryclark · 9 years ago
  33. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  34. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  35. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  36. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  37. 39f0538 Add sniff for rect, oval & rrect to SkCanvas::clipPath by robertphillips · 9 years ago
  38. b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
  39. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  40. 0955303 scaling API on SkPixmap by reed · 9 years ago
  41. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  42. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  43. 125f19a Avoid devolving to a path when conservative clipping with RRects by robertphillips · 9 years ago
  44. c64eff5 Revert[2] of "quick-accept clipRect calls" by reed · 9 years ago
  45. ac8cabd Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of https://codereview.chromium.org/1458913005/ ) by bsalomon · 9 years ago
  46. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  47. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  48. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  49. 4c11b3f Move glyph choosing to the find and place glyph code. by herb · 9 years ago
  50. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  51. 90ba095 option to quick-accept clipRect calls by reed · 9 years ago
  52. 42b73eb enable conservative raster clipping by reed · 9 years ago
  53. 897c993 Pack and align SkStrokeRec to 4-byte boundary. by jvanverth · 9 years ago
  54. 211df38 Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chromium.org/1455163004/ ) by stephana · 9 years ago
  55. da707bf add SkPath::isRRect by caryclark · 9 years ago
  56. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  57. f38b0d8 add SkRecordOptimize2 and an experimental API for more aggressive opts by reed · 9 years ago
  58. 6c7b104 Fix UB in SkDivBits by mtklein · 9 years ago
  59. 24e7db8 Modernize SkRecordPattern.h by mtklein · 9 years ago
  60. c3c6194 Add SkRecord::defrag(). by mtklein · 9 years ago
  61. a7c41c5 Make SkTLList prealloc its first block of nodes by bsalomon · 9 years ago
  62. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  63. 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
  64. c8e8fc6 Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) by mtklein · 9 years ago
  65. 58afee8 Fix GOOGLE3 Android build. by benjaminwagner · 9 years ago
  66. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  67. e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
  68. 5520ded Fix buffer overrun, bit overrun and add a test. by herb · 9 years ago
  69. 988addd Fix UB in SkDivBits by mtklein · 9 years ago
  70. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  71. cbf4fba div255(x) as ((x+128)*257)>>16 with SSE by mtklein · 9 years ago
  72. 3622d41 fix ninepatch iter from generating invalid rects by joshualitt · 9 years ago
  73. 32d6b87 SkTextBlob should store per-run text alignment by fmalita · 9 years ago
  74. c08d53e Parametric SkPath oval/rect/rrect starting point by fmalita · 9 years ago
  75. aa6f739 Respect SkPictureRecorder::kPlaybackDrawPicture_RecordFlag for SkDrawables by djsollen · 9 years ago
  76. ee9fe1e De-spam SkOpts.cpp by mtklein · 9 years ago
  77. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  78. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  79. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  80. 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  81. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  82. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  83. 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  84. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  85. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  86. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  87. 386127f Increment text pointer when the width is zero in the subpixel with center and right alignment. by herb · 9 years ago
  88. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  89. 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
  90. 9be5ff6 Replace glyph find and position with common code for the gpu bitmap case. by herb · 9 years ago
  91. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  92. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  93. e5911c9 Extract glyph find and position code in preparation to use it in XPS and GPU code. by herb · 9 years ago
  94. a267904 Fix compile error mac 10.8. by herb · 9 years ago
  95. f553e4e Extract the glyph picking and placing code. by herb · 9 years ago
  96. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  97. 9535492 sse 4.2 detection by mtklein · 9 years ago
  98. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  99. 844a0b4 avx and avx2 detection by mtklein · 9 years ago
  100. e8e17cf SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago