1. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  2. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  3. 5123eb7 use RawIter in hairpath (simplifies) by reed · 9 years ago
  4. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  5. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  6. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  7. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  8. 2e8fec7 Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview.chromium.org/1403573002/ ) by herb · 9 years ago
  9. 001e744 Replace D1G with a simpler implementation. by herb · 9 years ago
  10. aa0df4e Add an SkPath conic conversion utility. by fmalita · 9 years ago
  11. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  12. b775e91 add more conservative check for wayward divide by caryclark · 9 years ago
  13. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  14. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  15. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  16. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  17. 39f0538 Add sniff for rect, oval & rrect to SkCanvas::clipPath by robertphillips · 9 years ago
  18. b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
  19. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  20. 0955303 scaling API on SkPixmap by reed · 9 years ago
  21. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  22. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  23. 125f19a Avoid devolving to a path when conservative clipping with RRects by robertphillips · 9 years ago
  24. c64eff5 Revert[2] of "quick-accept clipRect calls" by reed · 9 years ago
  25. ac8cabd Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of https://codereview.chromium.org/1458913005/ ) by bsalomon · 9 years ago
  26. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  27. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  28. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  29. 4c11b3f Move glyph choosing to the find and place glyph code. by herb · 9 years ago
  30. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  31. 90ba095 option to quick-accept clipRect calls by reed · 9 years ago
  32. 42b73eb enable conservative raster clipping by reed · 9 years ago
  33. 897c993 Pack and align SkStrokeRec to 4-byte boundary. by jvanverth · 9 years ago
  34. 211df38 Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chromium.org/1455163004/ ) by stephana · 9 years ago
  35. da707bf add SkPath::isRRect by caryclark · 9 years ago
  36. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  37. f38b0d8 add SkRecordOptimize2 and an experimental API for more aggressive opts by reed · 9 years ago
  38. 6c7b104 Fix UB in SkDivBits by mtklein · 9 years ago
  39. 24e7db8 Modernize SkRecordPattern.h by mtklein · 9 years ago
  40. c3c6194 Add SkRecord::defrag(). by mtklein · 9 years ago
  41. a7c41c5 Make SkTLList prealloc its first block of nodes by bsalomon · 9 years ago
  42. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  43. 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
  44. c8e8fc6 Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) by mtklein · 9 years ago
  45. 58afee8 Fix GOOGLE3 Android build. by benjaminwagner · 9 years ago
  46. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  47. e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
  48. 5520ded Fix buffer overrun, bit overrun and add a test. by herb · 9 years ago
  49. 988addd Fix UB in SkDivBits by mtklein · 9 years ago
  50. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  51. cbf4fba div255(x) as ((x+128)*257)>>16 with SSE by mtklein · 9 years ago
  52. 3622d41 fix ninepatch iter from generating invalid rects by joshualitt · 9 years ago
  53. 32d6b87 SkTextBlob should store per-run text alignment by fmalita · 9 years ago
  54. c08d53e Parametric SkPath oval/rect/rrect starting point by fmalita · 9 years ago
  55. aa6f739 Respect SkPictureRecorder::kPlaybackDrawPicture_RecordFlag for SkDrawables by djsollen · 9 years ago
  56. ee9fe1e De-spam SkOpts.cpp by mtklein · 9 years ago
  57. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  58. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  59. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  60. 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
  61. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  62. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  63. 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
  64. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  65. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  66. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  67. 386127f Increment text pointer when the width is zero in the subpixel with center and right alignment. by herb · 9 years ago
  68. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  69. 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
  70. 9be5ff6 Replace glyph find and position with common code for the gpu bitmap case. by herb · 9 years ago
  71. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  72. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  73. e5911c9 Extract glyph find and position code in preparation to use it in XPS and GPU code. by herb · 9 years ago
  74. a267904 Fix compile error mac 10.8. by herb · 9 years ago
  75. f553e4e Extract the glyph picking and placing code. by herb · 9 years ago
  76. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  77. 9535492 sse 4.2 detection by mtklein · 9 years ago
  78. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  79. 844a0b4 avx and avx2 detection by mtklein · 9 years ago
  80. e8e17cf SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
  81. 1358051 Revert of SkPx: new approach to fixed-point SIMD (patchset #12 id:220001 of https://codereview.chromium.org/1317233005/ ) by mtklein · 9 years ago
  82. a7627dc SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
  83. cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
  84. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  85. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  86. cd49541 For non-opaque SkBitmapDevices, replace malloc-then-zero with calloc. by mtklein · 9 years ago
  87. 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
  88. 81919d3 SkRecord: text blobs by mtklein · 9 years ago
  89. 7f97a76 Avoid hang in OncePtr test with --threads 1 by kkinnunen · 9 years ago
  90. 444d91f SkRemote: saveLayer by mtklein · 9 years ago
  91. 479f54d SkRemote: some images, many TODOs by mtklein · 9 years ago
  92. 7600183 SkScan_Antihair: assert in debug and potentialy lost last pixels by aleksandar.stojiljkovic · 9 years ago
  93. 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  94. 8de01c6 Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #16 id:400001 of https://codereview.chromium.org/1415653003/ ) by senorblanco · 9 years ago
  95. 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  96. d1f7e35 SkRemote: all paint effects except typeface by mtklein · 9 years ago
  97. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  98. c2e2977 Dedup SkPaths by gen-ID when going to .skp by mtklein · 9 years ago
  99. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  100. 05527a6 Remove SK_SAVE_LAYER_BOUNDS_ARE_FILTERED #define. by senorblanco · 9 years ago