1. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  2. af28dc6 Make SkPMColorAssert a macro (all assert-like functions should be macros). by halcanary · 10 years ago
  3. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  4. 7b705bb Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  5. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  6. 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  7. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  8. 31c4772 Treat embedded bitmaps as a hinting method. by bungeman · 10 years ago
  9. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago
  10. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  11. 27dc17c Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702." by Mike Klein · 10 years ago
  12. 60c2a79 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  13. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  14. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  15. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  16. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  17. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  18. 5a246bb int SkPicture::approximateOpCount() by mtklein · 10 years ago
  19. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  20. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  21. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  22. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  23. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  24. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  25. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  26. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  27. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  28. 872e3dc Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/457253002/) by reed · 10 years ago
  29. 47f9bdc Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/456203002/) by reed · 10 years ago
  30. 2e69d29 remove (now unneeded) legacy onDrawPicture variant by reed · 10 years ago
  31. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  32. 3b1c3d2 add dummy onDrawPicture to allow migration for chrome overrides by reed · 10 years ago
  33. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  34. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  35. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  36. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  37. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  38. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  39. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  40. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  41. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  42. 53f0959 Allow custom blitters to be passed to SkDraw::drawPath by krajcevski · 10 years ago
  43. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  44. 43f9d3e Expose SkColorTable class by ch.dumez · 10 years ago
  45. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  46. c4ade57 Ensure that SkDebugf is exported from the library. by george · 10 years ago
  47. 3836dc8 Remove copile time enabling of SK_ARM_HAS_NEON. by Derek Sollenberger · 10 years ago
  48. 21769c5 Update NEON compiler defines to use SK_ prefix by djsollen · 10 years ago
  49. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  50. 4509517 Use if instead of ifdef SK_SUPPORT_GPU by kkinnunen · 10 years ago
  51. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  52. 4beef91 Revert of Remove relative path to GrColor.h in SkShader.h (https://codereview.chromium.org/422023005/) by bsalomon · 10 years ago
  53. 939f430 Remove relative path to GrColor.h in SkShader.h by bsalomon · 10 years ago
  54. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  55. 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
  56. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  57. 1c63bf6 Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)" by bsalomon · 10 years ago
  58. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  59. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  60. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  61. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  62. 733418f Remove SkRefPtr. by bungeman · 10 years ago
  63. b959ec7 factor out flattening/unflattening of common fields from SkImageFilter by reed · 10 years ago
  64. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  65. 0b4cc89 Disable assertion of fBoundsIsDirty. by Mike Klein · 10 years ago
  66. e7fd6db Remove yet-unused 64-bit atomic hooks. by Mike Klein · 10 years ago
  67. 0847059 Remove kImageIsImmutable_Flag. by scroggo · 10 years ago
  68. a179a1e SkAutoRef seems lonely. Might as well delete it. by mtklein · 10 years ago
  69. f59eab2 patch from issue 383923002 by reed · 10 years ago
  70. 3b72f79 remove unused SkPixelRef constructor by reed · 10 years ago
  71. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  72. 7e4b2b5 Remove unused kImageIsOpaque_Flag. by scroggo · 10 years ago
  73. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  74. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  75. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  76. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  77. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 10 years ago
  78. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  79. 936b734 ios fixes by caryclark · 10 years ago
  80. ef0fd61 Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX. by scroggo · 10 years ago
  81. c870d49 Use SkShader's localMat for SkLocalMatrixShader. by scroggo · 10 years ago
  82. 00a8fae Add support for 64bit atomic inc/dec/cas by bsalomon · 10 years ago
  83. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  84. ffc75ef Revert of Add alternate SkPicture::clone (https://codereview.chromium.org/381193002/) by robertphillips · 10 years ago
  85. bf0b9ce Add file access modes to sk_exists. by bungeman · 10 years ago
  86. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  87. e372e78 Add alternate SkPicture::clone by robertphillips · 10 years ago
  88. 42483d9 Split SkTRacy into SkTRacy and SkTRacyReffable. by mtklein · 10 years ago
  89. 497cda3 Split SkTRacy into SkTRacy and SkTRacyReffable. by mtklein · 10 years ago
  90. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  91. c26d991 Split SkPictureReplacementPlayback out of SkPicturePlayback by robertphillips · 10 years ago
  92. da03653 fix typo, had two RGBA instead of RGBA and BGRA by reed · 10 years ago
  93. db5f7bf Do not export SkTDArray when building Skia as a DLL by ehsan.akhgari · 10 years ago
  94. e53363f Cleanup: Remove SkUTF16_Str API. by tfarina · 10 years ago
  95. bd7746d Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  96. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  97. 0b544ae Add SkRacy by mtklein · 10 years ago
  98. d3f3e58 Revert of Add SkRacy (https://codereview.chromium.org/371363004/) by mtklein · 10 years ago
  99. 7b17547 Revert of Missing volatile in AnnotateBenignRaceSized declaration. (https://codereview.chromium.org/380473002/) by mtklein · 10 years ago
  100. f7a180b Missing volatile in AnnotateBenignRaceSized declaration. by Mike Klein · 10 years ago