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