1. 93c7ee3 Removed unused parameters by sugoi@google.com · 11 years ago
  2. a041b95 "Fix" case when bicubic filtering warps premultiplied color by robertphillips@google.com · 11 years ago
  3. 2d9dbd4 NaCl Debugger: Implement overview and filters, cleanup by borenet@google.com · 11 years ago
  4. 5687a3e fix handling of stroked cubics when we exhaust our recursion limit. by reed@google.com · 11 years ago
  5. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  6. 2e71f16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  7. febc0ec Add misc. optimizations to filter tool by robertphillips@google.com · 11 years ago
  8. 512977a re-enable fast blur so I can rebaseline by humper@google.com · 11 years ago
  9. 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
  10. e86af1f fix preprocessor abuse on Windows by humper@google.com · 11 years ago
  11. 68a690c fix pad bug introduced during code cleanup by humper@google.com · 11 years ago
  12. 8fff398 fix missing ! typo when we switched to skip() helper function. by reed@google.com · 11 years ago
  13. 7eb28aa Adding more warning in core by sugoi@google.com · 11 years ago
  14. e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 11 years ago
  15. adef4fe fix build warnings by humper@google.com · 11 years ago
  16. 7fa1bb4 Simplify the GL interface validation test. by bsalomon@google.com · 11 years ago
  17. 8a8fcba Make GPU cache size cmd line configurable in GM. by bsalomon@google.com · 11 years ago
  18. c732f25 Add --gpucache size to bench. by bsalomon@google.com · 11 years ago
  19. 7c5d7b7 Plumb fast rectangle blur code into the skia mask filter by humper@google.com · 11 years ago
  20. ed268bf add (mac) test for ttcindex in SkFontStream by reed@google.com · 11 years ago
  21. fe7533e Change submit_try to use checked-in master_host and master_port by borenet@google.com · 11 years ago
  22. 27bf728 Unreviewed build fix. by sugoi@google.com · 11 years ago
  23. 46ee9c6 fix warning (as error on mac) around max file offset by reed@google.com · 11 years ago
  24. d1c7f71 Use correct metrics for GDI glyphs. https://codereview.appspot.com/7635045/ by bungeman@google.com · 11 years ago
  25. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  26. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago
  27. 61f70b4 doh. must dynamically allocate space for reading large(r) TTC header when ttcIndex > 0 by reed@google.com · 11 years ago
  28. 0f12e1f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  29. 7d3451b Add a map from index to SkFlatData* in SkFlatDictionary by robertphillips@google.com · 11 years ago
  30. eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  31. 2d137b6 Fix Windows build - revert r8056 and r8057 by borenet@google.com · 11 years ago
  32. 663a979 Fix build by borenet@google.com · 11 years ago
  33. f8905e4 Fix Windows build by borenet@google.com · 11 years ago
  34. 1b3f0fb Whitespace change (wake up the Android bots) by borenet@google.com · 11 years ago
  35. 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
  36. 27b90fa update to use DEF_GM by reed@google.com · 11 years ago
  37. 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
  38. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  39. 184487c Collect minidump and print callstack if an app chrashes. by edisonn@google.com · 11 years ago
  40. bdd82f4 remove dead/#if 0/if (0) code blocks. no change to compiled output. by reed@google.com · 11 years ago
  41. d59cf7c Remove reset of SkTileGrid in PictureRenderer::init by robertphillips@google.com · 11 years ago
  42. c7d0ea3 add asScalars() to document when we want to treat SkPoint or SkRect as an array by reed@google.com · 11 years ago
  43. a224072 Make extension string parsing robust. by bsalomon@google.com · 11 years ago
  44. 9cd1ef5 speculative fix for broken android bots : disable gm/fontscaler by reed@google.com · 11 years ago
  45. 1f19b7f add flag to skip gpu test by reed@google.com · 11 years ago
  46. eb06636 re-land r8028 without "special" Microsoft compiler warnings by epoger@google.com · 11 years ago
  47. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  48. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  49. 97876d9 Always get proc address for gl functions on the mac. by bsalomon@google.com · 11 years ago
  50. 526db49 Revert r8028... warnings-as-errors broke some builders by epoger@google.com · 11 years ago
  51. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  52. 428fc4a Make debugger 'text' output less useless. by bungeman@google.com · 11 years ago
  53. f7dba02 cleanup: fix gm's use of ErrorBitfield to be consistent (it's a bitfield, not an enum) by epoger@google.com · 11 years ago
  54. b8f0de1 Fix bench_pictures.cfg by borenet@google.com · 11 years ago
  55. 20beb48 Normalize the debugger's profile times by the repeat count by robertphillips@google.com · 11 years ago
  56. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 11 years ago
  57. 8890af3 Restart va_list in SkDebugf on win32. by bsalomon@google.com · 11 years ago
  58. 807da9d Fix a warning in bitmap checksummer. by scroggo@google.com · 11 years ago
  59. b9cf393 Add missing #include <stdarg.h> to SkString.h (fix Android build) by bsalomon@google.com · 11 years ago
  60. 848fa2b Codes for writing bench data to appengine datastore. by bensong@google.com · 11 years ago
  61. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  62. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  63. 3c1ea3a land https://chromiumcodereview.appspot.com/12440004/ by reed@google.com · 11 years ago
  64. 45fc9d9 Put SkPictureRecord saveLayer optimization behind a compiler flag by robertphillips@google.com · 11 years ago
  65. 8c16ef5 Remove unused vars by bsalomon@google.com · 11 years ago
  66. 40db6dc Reduce the minimum scratch size to 16, don't look for next pow2 larger sizes. by bsalomon@google.com · 11 years ago
  67. 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 11 years ago
  68. 3d571f4 Whitespace commit to trigger buildbots after skia-autogen reset by epoger@google.com · 11 years ago
  69. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  70. 64494e9 add 'o' option to show fat-oval by mike@reedtribe.org · 11 years ago
  71. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  72. 1cad898 PDF: add support for named destinations by epoger@google.com · 11 years ago
  73. ee38c08 add ttcIndex parameter to calls to SkFontStream by reed@google.com · 11 years ago
  74. 5bfc839 start to plumb ttcIndex into fonthost. For now just add to SkFontStream and its callers. by reed@google.com · 11 years ago
  75. 90ee448 rewind at the start of each FontStream api (since we rewinding internally anyway) by reed@google.com · 11 years ago
  76. 66a58ac Fixed a few warnings by sugoi@google.com · 11 years ago
  77. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 11 years ago
  78. acf3ecc Restore window creation code in SkNativeGLContext_win.cpp accidentally deleted in r7990. by bsalomon@google.com · 11 years ago
  79. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 11 years ago
  80. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  81. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 11 years ago
  82. a718c5e add SK_API to more stream subclasses (for shared library use) by reed@google.com · 11 years ago
  83. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 11 years ago
  84. 07631cf Validate that VAO functions are present in ES2 interfaces and add bit to caps indicating VAO support. by bsalomon@google.com · 11 years ago
  85. d4c8e1e shape ops work in progress by caryclark@google.com · 11 years ago
  86. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  87. b069e40 Fix an unused variable warning. by scroggo@google.com · 11 years ago
  88. c75764e If Ashmem cache fails pinCache, do not reallocate. by scroggo@google.com · 11 years ago
  89. a560d00 Provide an option in bench_pictures to count pixel ram. by scroggo@google.com · 11 years ago
  90. 8563d30 Fixed doParse functions by sugoi@google.com · 11 years ago
  91. 31ea339 Convert skhello tool to SkFlags API. by commit-bot@chromium.org · 11 years ago
  92. 358f8ff Rely on libfontconfig to determine our default font by reed@google.com · 11 years ago
  93. 37ebe3f Address some valgrind issues by robertphillips@google.com · 11 years ago
  94. cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 11 years ago
  95. 46348e2 Initialize bounds even if the text length is zero. by djsollen@google.com · 11 years ago
  96. d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 11 years ago
  97. 86a44b8 export api with SK_API by reed@google.com · 11 years ago
  98. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 11 years ago
  99. 822bde7 implement fonthost table methods directly in fontconfig backend, _tables now relegated to by reed@google.com · 11 years ago
  100. 6ec97b6 refactor fonthost_tables into wrapper (fonthost) and impl (fontstream) by reed@google.com · 11 years ago