1. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  2. 64527e9 Fix Win7 compiler warnings/errors in r9934 by robertphillips@google.com · 11 years ago
  3. d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 11 years ago
  4. fe433c1 When gather pixel refs was broken, REPORTER_ASSERT(data) realized that data was NULL, but subsequent lines dereferenced it anyway, and so segfaulted. by commit-bot@chromium.org · 11 years ago
  5. 468142b Allow ico decoder to decode PNG sub-images. by scroggo@google.com · 11 years ago
  6. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 11 years ago
  7. 4b60dbe move failable work outside of constructors for SkGlyphCache and SkScalerContextGDI. If we fail, try to purge everything and try again, in case the failure was from memory/os-resource exhaustion (e.g. out of HDC handles in windows) by reed@google.com · 11 years ago
  8. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  9. 387db0a add extra flag (currently unused) for high quality downsampling by humper@google.com · 11 years ago
  10. cb6d97c Revert of r9902 (Consider conical shader opaque if it covers by robertphillips@google.com · 11 years ago
  11. 592dee9 Remove unused private fields from PathUtilsBench. by tfarina@chromium.org · 11 years ago
  12. 5d367c4 More valgrind suppressions by robertphillips@google.com · 11 years ago
  13. 5f63fdf Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  14. a4aced4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  15. d8d976e Added SkPDFStream::setData(SkData*) in preparation for move from SkStream to SkData by commit-bot@chromium.org · 11 years ago
  16. a7df698 Add expectations files covering new image files. by scroggo@google.com · 11 years ago
  17. c6e5fcb Debugging statements to investigate a bug. by scroggo@google.com · 11 years ago
  18. ba7ef37 rebaseline.py: look in gm-expected directory to see whether it's using git or svn by epoger@google.com · 11 years ago
  19. e33e137 GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platforms by epoger@google.com · 11 years ago
  20. 056dab3 Revert "Temporary change to keep chrome happy." by scroggo@google.com · 11 years ago
  21. a783f2b rebaseline.py: if expectations dir contains JSON format results, update those instead of image files by epoger@google.com · 11 years ago
  22. d7a1eea More valgrind suppressions by robertphillips@google.com · 11 years ago
  23. 07e97fc path ops work in progress by caryclark@google.com · 11 years ago
  24. a95959c add JSONP option to output of skpdiff by zachr@google.com · 11 years ago
  25. 293f019 Fix header guard typos. by tfarina@chromium.org · 11 years ago
  26. 561b713 Performance trigger rebaselines for r9888 (Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter - https://codereview.chromium.org/18110012/) by robertphillips@google.com · 11 years ago
  27. 9839320 Removing highp variables from perlin noise shader by commit-bot@chromium.org · 11 years ago
  28. 5e6c355 Consider conical shader opaque if it covers entire plane. by commit-bot@chromium.org · 11 years ago
  29. e7db8d6 Fix for DEPS roll failure (a patch to r9898) by robertphillips@google.com · 11 years ago
  30. 1842adf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 3cc820c Fix for r9888 bug by robertphillips@google.com · 11 years ago
  32. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  33. 34b73a2 rebaseline.py self-tests: prepare to add tests of JSON-format rebaselining by epoger@google.com · 11 years ago
  34. 1d65e87 Delete empty test subdir by epoger@google.com · 11 years ago
  35. 0d19309 Enable ASAN build by borenet@google.com · 11 years ago
  36. 0b82852 GPU-less build fix for r9888 by robertphillips@google.com · 11 years ago
  37. 9c4c3de valgrind suppressions for tests & gm by robertphillips@google.com · 11 years ago
  38. 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 11 years ago
  39. 6c035f6 Build fix for [-Werror=maybe-uninitialized]. by commit-bot@chromium.org · 11 years ago
  40. 2c82ed3 Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due to Chromium assert failure (https://code.google.com/p/chromium/issues/detail?id=256476) by robertphillips@google.com · 11 years ago
  41. e63c46c Make SK_OVERRIDE expand to OVERRIDE on iOS by commit-bot@chromium.org · 11 years ago
  42. 98a1967 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. c631b79 pdf viewer: remove const for int scalar types by edisonn@google.com · 11 years ago
  44. 2e498f1 remove now all the files fro depot for PDF API since we generate them at build time by edisonn@google.com · 11 years ago
  45. 3aac1f9 isolate podofo to prepare for native parser, autogenerate PDF API during build by edisonn@google.com · 11 years ago
  46. 53953b4 Create jsondiff tool to capture diffs between two JSON expectations files. by epoger@google.com · 11 years ago
  47. 2d903ae make sure we pass legal utf8 by reed@google.com · 11 years ago
  48. 929c98d speculative fix for signed-unsinged compare warning by reed@google.com · 11 years ago
  49. 945708a add diff recording and output code by zachr@google.com · 11 years ago
  50. 8575b4d Fix rebaseline.py self-test to account for r9859 by epoger@google.com · 11 years ago
  51. 738e02c Update tests valgrind suppressions by commit-bot@chromium.org · 11 years ago
  52. 76e0d13 Commented SSE blend functions and cleaned-up variable naming. by commit-bot@chromium.org · 11 years ago
  53. b4162b1 impl charsToGlyphs for freetype by reed@google.com · 11 years ago
  54. 2311297 test null-glyphs param case by reed@google.com · 11 years ago
  55. d1b5b14 Fix for Ovals/RRects on N4 missing interior rectangles. by jvanverth@google.com · 11 years ago
  56. a3e500c use else instead of else-if -- fixes 'possibly unused' warning by reed@google.com · 11 years ago
  57. c3eb56d use if (false) instead of #ifdef to avoid unused code warning by reed@google.com · 11 years ago
  58. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 11 years ago
  59. 63e9627 Add N4 to rebaseline.py by robertphillips@google.com · 11 years ago
  60. 53fa5fd Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  61. 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. d3976a1 Fix for Win7 bench compiler error/warning by robertphillips@google.com · 11 years ago
  63. f884650 Yet another fix for Win7 compiler errors/warnings by robertphillips@google.com · 11 years ago
  64. 95faedb Yet another attempt to fix Win7 warnings/errors by robertphillips@google.com · 11 years ago
  65. 7d5758d Fixed Win7 compiler warning/error by robertphillips@google.com · 11 years ago
  66. 6b42312 Merge remote-tracking branch 'refs/remotes/git-svn' by dierk@google.com · 11 years ago
  67. a950551 Fixed non-constant array size in test. by dierk@google.com · 11 years ago
  68. 19b8438 Merge remote-tracking branch 'refs/remotes/git-svn' by dierk@google.com · 11 years ago
  69. 6bee4ec Fixed PathUtils.cpp:90 by dierk@google.com · 11 years ago
  70. 74887b6 Fixed the bugs that crashed the build bots by dierk@google.com · 11 years ago
  71. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  72. c6081ab fix copy in SkTDArray by zachr@google.com · 11 years ago
  73. e8f3471 Add a newline to the error message from JPEG. by scroggo@google.com · 11 years ago
  74. 2ff6d1d Separate showing and hiding the debugger settings and inspector. by bungeman@google.com · 11 years ago
  75. 0b4d6b2 Basic error checking for debugger GL widget. by bungeman@google.com · 11 years ago
  76. 637d24c Whitespace change to trigger GCE compile bots. by rmistry@google.com · 11 years ago
  77. c111ce2 Partial revert of r9812 & put rest of r9812 behind a compile flag by robertphillips@google.com · 11 years ago
  78. 6c4c3a5 Fixes for nacl_debugger's use of picture. by scroggo@google.com · 11 years ago
  79. fa13a63 Expect razr to fail on some decoding tests. by scroggo@google.com · 11 years ago
  80. a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 5d41b36 refactor folders to make prepare for native pdf parser by edisonn@google.com · 11 years ago
  82. 1e34b34 Use CreateFromStream in nacl debugger. by scroggo@google.com · 11 years ago
  83. 0e0180a Temporary change to keep chrome happy. by scroggo@google.com · 11 years ago
  84. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  85. 925cdca Skip the TIMESTAMP file. by scroggo@google.com · 11 years ago
  86. 92833f9 use width() instead of fWidth to get int value by reed@google.com · 11 years ago
  87. 60d3235 add bitmap::eraseArea by reed@google.com · 11 years ago
  88. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  89. ab03e68 more work on pdf fonts, more to come by edisonn@google.com · 11 years ago
  90. 353f097 GPU "fix" for thin stroked rects by robertphillips@google.com · 11 years ago
  91. 5330e44 Print the file being deserialized before deserializing. by scroggo@google.com · 11 years ago
  92. 44fb1fa Make implicit cast explicit to fix r9807 on gcc. by bungeman@google.com · 11 years ago
  93. b20a1b5 Minimal changes for SampleApp to eb HiDPI aware on Mac. by bungeman@google.com · 11 years ago
  94. 572b54d add point of interest API by zachr@google.com · 11 years ago
  95. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
  96. 5eef11b fix OpenCL memory leak by zachr@google.com · 11 years ago
  97. c0a75a8 add yee's perceptual metric by zachr@google.com · 11 years ago
  98. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  99. 6bf1941 Clang has stricter checking for conversion to a null pointer. In C++11 mode, false will produce an error if it is used in a place that expects a pointer. Change these cases to NULL. by commit-bot@chromium.org · 11 years ago
  100. c9f6a1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago