1. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 12 years ago
  2. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 12 years ago
  3. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 12 years ago
  4. fd3c8c2 Fix int/SkScalar mismatch. by vandebo@chromium.org · 12 years ago
  5. 3b41621 [PDF] Improve complex xfer mode support. by vandebo@chromium.org · 12 years ago
  6. ece95c3 [PDF] Add unpremultiply support and a GM (try5) by vandebo@chromium.org · 12 years ago
  7. 83d8eda PDF: support perspective in simple shaders. (this version does not work well with tilling) by edisonn@google.com · 12 years ago
  8. ccf6b91 Revert "[PDF] Add unpremultiply support and a GM (try4)" by vandebo@chromium.org · 12 years ago
  9. e66d376 [PDF] Add unpremultiply support and a GM (try4) by vandebo@chromium.org · 12 years ago
  10. 8c29490 Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future cl, once DPI will be used in SkPDFDevice by commit-bot@chromium.org · 12 years ago
  11. 1c87672 Revert "[PDF] Add unpremultiply support and a GM (try3)." by vandebo@chromium.org · 12 years ago
  12. 59fd223 [PDF] Add unpremultiply support and a GM (try3). by vandebo@chromium.org · 12 years ago
  13. dc37e20 Revert "PDF: support perspective in simple shaders. (this version does not work well with tilling)" by vandebo@chromium.org · 12 years ago
  14. eb5992c PDF: support perspective in simple shaders. (this version does not work well with tilling) by vandebo@chromium.org · 12 years ago
  15. ce60c1f Revert "[PDF] Add unpremultiply support and a GM." by vandebo@chromium.org · 12 years ago
  16. c4d1771 [PDF] Add unpremultiply support and a GM. by vandebo@chromium.org · 12 years ago
  17. 9cf0cb1 Implement perspective for bitmaps in pdf. by edisonn@google.com · 12 years ago
  18. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 12 years ago
  19. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 12 years ago
  20. 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 12 years ago
  21. 1f1b4aa Fix double ref issue in SkPDFFont ctor by robertphillips@google.com · 12 years ago
  22. a9ebd16 pdf: drawPath should pass the computed matrix, instead of default matrix stored in draw. by edisonn@google.com · 12 years ago
  23. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 12 years ago
  24. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 12 years ago
  25. d2cfa74 [PDF] clear() and drawPaint() where applying the initial transform twice. by commit-bot@chromium.org · 12 years ago
  26. aa6c4d2 pdf: report NYI features, and fail gracefully when something is not supported in pdf. by edisonn@google.com · 12 years ago
  27. 2262c58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  28. 26d2e04 pdf: write only ToUnicode mappings needed by the font, trimming anything out of [firstChar, lastChar] interval. by edisonn@google.com · 12 years ago
  29. 8135323 pdf: ifgnore shader colors applied for 0 range. by edisonn@google.com · 12 years ago
  30. 938ea62 [PDF] Rewind the font stream if font subsetting fails. by vandebo@chromium.org · 12 years ago
  31. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 12 years ago
  32. 06822ea [PDF] Fix image references. by commit-bot@chromium.org · 12 years ago
  33. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 12 years ago
  34. 26e1449 [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 12 years ago
  35. ec415a8 Revert "[PDF] Fix printing crashes caused by font streams that don't support getMemoryBase()." by vandebo@chromium.org · 12 years ago
  36. 6bb656b [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 12 years ago
  37. 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 12 years ago
  38. 52130e8 Add unpremultiply support and GM by commit-bot@chromium.org · 12 years ago
  39. 181fcb4 Refactor SkPDFImage by commit-bot@chromium.org · 12 years ago
  40. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 12 years ago
  41. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 12 years ago
  42. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 12 years ago
  43. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 12 years ago
  44. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 12 years ago
  45. 12bf9b3 Revert "Unpremultiply SkBitmaps for PDF output" by scroggo@google.com · 12 years ago
  46. 5d18cee Unpremultiply SkBitmaps for PDF output by commit-bot@chromium.org · 12 years ago
  47. d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 12 years ago
  48. 35a20a1 Fix memory leak in SkPDFResourceDict by commit-bot@chromium.org · 12 years ago
  49. 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 12 years ago
  50. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 12 years ago
  51. a7aa810 Deterministic SkTSet and PDF Output by commit-bot@chromium.org · 12 years ago
  52. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 12 years ago
  53. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 12 years ago
  54. 8e47376 If we fail to contruct the Pdf Image Shader, mark the object as busted, and dn't try to remove it from shaders list. Also, when we delete invalid shaders, remove the lock, otherwise we freeze (see CanonicalShadersMutex usage). by edisonn@google.com · 12 years ago
  55. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 12 years ago
  56. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 12 years ago
  57. d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 12 years ago
  58. c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 12 years ago
  59. 6a4ba5b [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 12 years ago
  60. 7893aae Reverting 10063 due to Win7 crashes in RenderPDFs step by robertphillips@google.com · 12 years ago
  61. 000e13e [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics by commit-bot@chromium.org · 12 years ago
  62. 3720fda ARM Skia NEON patches - 09 - Bugfix by commit-bot@chromium.org · 12 years ago
  63. d8d976e Added SkPDFStream::setData(SkData*) in preparation for move from SkStream to SkData by commit-bot@chromium.org · 12 years ago
  64. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 12 years ago
  65. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 12 years ago
  66. a20e42c Remove SK_API, from SkTSet. the template is not public. by edisonn@google.com · 12 years ago
  67. 969fd6a Sort points for PDF's draw rect, to match raster and GPU implementation. by commit-bot@chromium.org · 12 years ago
  68. 1a47523 [PDF] Only output the Dests dictionary if it isn't epmpty by vandebo@chromium.org · 12 years ago
  69. 665b2cc lockPixels before calling getColorTable. by scroggo@google.com · 12 years ago
  70. 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago
  72. 53648ab Fix build error when building Android in Release mode with -O2. by djsollen@google.com · 12 years ago
  73. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  74. b62f93f Don't pretend we can draw MaskFilters, it produces artifacts that make the text unreadable when using CSS shadows. by edisonn@google.com · 12 years ago
  75. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  76. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. 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
  78. 8d8d9a5 Work around stack overflow by vandebo@chromium.org · 12 years ago
  79. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
  80. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 12 years ago
  81. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 12 years ago
  82. 46ee9c6 fix warning (as error on mac) around max file offset by reed@google.com · 12 years ago
  83. dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
  84. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  85. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  87. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  88. e2e8113 PDF : Unused parameters cleanup by sugoi@google.com · 12 years ago
  89. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 12 years ago
  90. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  91. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  92. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  93. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  94. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  95. 5ca3bd0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  96. 04115a1 Add an SkSet class to be used by Pdf only, for now - reverted because of triggering heap corruption on Win7, original coe review: https://codereview.appspot.com/6749054 by edisonn@google.com · 12 years ago
  97. 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
  98. a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 13 years ago
  99. 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 13 years ago
  100. 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 13 years ago