1. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 11 years ago
  2. 8b5144f SKP files have been reverted to old version. Whitespace change to trigger rebuilds. by rmistry@google.com · 11 years ago
  3. 23f785d Update performance triggers for new skps (also remove all _multi_* triggers) by robertphillips@google.com · 11 years ago
  4. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  5. 2bbc0e1 draft for fontmgr by mike@reedtribe.org · 11 years ago
  6. a650a53 All skp files in Google Storage have been updated (AddDashboardAnnotation) by rmistry@google.com · 11 years ago
  7. 0c63fcd Add purge all caches to our ashmem wrapper. by commit-bot@chromium.org · 11 years ago
  8. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 11 years ago
  9. 996d78b shape ops work in progress by caryclark@google.com · 11 years ago
  10. bda74d3 fix (bool) warning with SkToBool by reed@google.com · 11 years ago
  11. 0e8eee7 add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated) by reed@google.com · 11 years ago
  12. bff83f6 fix window's build errors by commit-bot@chromium.org · 11 years ago
  13. 2d927e9 make OpenStream and GetFileName public ... for now, until we fix FreeType backend. by reed@google.com · 11 years ago
  14. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  15. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 11 years ago
  16. 5439ea2 Add libwebp to svn:externals by djsollen@google.com · 11 years ago
  17. c8e011c Update Android Release build to use -O3. by commit-bot@chromium.org · 11 years ago
  18. d66fe09 Adjust Win7 performance trigger for outliers by robertphillips@google.com · 11 years ago
  19. 9c8bf5e Whitespace change to trigger builds after master restart by borenet@google.com · 11 years ago
  20. 03682be Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  21. 152336f Fix uninitialized memory access by robertphillips@google.com · 11 years ago
  22. 2863f08 have reset() return its argument as a convenience by reed@google.com · 11 years ago
  23. c3413d6 Increase bits for effect attribute key. by jvanverth@google.com · 11 years ago
  24. 1ab0aac shape ops -- fix errors by caryclark@google.com · 11 years ago
  25. 1304bb2 shape ops work in progress by caryclark@google.com · 11 years ago
  26. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 11 years ago
  27. d34fda1 Build fix: accessing uninitialized class member (not) by junov@chromium.org · 11 years ago
  28. a9a1967 Cut data point upload batch size to 25. by bensong@google.com · 11 years ago
  29. e286e84 Modifying the behavior of render_pictures --validate to test the effect of bbh. by junov@chromium.org · 11 years ago
  30. 306b2ce Use stream usage for dynamic vertex data. by bsalomon@google.com · 11 years ago
  31. bb51fab Update bench_expectations & add triggers for N7, Mac 10.8 and Ubuntu by robertphillips@google.com · 11 years ago
  32. 0b8a2fe comment out debugging printfs by reed@google.com · 11 years ago
  33. 5efdd0c gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere by epoger@google.com · 11 years ago
  34. 530efc8 Remove extraneous paren. Review URL: https://codereview.chromium.org/12750004 by bsalomon@google.com · 11 years ago
  35. 059a4c7 refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework. by commit-bot@chromium.org · 11 years ago
  36. 5048574 Whitespace change to test commit-queue by commit-bot@chromium.org · 11 years ago
  37. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  38. c19c191 Fixing crash in render_pictures when failing to create referenceBitmap for --validate by junov@chromium.org · 11 years ago
  39. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 11 years ago
  40. 632b9cc Disable all multi_*_threads triggers (see issue 1160) by robertphillips@google.com · 11 years ago
  41. c04987f Fixed unitialized memory access bug in r8106 by robertphillips@google.com · 11 years ago
  42. f44957e Fix GDI device context leak. https://codereview.appspot.com/7682044/ by bungeman@google.com · 11 years ago
  43. 5dc0678 Make graph output optional in bench_graphs_svg by borenet@google.com · 11 years ago
  44. 5ba0d90 Fixed compiler error/warning by robertphillips@google.com · 11 years ago
  45. 9487877 Add GL program cache tracking. by jvanverth@google.com · 11 years ago
  46. 7ed1534 fix warning: use size_t when comparing to SK_ARRAY_COUNT by reed@google.com · 11 years ago
  47. 1a64a54 add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow by reed@google.com · 11 years ago
  48. b8f9610 Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore/restore optimization by robertphillips@google.com · 11 years ago
  49. e428f9b Fix debugger build errors/warnings by robertphillips@google.com · 11 years ago
  50. 167876e Whitespace change to test commit-queue reviewers list by commit-bot@chromium.org · 11 years ago
  51. 93c7ee3 Removed unused parameters by sugoi@google.com · 11 years ago
  52. a041b95 "Fix" case when bicubic filtering warps premultiplied color by robertphillips@google.com · 11 years ago
  53. 2d9dbd4 NaCl Debugger: Implement overview and filters, cleanup by borenet@google.com · 11 years ago
  54. 5687a3e fix handling of stroked cubics when we exhaust our recursion limit. by reed@google.com · 11 years ago
  55. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  56. 2e71f16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  57. febc0ec Add misc. optimizations to filter tool by robertphillips@google.com · 11 years ago
  58. 512977a re-enable fast blur so I can rebaseline by humper@google.com · 11 years ago
  59. d4d5730 add proper support for solid style, and temporarily turn off my change so the bots can go green | by humper@google.com · 11 years ago
  60. e86af1f fix preprocessor abuse on Windows by humper@google.com · 11 years ago
  61. 68a690c fix pad bug introduced during code cleanup by humper@google.com · 11 years ago
  62. 8fff398 fix missing ! typo when we switched to skip() helper function. by reed@google.com · 11 years ago
  63. 7eb28aa Adding more warning in core by sugoi@google.com · 11 years ago
  64. e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 11 years ago
  65. adef4fe fix build warnings by humper@google.com · 11 years ago
  66. 7fa1bb4 Simplify the GL interface validation test. by bsalomon@google.com · 11 years ago
  67. 8a8fcba Make GPU cache size cmd line configurable in GM. by bsalomon@google.com · 11 years ago
  68. c732f25 Add --gpucache size to bench. by bsalomon@google.com · 11 years ago
  69. 7c5d7b7 Plumb fast rectangle blur code into the skia mask filter by humper@google.com · 11 years ago
  70. ed268bf add (mac) test for ttcindex in SkFontStream by reed@google.com · 11 years ago
  71. fe7533e Change submit_try to use checked-in master_host and master_port by borenet@google.com · 11 years ago
  72. 27bf728 Unreviewed build fix. by sugoi@google.com · 11 years ago
  73. 46ee9c6 fix warning (as error on mac) around max file offset by reed@google.com · 11 years ago
  74. d1c7f71 Use correct metrics for GDI glyphs. https://codereview.appspot.com/7635045/ by bungeman@google.com · 11 years ago
  75. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  76. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago
  77. 61f70b4 doh. must dynamically allocate space for reading large(r) TTC header when ttcIndex > 0 by reed@google.com · 11 years ago
  78. 0f12e1f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  79. 7d3451b Add a map from index to SkFlatData* in SkFlatDictionary by robertphillips@google.com · 11 years ago
  80. eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  81. 2d137b6 Fix Windows build - revert r8056 and r8057 by borenet@google.com · 11 years ago
  82. 663a979 Fix build by borenet@google.com · 11 years ago
  83. f8905e4 Fix Windows build by borenet@google.com · 11 years ago
  84. 1b3f0fb Whitespace change (wake up the Android bots) by borenet@google.com · 11 years ago
  85. a1d27cd Don't sort extensions when there are none. Make an ANGLE context to validate the ANGLE GrGLInterface with. by bsalomon@google.com · 11 years ago
  86. 27b90fa update to use DEF_GM by reed@google.com · 11 years ago
  87. 8819d1a Add build condition not to build in iOS an unused lib (failing to build empty lib in iOS). Unreviewed. by edisonn@google.com · 11 years ago
  88. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  89. 184487c Collect minidump and print callstack if an app chrashes. by edisonn@google.com · 11 years ago
  90. bdd82f4 remove dead/#if 0/if (0) code blocks. no change to compiled output. by reed@google.com · 11 years ago
  91. d59cf7c Remove reset of SkTileGrid in PictureRenderer::init by robertphillips@google.com · 11 years ago
  92. c7d0ea3 add asScalars() to document when we want to treat SkPoint or SkRect as an array by reed@google.com · 11 years ago
  93. a224072 Make extension string parsing robust. by bsalomon@google.com · 11 years ago
  94. 9cd1ef5 speculative fix for broken android bots : disable gm/fontscaler by reed@google.com · 11 years ago
  95. 1f19b7f add flag to skip gpu test by reed@google.com · 11 years ago
  96. eb06636 re-land r8028 without "special" Microsoft compiler warnings by epoger@google.com · 11 years ago
  97. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  98. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  99. 97876d9 Always get proc address for gl functions on the mac. by bsalomon@google.com · 11 years ago
  100. 526db49 Revert r8028... warnings-as-errors broke some builders by epoger@google.com · 11 years ago