1. afdada2 Moved SkPictureContentInfo into its own file. It now tracks the number of skia by hendrikw · 10 years ago
  2. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  3. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  4. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  5. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  6. 0aeea6d Revert of add isRect() check to AAClip, to detect if a soft-clip is really just an irect (https://codereview.chromium.org/445233006/) by reed · 10 years ago
  7. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  8. bb204f4 Clamp SkPictureShader's tile size. by fmalita · 10 years ago
  9. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  10. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  11. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  12. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  13. 3ffade6 fix concat order for local matrices by reed · 10 years ago
  14. 3ba15ae SkPicture: try to no-op away clone(). by mtklein · 10 years ago
  15. 53f0959 Allow custom blitters to be passed to SkDraw::drawPath by krajcevski · 10 years ago
  16. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  17. ad82ed6 Force linking as C++ library. by mtklein · 10 years ago
  18. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  19. e86af37 fix missing return in error case for bitmap scaler by humper · 10 years ago
  20. efea5a7 Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code. by Florin Malita · 10 years ago
  21. 21769c5 Update NEON compiler defines to use SK_ prefix by djsollen · 10 years ago
  22. 3f22e8c Fix end-of-pattern matching for Skia recording optimization. by dneto · 10 years ago
  23. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  24. fdd7d2b Pass clip blitter rows preserved request by krajcevski · 10 years ago
  25. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  26. 50d7154 Added classes SkPatch and SkPatchMesh which help encapsulate and generalize this new primitive. The functionality and responsability of each class is better explained in the comments of the files. by dandov · 10 years ago
  27. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 10 years ago
  28. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  29. 2648983 Added count validation in SkImageFilter::Common::unflatten() by sugoi · 10 years ago
  30. 7a037f4 Move GrTMultiMap to src/core and rename it by robertphillips · 10 years ago
  31. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  32. 75f8851 Let blitters be notified when they're done being used by krajcevski · 10 years ago
  33. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  34. 1bd6f7d Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API. by dominikg · 10 years ago
  35. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  36. b959ec7 factor out flattening/unflattening of common fields from SkImageFilter by reed · 10 years ago
  37. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  38. 2ec93fc Buffer four scanlines prior to blitting. We will eventually use this by krajcevski · 10 years ago
  39. c7af812 Revert of Reopened: Caching the result of readPixelsSupported (https://codereview.chromium.org/364193004/) by bungeman · 10 years ago
  40. 0847059 Remove kImageIsImmutable_Flag. by scroggo · 10 years ago
  41. 8339371 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  42. f59eab2 patch from issue 383923002 by reed · 10 years ago
  43. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  44. 3b72f79 remove unused SkPixelRef constructor by reed · 10 years ago
  45. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  46. e322482 Move SkPDFStream back to SkStream to save memory. by halcanary · 10 years ago
  47. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  48. e846499 Make SkPictureShader and SkPictureImageFilter use const SkPictures by robertphillips · 10 years ago
  49. 7e4b2b5 Remove unused kImageIsOpaque_Flag. by scroggo · 10 years ago
  50. 6336f7c MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMask by djordje.pesut · 10 years ago
  51. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  52. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  53. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  54. 00adc75 don't draw unpremul alpha (yet) by reed · 10 years ago
  55. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 10 years ago
  56. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  57. 1b0aa00 No need to cache local matrix in picture shader. by scroggo · 10 years ago
  58. 936b734 ios fixes by caryclark · 10 years ago
  59. ef0fd61 Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
  60. c870d49 Use SkShader's localMat for SkLocalMatrixShader. by scroggo · 10 years ago
  61. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  62. 6ca0b6a Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  63. 19fcc74 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  64. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  65. ffc75ef Revert of Add alternate SkPicture::clone (https://codereview.chromium.org/381193002/) by robertphillips · 10 years ago
  66. bbf9f6d Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by reed · 10 years ago
  67. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  68. e372e78 Add alternate SkPicture::clone by robertphillips · 10 years ago
  69. 53d4359 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  70. 654a9c2 Use a consume load in SkLazyPtr. by mtklein · 10 years ago
  71. e507373 Re-add friend Chrome requires by robertphillips · 10 years ago
  72. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  73. c26d991 Split SkPictureReplacementPlayback out of SkPicturePlayback by robertphillips · 10 years ago
  74. 67a3271 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  75. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  76. ec66e62 Refactor SkPicturePlayback for SkPictureReplacementPlayback by robertphillips · 10 years ago
  77. 2e09d18 Add bounds checks to SkTDynamicHash by mtklein · 10 years ago
  78. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  79. bd7746d Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  80. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  81. 0b544ae Add SkRacy by mtklein · 10 years ago
  82. d3f3e58 Revert of Add SkRacy (https://codereview.chromium.org/371363004/) by mtklein · 10 years ago
  83. 92432c7 Fixed up SkTimedPicturePlayback by robertphillips · 10 years ago
  84. d5e3e6a Add SkRacy by mtklein · 10 years ago
  85. 65b6fa1 Use stack allocation for Android data in SkScalerContext::MakeRec(). by jvanverth · 10 years ago
  86. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  87. ca95c19 Adding validation before using an SkImageInfo object read from an SkReadBuffer. by sugoi · 10 years ago
  88. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  89. 1ad00e4 Split SkPictureRangePlayback out of SkPicturePlayback by robertphillips · 10 years ago
  90. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  91. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  92. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  93. 3afef1f Clean up a bit after SkPictureData/SkPicturePlayback split by robertphillips · 10 years ago
  94. eeb1f15 Turn on threaded DMQuiltTask drawing for old-format SkPictures too. by mtklein · 10 years ago
  95. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  96. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  97. 060c41a remove unneeded flags (have been purged from chrome and android) by reed · 10 years ago
  98. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  99. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  100. 75e9e63 don't look at SK_SCALAR_IS_FLOAT -- it is true, but no longer defined by reed · 10 years ago