1. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  2. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 12 years ago
  3. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  4. 723dd79 Unreviewed. Adding TODO comment to reference newly filed bug. by junov@google.com · 12 years ago
  5. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 12 years ago
  6. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  7. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 12 years ago
  8. c4de776 Add an entry for Cambria-Caladea to the list of metric compatible fonts. by commit-bot@chromium.org · 12 years ago
  9. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. 3fbab82 Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itself as opaque. by commit-bot@chromium.org · 12 years ago
  11. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 12 years ago
  12. 202d139 Work around MSAA/lines issue on Linux bot. by bsalomon@google.com · 12 years ago
  13. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  14. 66bedbb resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved) by edisonn@google.com · 12 years ago
  15. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  16. 4ecd42e Fix for displacement mapping by sugoi@google.com · 12 years ago
  17. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 12 years ago
  18. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
  19. 8c3f84d use SkStream::NewFromFile() by reed@google.com · 12 years ago
  20. 8eaddb0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
  22. 54d5f83 update coding style by mike@reedtribe.org · 12 years ago
  23. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
  24. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
  25. 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
  26. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
  27. a6c76db Do not use SkTDS32Array when building for 64 bit. by scroggo@google.com · 12 years ago
  28. 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
  29. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
  30. 0bd80fa Added toString to SkMaskFilter-derived classes by robertphillips@google.com · 12 years ago
  31. ac2c82c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 12 years ago
  33. 35e1563 Patch to fix NULL ptr dereference in 8171 on Linux by robertphillips@google.com · 12 years ago
  34. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 12 years ago
  35. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 0c63fcd Add purge all caches to our ashmem wrapper. by commit-bot@chromium.org · 12 years ago
  37. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
  38. bda74d3 fix (bool) warning with SkToBool by reed@google.com · 12 years ago
  39. 0e8eee7 add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated) by reed@google.com · 12 years ago
  40. bff83f6 fix window's build errors by commit-bot@chromium.org · 12 years ago
  41. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
  42. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 12 years ago
  43. 152336f Fix uninitialized memory access by robertphillips@google.com · 12 years ago
  44. c3413d6 Increase bits for effect attribute key. by jvanverth@google.com · 12 years ago
  45. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
  46. 306b2ce Use stream usage for dynamic vertex data. by bsalomon@google.com · 12 years ago
  47. 0b8a2fe comment out debugging printfs by reed@google.com · 12 years ago
  48. 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 · 12 years ago
  49. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  50. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 12 years ago
  51. c04987f Fixed unitialized memory access bug in r8106 by robertphillips@google.com · 12 years ago
  52. f44957e Fix GDI device context leak. https://codereview.appspot.com/7682044/ by bungeman@google.com · 12 years ago
  53. 5ba0d90 Fixed compiler error/warning by robertphillips@google.com · 12 years ago
  54. 9487877 Add GL program cache tracking. by jvanverth@google.com · 12 years ago
  55. 7ed1534 fix warning: use size_t when comparing to SK_ARRAY_COUNT by reed@google.com · 12 years ago
  56. 1a64a54 add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow by reed@google.com · 12 years ago
  57. b8f9610 Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore/restore optimization by robertphillips@google.com · 12 years ago
  58. 93c7ee3 Removed unused parameters by sugoi@google.com · 12 years ago
  59. a041b95 "Fix" case when bicubic filtering warps premultiplied color by robertphillips@google.com · 12 years ago
  60. 5687a3e fix handling of stroked cubics when we exhaust our recursion limit. by reed@google.com · 12 years ago
  61. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  62. 2e71f16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. d4d5730 add proper support for solid style, and temporarily turn off my change so the bots can go green | by humper@google.com · 12 years ago
  64. e86af1f fix preprocessor abuse on Windows by humper@google.com · 12 years ago
  65. 68a690c fix pad bug introduced during code cleanup by humper@google.com · 12 years ago
  66. 8fff398 fix missing ! typo when we switched to skip() helper function. by reed@google.com · 12 years ago
  67. adef4fe fix build warnings by humper@google.com · 12 years ago
  68. 7c5d7b7 Plumb fast rectangle blur code into the skia mask filter by humper@google.com · 12 years ago
  69. ed268bf add (mac) test for ttcindex in SkFontStream by reed@google.com · 12 years ago
  70. 27bf728 Unreviewed build fix. by sugoi@google.com · 12 years ago
  71. 46ee9c6 fix warning (as error on mac) around max file offset by reed@google.com · 12 years ago
  72. d1c7f71 Use correct metrics for GDI glyphs. https://codereview.appspot.com/7635045/ by bungeman@google.com · 12 years ago
  73. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  74. dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
  75. 61f70b4 doh. must dynamically allocate space for reading large(r) TTC header when ttcIndex > 0 by reed@google.com · 12 years ago
  76. 0f12e1f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. 7d3451b Add a map from index to SkFlatData* in SkFlatDictionary by robertphillips@google.com · 12 years ago
  78. eed625d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  79. a1d27cd Don't sort extensions when there are none. Make an ANGLE context to validate the ANGLE GrGLInterface with. by bsalomon@google.com · 12 years ago
  80. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 12 years ago
  81. bdd82f4 remove dead/#if 0/if (0) code blocks. no change to compiled output. by reed@google.com · 12 years ago
  82. a224072 Make extension string parsing robust. by bsalomon@google.com · 12 years ago
  83. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  84. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. 97876d9 Always get proc address for gl functions on the mac. by bsalomon@google.com · 12 years ago
  86. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  87. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
  88. 8890af3 Restart va_list in SkDebugf on win32. by bsalomon@google.com · 12 years ago
  89. 807da9d Fix a warning in bitmap checksummer. by scroggo@google.com · 12 years ago
  90. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  91. 3c1ea3a land https://chromiumcodereview.appspot.com/12440004/ by reed@google.com · 12 years ago
  92. 45fc9d9 Put SkPictureRecord saveLayer optimization behind a compiler flag by robertphillips@google.com · 12 years ago
  93. 8c16ef5 Remove unused vars by bsalomon@google.com · 12 years ago
  94. 40db6dc Reduce the minimum scratch size to 16, don't look for next pow2 larger sizes. by bsalomon@google.com · 12 years ago
  95. 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 12 years ago
  96. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  97. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  98. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  99. ee38c08 add ttcIndex parameter to calls to SkFontStream by reed@google.com · 12 years ago
  100. 5bfc839 start to plumb ttcIndex into fonthost. For now just add to SkFontStream and its callers. by reed@google.com · 12 years ago