1. fac4e0e Fallback to moveTo when unable to find the first tangent in cubicTo by piotaixr · 10 years ago
  2. 99ae881 remove (unused) scale parameter from measureText by reed · 10 years ago
  3. 1790e25 SkAutoTDelete::operator T*() by halcanary · 10 years ago
  4. 680fb9e retool image cache to be generic cache, allowing the client to subclass "Rec", so they can provide a custom Key and arbitrary Value. by reed · 10 years ago
  5. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  6. 1150a6d Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  7. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  8. 38cb688 Revert of Fix recursive computation of filter bounds for drop shadow, (patchset #1 of https://codereview.chromium.org/481273005/) by djsollen · 10 years ago
  9. 28648fe Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  10. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  11. d910f54 Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecordDraw by mtklein · 10 years ago
  12. 51bf957 Add some text blob bounds unit tests. by fmalita · 10 years ago
  13. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  14. c6765d6 Add some SkTextBlob builder tests. by fmalita · 10 years ago
  15. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  16. 0461713 expose generalized imagecache key by reed · 10 years ago
  17. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  18. 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
  19. a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
  20. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  21. b888136 fix Image::isOpaque test to not leak by reed · 10 years ago
  22. 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
  23. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  24. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago
  25. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  26. 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
  27. 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
  28. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  29. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  30. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  31. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  32. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  33. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  34. 6f294af Refactor GrLayerCache for new API by robertphillips · 10 years ago
  35. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  36. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  37. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  38. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  39. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  40. 2512372 fix win compiler div/zero by halcanary · 10 years ago
  41. fbd3576 Flate Test tests if compression works by halcanary · 10 years ago
  42. 2ed49a4 Mark fallback fonts in new Android font config parser by tomhudson · 10 years ago
  43. bc677c8 Fix Flate Test, also cleanup by halcanary · 10 years ago
  44. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  45. 35fbd01 Migrate SkRTConfRegistry test to DEF_TEST(). by tfarina · 10 years ago
  46. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  47. 5e27e0e fix pathops skp-derived bugs; add more failing tests by caryclark · 10 years ago
  48. 80a83ad relax quadratic binary search test by caryclark · 10 years ago
  49. d3ddea2 Parses sample code provided by Android project. Attempts to keep FontFamily data structures produced consistent with expectations of previous versions of Skia. by tomhudson · 10 years ago
  50. 534cc4c De-parameterize SkNextDatumFunction. by mtklein · 10 years ago
  51. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  52. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  53. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  54. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  55. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  56. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  57. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  58. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  59. 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
  60. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  61. 8aed3c1 Don't fail unit test if resources not found on device. by tomhudson · 10 years ago
  62. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  63. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  64. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  65. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  66. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  67. 0754475 Parses sample code provided by Android project. Attempts to keep FontFamily data structures produced consistent with expectations of previous versions of Skia. by tomhudson · 10 years ago
  68. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  69. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  70. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  71. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  72. a0cc833 add a libjpeg test by halcanary · 10 years ago
  73. 4ad76e3 Add initial pipeline for decompressors by krajcevski · 10 years ago
  74. 0c42332 Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering by robertphillips · 10 years ago
  75. 1b51d26 Revert of Add initial pipeline for decompressors (https://codereview.chromium.org/432503002/) by mtklein · 10 years ago
  76. 14a1df0 Add initial pipeline for decompressors by krajcevski · 10 years ago
  77. 3f22e8c Fix end-of-pattern matching for Skia recording optimization. by dneto · 10 years ago
  78. 3d822c2 Intersect SkPictureImageFilter bounds against clip bounds. by senorblanco · 10 years ago
  79. e83909f Add some debugging to PremulAlphaRoundTrip test. by mtklein · 10 years ago
  80. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  81. 6d88e6c Fix way-over-allocation in pipe. by mtklein · 10 years ago
  82. b5294e8 Bring LATC in line with other formats (i.e. write a blitter and by krajcevski · 10 years ago
  83. 09dde64 Now always use Atlas for layer cache by robertphillips · 10 years ago
  84. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  85. 320c923 Add plot-based purging to GrLayerCache by robertphillips · 10 years ago
  86. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  87. 186e699 disable new test on windows by halcanary · 10 years ago
  88. b1ab5fd If decoder doesn't ouput indexed color, don't check colortable by halcanary · 10 years ago
  89. 7f8aad8 SkDiscardablePixelRef returns correct indexed color on relock. by halcanary · 10 years ago
  90. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  91. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  92. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  93. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  94. 2451937 Run CanvasState test across a library boundary. by scroggo · 10 years ago
  95. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  96. 17f0b6d share dm and command flags by caryclark · 10 years ago
  97. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  98. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  99. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  100. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago