1. 2d903ae make sure we pass legal utf8 by reed@google.com · 11 years ago
  2. 929c98d speculative fix for signed-unsinged compare warning by reed@google.com · 11 years ago
  3. 945708a add diff recording and output code by zachr@google.com · 11 years ago
  4. 8575b4d Fix rebaseline.py self-test to account for r9859 by epoger@google.com · 11 years ago
  5. 738e02c Update tests valgrind suppressions by commit-bot@chromium.org · 11 years ago
  6. 76e0d13 Commented SSE blend functions and cleaned-up variable naming. by commit-bot@chromium.org · 11 years ago
  7. b4162b1 impl charsToGlyphs for freetype by reed@google.com · 11 years ago
  8. 2311297 test null-glyphs param case by reed@google.com · 11 years ago
  9. d1b5b14 Fix for Ovals/RRects on N4 missing interior rectangles. by jvanverth@google.com · 11 years ago
  10. a3e500c use else instead of else-if -- fixes 'possibly unused' warning by reed@google.com · 11 years ago
  11. c3eb56d use if (false) instead of #ifdef to avoid unused code warning by reed@google.com · 11 years ago
  12. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 11 years ago
  13. 63e9627 Add N4 to rebaseline.py by robertphillips@google.com · 11 years ago
  14. 53fa5fd Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  15. 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. d3976a1 Fix for Win7 bench compiler error/warning by robertphillips@google.com · 11 years ago
  17. f884650 Yet another fix for Win7 compiler errors/warnings by robertphillips@google.com · 11 years ago
  18. 95faedb Yet another attempt to fix Win7 warnings/errors by robertphillips@google.com · 11 years ago
  19. 7d5758d Fixed Win7 compiler warning/error by robertphillips@google.com · 11 years ago
  20. 6b42312 Merge remote-tracking branch 'refs/remotes/git-svn' by dierk@google.com · 11 years ago
  21. a950551 Fixed non-constant array size in test. by dierk@google.com · 11 years ago
  22. 19b8438 Merge remote-tracking branch 'refs/remotes/git-svn' by dierk@google.com · 11 years ago
  23. 6bee4ec Fixed PathUtils.cpp:90 by dierk@google.com · 11 years ago
  24. 74887b6 Fixed the bugs that crashed the build bots by dierk@google.com · 11 years ago
  25. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  26. c6081ab fix copy in SkTDArray by zachr@google.com · 11 years ago
  27. e8f3471 Add a newline to the error message from JPEG. by scroggo@google.com · 11 years ago
  28. 2ff6d1d Separate showing and hiding the debugger settings and inspector. by bungeman@google.com · 11 years ago
  29. 0b4d6b2 Basic error checking for debugger GL widget. by bungeman@google.com · 11 years ago
  30. 637d24c Whitespace change to trigger GCE compile bots. by rmistry@google.com · 11 years ago
  31. c111ce2 Partial revert of r9812 & put rest of r9812 behind a compile flag by robertphillips@google.com · 11 years ago
  32. 6c4c3a5 Fixes for nacl_debugger's use of picture. by scroggo@google.com · 11 years ago
  33. fa13a63 Expect razr to fail on some decoding tests. by scroggo@google.com · 11 years ago
  34. a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. 5d41b36 refactor folders to make prepare for native pdf parser by edisonn@google.com · 11 years ago
  36. 1e34b34 Use CreateFromStream in nacl debugger. by scroggo@google.com · 11 years ago
  37. 0e0180a Temporary change to keep chrome happy. by scroggo@google.com · 11 years ago
  38. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  39. 925cdca Skip the TIMESTAMP file. by scroggo@google.com · 11 years ago
  40. 92833f9 use width() instead of fWidth to get int value by reed@google.com · 11 years ago
  41. 60d3235 add bitmap::eraseArea by reed@google.com · 11 years ago
  42. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  43. ab03e68 more work on pdf fonts, more to come by edisonn@google.com · 11 years ago
  44. 353f097 GPU "fix" for thin stroked rects by robertphillips@google.com · 11 years ago
  45. 5330e44 Print the file being deserialized before deserializing. by scroggo@google.com · 11 years ago
  46. 44fb1fa Make implicit cast explicit to fix r9807 on gcc. by bungeman@google.com · 11 years ago
  47. b20a1b5 Minimal changes for SampleApp to eb HiDPI aware on Mac. by bungeman@google.com · 11 years ago
  48. 572b54d add point of interest API by zachr@google.com · 11 years ago
  49. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
  50. 5eef11b fix OpenCL memory leak by zachr@google.com · 11 years ago
  51. c0a75a8 add yee's perceptual metric by zachr@google.com · 11 years ago
  52. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  53. 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
  54. c9f6a1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 0c5618d Add expectations files for skimage. by scroggo@google.com · 11 years ago
  56. bc91e8b Fix run_decoding_tests on xoom. by scroggo@google.com · 11 years ago
  57. 6e49c34 more work on pdf fonts, more to come by edisonn@google.com · 11 years ago
  58. f48e475 Remove SK_DEBUG_PATH_REF by commit-bot@chromium.org · 11 years ago
  59. db54dd3 add command line flags by zachr@google.com · 11 years ago
  60. 121b3fe Add MD5 support when syncing debug files and option to just start gdbserver by djsollen@google.com · 11 years ago
  61. eee4b65 Basic load base font when specified in a FontDescriptor. basic load of TrueType font (FontFile2) by edisonn@google.com · 11 years ago
  62. bf55701 Whitespace change to trigger rebuilds after master restart. by borenet@google.com · 11 years ago
  63. 52394d2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. 4fe0699 Fix for crbug/253460 (generatePath crashing on Windows). by bungeman@google.com · 11 years ago
  65. 39095b9 Alias deref -> unref. This allows Skia objects to be held by WTF::RefPtr by commit-bot@chromium.org · 11 years ago
  66. 4a551d4 struct != class, even in a friend forward declare by reed@google.com · 11 years ago
  67. 2c31a46 move legacy mipmap apis to private, save one that is currently called by chrome. It will go soon... by reed@google.com · 11 years ago
  68. 371add8 Remove SK_IGNORE_MAC_TEXT_BOUNDS_FIX workaround. by commit-bot@chromium.org · 11 years ago
  69. d4a2b63 ignore pyc files. by bsalomon@google.com · 11 years ago
  70. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  71. 18bbba9 add globbing util function by zachr@google.com · 11 years ago
  72. 131d4ee refactoring for pdf viewer lib by edisonn@google.com · 11 years ago
  73. ad4d499 Add a new GM for very thin stroke widths by robertphillips@google.com · 11 years ago
  74. dd68f45 Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor. by bungeman@google.com · 11 years ago
  75. 172339d remove RLE config from debugger too by edisonn@google.com · 11 years ago
  76. afe397b fix build break, remove "RLE" from gConfigNames too by edisonn@google.com · 11 years ago
  77. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
  78. 73a4b4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  79. 81e3412 Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368" by reed@google.com · 11 years ago
  80. 056ae7c avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368 by reed@google.com · 11 years ago
  81. 9d59e55 add removed file by mistake by edisonn@google.com · 11 years ago
  82. 62b2605 move kConfigCount out of Config enum, so we don't pullute type-checking by reed@google.com · 11 years ago
  83. 6dd735a Add folders for skimage expectations, plus one set by scroggo@google.com · 11 years ago
  84. b857a0c Basic support for Type3 Fonts in Pdf + various refactorings by edisonn@google.com · 11 years ago
  85. b8b830e dump strokeWidth in SkDumpCanvas by reed@google.com · 11 years ago
  86. 79fb9c0 Disable Goma for ChromeOS build by borenet@google.com · 11 years ago
  87. 2c47505 Remove no longer needed stuff from chromeos build script, always run gyp by commit-bot@chromium.org · 11 years ago
  88. 9a70f34 Ensure we use the current locale when looking up fallback fonts per character by djsollen@google.com · 11 years ago
  89. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 11 years ago
  90. bc4bed1 Temporarily disable gpu on chromeos by borenet@google.com · 11 years ago
  91. 5bbf1d5 Use a single cros_toolchain tarball for ChromeOS build by borenet@google.com · 11 years ago
  92. a741f7d Fix Performance trigger baselines by robertphillips@google.com · 11 years ago
  93. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  94. aaeb87d Add modulo flag to lua_pictures. by commit-bot@chromium.org · 11 years ago
  95. 1be794f add missing font.* files, map podofo to SkPdfObject for SkPdfArray::operator[] by edisonn@google.com · 11 years ago
  96. ff27844 load font manually, for now Type0 by edisonn@google.com · 11 years ago
  97. 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 11 years ago
  98. 2b9424b Treat empty directory properly in skimage. by scroggo@google.com · 11 years ago
  99. ea33808 remove dead AutoValidator by reed@google.com · 11 years ago
  100. caf2025 remove dead references to PlatformProcs4444 by reed@google.com · 11 years ago