1. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  2. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  3. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  4. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  5. bec3634 Android: remove -lcutils dependency by mtklein · 10 years ago
  6. d665685 Generate tests/Android.mk from gyp by commit-bot@chromium.org · 10 years ago
  7. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  8. 7f428a9 Check in today's exhaustive blend experiments. by commit-bot@chromium.org · 10 years ago
  9. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 10 years ago
  10. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  11. 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 10 years ago
  12. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 10 years ago
  13. bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 10 years ago
  14. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 10 years ago
  15. ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 10 years ago
  16. 68f3a3e Reland "Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT()." by tfarina@chromium.org · 10 years ago
  17. 01260b2 Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (https://codereview.chromium.org/147713002/) by commit-bot@chromium.org · 10 years ago
  18. 0fba151 Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). by tfarina@chromium.org · 10 years ago
  19. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  20. 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
  21. 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
  22. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  23. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  24. 55ca824 Refactor FourByteInterps. Add 64-bit Fast version. Add tests. by commit-bot@chromium.org · 11 years ago
  25. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  26. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  27. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
  29. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  30. 7d8013f Changes to SkTDStackNester. by scroggo@google.com · 11 years ago
  31. 9901727 Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
  32. 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
  33. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  34. 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago
  35. 50a3043 We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. by commit-bot@chromium.org · 11 years ago
  36. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  37. 8c90827 add tests for SkDocument by commit-bot@chromium.org · 11 years ago
  38. a46128e Remove obsolete CityHash conditional. by commit-bot@chromium.org · 11 years ago
  39. 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@google.com · 11 years ago
  40. 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
  41. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
  42. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
  43. 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
  44. 519f967 Add sk_calloc. Remove SkMemory_stdlib, which seems unused. by mtklein@google.com · 11 years ago
  45. 1f584ed Update Android's FontHost to return NULL if familyName does not match by djsollen@google.com · 11 years ago
  46. 35349d8 Revert r11342 (Add infrastructure for testing the debugger code) due to build breakages by robertphillips@google.com · 11 years ago
  47. 15ec2ea Add infrastructure for testing the debugger code. by commit-bot@chromium.org · 11 years ago
  48. 636d87a update devicelooper to skip internal tiles that are empty, and unittests by reed@google.com · 11 years ago
  49. 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
  50. 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
  51. 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
  52. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  53. 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
  54. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  55. c28f555 This attempts to replicate some bad cache behavior Mozilla reported. by commit-bot@chromium.org · 11 years ago
  56. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  57. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  58. 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
  59. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
  60. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
  61. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  62. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  63. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  64. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  65. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  66. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  67. ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 11 years ago
  68. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 11 years ago
  69. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 11 years ago
  70. 8f83825 Add methods to SkLayerDrawLooper to allow adding layers on top by commit-bot@chromium.org · 11 years ago
  71. 45a75fb path ops : make it real by caryclark@google.com · 11 years ago
  72. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 11 years ago
  73. f685a22 enable path ops in unit tests by caryclark@google.com · 11 years ago
  74. b98e5d0 disabling path ops by caryclark@google.com · 11 years ago
  75. 0dc98b2 Enable path ops by caryclark@google.com · 11 years ago
  76. d2b1d90 revert path ops unit test until errors are fixed by caryclark@google.com · 11 years ago
  77. 7abfa49 turn on pathops unit test by caryclark@google.com · 11 years ago
  78. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 11 years ago
  79. 83165a5 add fontmgr tests, and optional --verboseFontMgr flag (or -vfm) for more output by reed@google.com · 11 years ago
  80. ba59d64 use commandlineflags for tests/ by commit-bot@chromium.org · 11 years ago
  81. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 11 years ago
  82. 75e3ca1 Error checking / reporting API by humper@google.com · 11 years ago
  83. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 11 years ago
  84. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 11 years ago
  85. 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 11 years ago
  86. 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 11 years ago
  87. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  88. 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
  89. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  90. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 11 years ago
  91. 5a90ada Add Random unit tests. by jvanverth@google.com · 11 years ago
  92. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 11 years ago
  93. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 11 years ago
  94. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 11 years ago
  95. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  96. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  97. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  98. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  99. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  100. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago