1. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
  2. 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
  3. 519f967 Add sk_calloc. Remove SkMemory_stdlib, which seems unused. by mtklein@google.com · 11 years ago
  4. 1f584ed Update Android's FontHost to return NULL if familyName does not match by djsollen@google.com · 11 years ago
  5. 35349d8 Revert r11342 (Add infrastructure for testing the debugger code) due to build breakages by robertphillips@google.com · 11 years ago
  6. 15ec2ea Add infrastructure for testing the debugger code. by commit-bot@chromium.org · 11 years ago
  7. 636d87a update devicelooper to skip internal tiles that are empty, and unittests by reed@google.com · 11 years ago
  8. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  9. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
  10. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  11. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  12. 1c0ade7 Reverted r10654 (Fix crash when querying a runtime config that is defined in environment) due to compilation failure on Chromium win_layout bot by robertphillips@google.com · 11 years ago
  13. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  14. c28f555 This attempts to replicate some bad cache behavior Mozilla reported. by commit-bot@chromium.org · 11 years ago
  15. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  16. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  17. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  18. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
  19. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
  20. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  21. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  22. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  23. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  24. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  25. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  26. ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 11 years ago
  27. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 11 years ago
  28. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 11 years ago
  29. 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 11 years ago
  30. 45a75fb path ops : make it real by caryclark@google.com · 11 years ago
  31. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 11 years ago
  32. f685a22 enable path ops in unit tests by caryclark@google.com · 11 years ago
  33. b98e5d0 disabling path ops by caryclark@google.com · 11 years ago
  34. 0dc98b2 Enable path ops by caryclark@google.com · 11 years ago
  35. d2b1d90 revert path ops unit test until errors are fixed by caryclark@google.com · 11 years ago
  36. 7abfa49 turn on pathops unit test by caryclark@google.com · 11 years ago
  37. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 11 years ago
  38. 83165a5 add fontmgr tests, and optional --verboseFontMgr flag (or -vfm) for more output by reed@google.com · 11 years ago
  39. ba59d64 use commandlineflags for tests/ by commit-bot@chromium.org · 11 years ago
  40. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 11 years ago
  41. 75e3ca1 Error checking / reporting API by humper@google.com · 11 years ago
  42. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 11 years ago
  43. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 11 years ago
  44. 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 11 years ago
  45. 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 11 years ago
  46. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  47. 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 11 years ago
  48. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  49. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 11 years ago
  50. 5a90ada Add Random unit tests. by jvanverth@google.com · 11 years ago
  51. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 11 years ago
  52. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 11 years ago
  53. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 11 years ago
  54. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  55. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  56. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  57. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  58. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  59. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
  60. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  61. 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
  62. adc58e4 Unit testing for SkTileGrid Review URL: https://codereview.appspot.com/6827053 by junov@chromium.org · 12 years ago
  63. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
  64. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  65. 3b57ded Added functor to GrTHashCache to allow discovery of un-reffed resources by robertphillips@google.com · 12 years ago
  66. d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago
  67. 1f45e93 Add R-Tree data structure. Review URL: https://codereview.appspot.com/6489055 by rileya@google.com · 12 years ago
  68. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
  69. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  70. 5bdef29 GrContextFactory can now expose the GLContext it is using. by keyar@chromium.org · 12 years ago
  71. 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 12 years ago
  72. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  73. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  74. 50ccb0a Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
  75. 96cbd2c Revert "Add a method to atomic add." by scroggo@google.com · 12 years ago
  76. e3f84f3 Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
  77. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  78. d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  79. 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
  80. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago
  81. 30140a4 Enable typeface from stream test for Mac. by bungeman@google.com · 12 years ago
  82. 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 12 years ago
  83. a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 12 years ago
  84. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago
  85. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 12 years ago
  86. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  87. 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 12 years ago
  88. 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 12 years ago
  89. 6995068 Initial version of R8 support by robertphillips@google.com · 12 years ago
  90. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  91. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  92. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  93. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  94. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  95. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  96. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 12 years ago
  97. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 12 years ago
  98. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 12 years ago
  99. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  100. c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago