1. 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  2. a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. 7ac13b7 Reverting r10173 due to compile problems by robertphillips@google.com · 11 years ago
  4. 0abc976 Measurement tool for Bounding-Box-Hierarchies. by commit-bot@chromium.org · 11 years ago
  5. 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
  6. eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  7. b835652 Plumb in flag for reusing scratch textures by commit-bot@chromium.org · 11 years ago
  8. dc6c8ba add copyright notices by reed@google.com · 11 years ago
  9. 415c480 Update static SkMutex to remove static initializer on Linux. by bungeman@google.com · 11 years ago
  10. 9a47ed7 use { 0, 0, 0, 0 } to fix warning by reed@google.com · 11 years ago
  11. 7437bfb init prevLevel to avoid warning by reed@google.com · 11 years ago
  12. 8e2ef01 Remove assert which is failing. by scroggo@google.com · 11 years ago
  13. 6f67b3b Test decoding the bounds in skimage. by scroggo@google.com · 11 years ago
  14. 826d63a Add test to ensure buildTileIndex stores SkStream. by scroggo@google.com · 11 years ago
  15. c70a3aa Support decoding Gray to A8 in PNG. by scroggo@google.com · 11 years ago
  16. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago
  17. 12d0642 Initialize config. by scroggo@google.com · 11 years ago
  18. 1f6b995 A8 bitmaps from JPEG are not opaque. by scroggo@google.com · 11 years ago
  19. f698c82 Allow decoding JPEG into A8. by scroggo@google.com · 11 years ago
  20. 97e49e9 Hold on to image-filtered texture in SkGpuDevice by commit-bot@chromium.org · 11 years ago
  21. 25a11e4 Add bench to test float to fixed conversion by djsollen@google.com · 11 years ago
  22. 114cfbd Remove unimplemented Mutex() method from SkFontMgr.h. by bungeman@google.com · 11 years ago
  23. 627858b svndiff.py: add support for git checkouts by epoger@google.com · 11 years ago
  24. d6bcfa3 Fix for Ubuntu compiler complaint by robertphillips@google.com · 11 years ago
  25. 2277b54 Yet another build fix for r10148 by robertphillips@google.com · 11 years ago
  26. ae6b777 Fix build breakages due to r10148 by robertphillips@google.com · 11 years ago
  27. d6543e5 Improve null gpu's memory handling by robertphillips@google.com · 11 years ago
  28. 69feaca Fix Android bench bots for Xoom due to OOM errors. by djsollen@google.com · 11 years ago
  29. 41d2532 The rest of: Add purgeAsNeeded calls before addResource calls by robertphillips@google.com · 11 years ago
  30. 1622a6d Add purgeAsNeeded calls before addResource calls by robertphillips@google.com · 11 years ago
  31. c968315 add FilterLevel API to SkPaint, replacing various Flag bits by reed@google.com · 11 years ago
  32. 620edc5 pdfviewer: fix warning in release by edisonn@google.com · 11 years ago
  33. 016a30d Whitespace change to trigger builds. by rmistry@google.com · 11 years ago
  34. f7d01ce Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. 6a4ba5b [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
  36. 59e16e4 Fix leak of GrGLTexID when its owning GrGLTexture has been abandoned. by commit-bot@chromium.org · 11 years ago
  37. a524d5e Avoid lineTo() duplication in SkPath::dump(). by commit-bot@chromium.org · 11 years ago
  38. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  39. 5dd567c Add getRectCount to SkRegtion by commit-bot@chromium.org · 11 years ago
  40. a308883 Add bench for hairline paths. by egdaniel@google.com · 11 years ago
  41. d658568 make OpenCL optional for skpdiff by zachr@google.com · 11 years ago
  42. f8341f7 pdfviewer: fixes (indents) in input pdf spec by edisonn@google.com · 11 years ago
  43. eebe6f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. b248dd5 rebaseline.py: re-record already succeeding test results, just in case by epoger@google.com · 11 years ago
  45. 2aa5757 in experimental/ : roll back a few expected GM image checksums, for testing by epoger@google.com · 11 years ago
  46. 48bceed svndiff.py: fix --add-new for JSON-format expectations by epoger@google.com · 11 years ago
  47. 1836d33 Missed this is r9949 (Allow the resource cache to (indirectly) flush the InOrderDrawBuffer - https://codereview.chromium.org/18466005/) by commit-bot@chromium.org · 11 years ago
  48. 4b38301 rebaseline.py: fix --add-new for JSON files TBR=borenet by epoger@google.com · 11 years ago
  49. 1ddb8ab experimental/json-expectations: reformat to match output of rebaseline.py by epoger@google.com · 11 years ago
  50. 9506226 commit updated JSON expectations to experimental (based on gm-expectations at r10113) by epoger@google.com · 11 years ago
  51. 48b3bed experimental/json-expectations: mark all JSON files as plaintext, so diff tools work by epoger@google.com · 11 years ago
  52. 61822a2 svndiff.py: add ability to compare before-and-after JSON files, not just raw images by epoger@google.com · 11 years ago
  53. 50df631 NIT MASTER 9000 by commit-bot@chromium.org · 11 years ago
  54. 56799e2 Add the lazy decoder from PictureFlags to SkImageDecoder by commit-bot@chromium.org · 11 years ago
  55. b92f9fb More PathUtilsTest.cpp nits by commit-bot@chromium.org · 11 years ago
  56. ffcbdbf rebaseline.py: add --keep-going-on-failure option, off by default by epoger@google.com · 11 years ago
  57. 40f960e Fixed PathUtils nits. by commit-bot@chromium.org · 11 years ago
  58. 8d0a524 harden and speed up path op unit tests by caryclark@google.com · 11 years ago
  59. 92fe073 add table pregeneration script for pmetric by zachr@google.com · 11 years ago
  60. f2e7dbb Split TLS implementation into its own translation unit. by bungeman@google.com · 11 years ago
  61. 883fe7f Move implementation of SkFilterShader into its source file. by tfarina@chromium.org · 11 years ago
  62. a79d40e improve convolve speed of skpdiff using direct pointers by zachr@google.com · 11 years ago
  63. cd95e5f Widen range for flaky performance trigger baseline by robertphillips@google.com · 11 years ago
  64. 977409a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. e1a81d2 Export SkProxyCanvas and SkNWayCanvas for external use. by commit-bot@chromium.org · 11 years ago
  66. 0d4fe14 Const-ify SkDebugCanvas::getSize(). by commit-bot@chromium.org · 11 years ago
  67. 5ec2b1e call newOneOff instead of oneOff by caryclark@google.com · 11 years ago
  68. e05e75e Update SkGScalerContext to properly forward onCountGlyphs. by bungeman@google.com · 11 years ago
  69. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 11 years ago
  70. 78b38b1 pdfviewer: native inline images support by edisonn@google.com · 11 years ago
  71. b4a2855 Fix build error by robertphillips@google.com · 11 years ago
  72. 226d508 PathUtilsTest valgrind patch by robertphillips@google.com · 11 years ago
  73. c3dc12d Reduce verylargebitmap GM's memory footprint by robertphillips@google.com · 11 years ago
  74. cce4102 Added newlines at the end of SkGpuBlurUtils.* by robertphillips@google.com · 11 years ago
  75. 8dcea7d Fix compiler warning/error in r10079 by robertphillips@google.com · 11 years ago
  76. 736dd03 Move gaussianBlur functionality to src\effects by robertphillips@google.com · 11 years ago
  77. 3dd2784 add florin tests by caryclark@google.com · 11 years ago
  78. 791d0de fix linux point compare by caryclark@google.com · 11 years ago
  79. 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 11 years ago
  80. fc52e31 Disable bench_pictures GPU config on Nexus 10 by borenet@google.com · 11 years ago
  81. fa2aeee path ops near exact by caryclark@google.com · 11 years ago
  82. c2050e3 ARM Skia NEON patches - 01 - Simple fixes by commit-bot@chromium.org · 11 years ago
  83. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 11 years ago
  84. 12e0cda ARM Skia NEON patches - 03 - Duplicate code removal by commit-bot@chromium.org · 11 years ago
  85. e38e53b ARM Skia NEON patches - 07 - Equation simplification by commit-bot@chromium.org · 11 years ago
  86. afbb685 Flaky Ubuntu performance trigger rebaselines by robertphillips@google.com · 11 years ago
  87. b88ab93 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  89. 7e4d99a More valgrind suppressions by robertphillips@google.com · 11 years ago
  90. 7893aae Reverting 10063 due to Win7 crashes in RenderPDFs step by robertphillips@google.com · 11 years ago
  91. 000e13e [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 11 years ago
  92. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  93. 0408a34 More valgrind suppressions by robertphillips@google.com · 11 years ago
  94. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  95. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. f4db3a0 fix windows warning by humper@google.com · 11 years ago
  97. eaacb2c 64bitmac buildfix by humper@google.com · 11 years ago
  98. d64d8a9 Working plumb of image scaling: by humper@google.com · 11 years ago
  99. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  100. 400798a Fix valgrind suppressions file by robertphillips@google.com · 11 years ago