1. 7e872ca SkPDF: SkPDFMakeShader takes the paint color. by Hal Canary · 7 years ago
  2. 4f29c20 SkPDF: Re-use Jpeg Image Shaders by Hal Canary · 7 years ago
  3. ec25768 SkPDF: Change some identifiers. by Hal Canary · 7 years ago
  4. 94fd66c SkPDF: Refactor PDFShader to use ShTHashMap<> by Hal Canary · 7 years ago
  5. a062258 SkPDF: clean up fRasterDpi by Hal Canary · 7 years ago
  6. c02de0b SkPDF: Clean up by Hal Canary · 7 years ago
  7. 51329c9 SkPDF: clean up PDFDevice. by Hal Canary · 7 years ago
  8. d12a676 SkPDF: Draw paths with mask filters; color filter. by Hal Canary · 7 years ago
  9. 5c1b360 src/pdf: code cleanup by Hal Canary · 8 years ago
  10. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  11. fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
  12. cf2e8c6 SkPDF: empty shader boxes bad by Hal Canary · 8 years ago
  13. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  14. c8f9180 SkPDF: skip shader lookup for SkShader::kColor_GradientType by Hal Canary · 8 years ago
  15. f50ff39 SkPDF: subset drawImageRect while still deduping by Hal Canary · 8 years ago
  16. 47bf4c0 SkPDF: use SkImage::isAImage by Hal Canary · 8 years ago
  17. d0c3831 SkPDF: bikeshed: use `auto` less by halcanary · 8 years ago
  18. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  19. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  20. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  21. 5abbb44 SkPDF: flip saveLayer rightside up by halcanary · 8 years ago
  22. 4b1e17e SkPdf: SkPDFFormXObject de-class-ified. by halcanary · 8 years ago
  23. ac0e00d SkPDF: SkPDFStream takes a unique_ptr by halcanary · 8 years ago
  24. eb92cb3 SkPdf: smaller color serialization by halcanary · 8 years ago
  25. 29ed2ae SkPDF: SkPDFStream takes only SkStreamAsset by halcanary · 8 years ago
  26. e75cdcb SkPDF: Use type 2/3 shading for gradient shaders by cabanier · 8 years ago
  27. 895f3f0 SkPDF: properly dedup bitmaps in shaders by halcanary · 9 years ago
  28. 389666b SkPDF: PDFShader does not hold images/bitmaps by halcanary · 9 years ago
  29. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  30. b8fb993 SkPDF s/SkAutoTDelete/std::unique_ptr/ by halcanary · 9 years ago
  31. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 9 years ago
  32. d11c726 SkPDF: speed up SkPDFShader generation. by halcanary · 9 years ago
  33. 989da4a SkPDF: SkPDFDevice has ptr to SkPDFDocument by halcanary · 9 years ago
  34. 18300a3 detach -> release by mtklein · 9 years ago
  35. 1437c1e SkPDF: remove all globally references SkPDFObjects by halcanary · 9 years ago
  36. e94ea62 SkPDF: use sk_ref_sp by halcanary · 9 years ago
  37. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 9 years ago
  38. 51d04d3 Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset #2 id:20001 of https://codereview.chromium.org/1775043002/ ) by halcanary · 9 years ago
  39. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 9 years ago
  40. ece8392 SkPDF: use sk_make_sp<T> when it makes sense. by halcanary · 9 years ago
  41. 48810a0 SkPDF: s/SkAutoTUnref/sk_sp/g by halcanary · 9 years ago
  42. fcad44b SkPDF: AutoTUnref<T> changes in use by halcanary · 9 years ago
  43. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  44. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  45. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  46. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  47. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  48. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  49. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  50. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  51. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  52. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  53. a25b337 SkPDF: clean up uses of deprecated calls in other SkPDF classes by halcanary · 10 years ago
  54. 2b86155 SkPDF: ResourceDict replaced by factory function by halcanary · 10 years ago
  55. be27a11 SkPDF: SkPDFGraphicState Lookup hashtabled by halcanary · 10 years ago
  56. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 10 years ago
  57. 6d62270 SkPDF: skpdfdocument and skpdfpage use skpdfdevice in a const way by halcanary · 10 years ago
  58. f5b17fb SkPDF: Fix leak in SkPDFShader by halcanary · 10 years ago
  59. 547019e SkPDF: clean up extra references by halcanary · 10 years ago
  60. 2e3f9d8 PDF: Canon now owns a reference to all interned objects by halcanary · 10 years ago
  61. 334fcbc SkPDF: replace SkPDFDevice::copyContentToData by halcanary · 10 years ago
  62. c1b71d6 PDF: remove unnecessary mutexes. by halcanary · 10 years ago
  63. 792c80f PDF: Now threadsafe! by halcanary · 10 years ago
  64. a1f1ee9 PDF : New factory function for SkPDFDevice by halcanary · 10 years ago
  65. 7b4d4c7 [PDF] Fix shader fallback mapping when clipped by fmalita · 10 years ago
  66. bf799cd Simplify reference management in SkPDF by halcanary · 10 years ago
  67. 8de5632 minor changes left out of http://crrev.com/873543002 by halcanary · 10 years ago
  68. 530ea8e More changes to SkPDFShader to eliminate multiple inheritance! by halcanary · 10 years ago
  69. bc59ac6 Simplify SkPDFShader class. Now invalid objects are never created. by halcanary · 10 years ago
  70. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  71. fb62b3d SkPDFCanon by halcanary · 10 years ago
  72. c3796c7 Generic PDF shader fallback by fmalita · 10 years ago
  73. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  74. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  75. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  76. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  77. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  78. 24480bc Use SkMutex::assertHeld in SkPDFFont and SkPDFShader. by halcanary · 10 years ago
  79. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  80. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  81. 83d8eda PDF: support perspective in simple shaders. (this version does not work well with tilling) by edisonn@google.com · 11 years ago
  82. dc37e20 Revert "PDF: support perspective in simple shaders. (this version does not work well with tilling)" by vandebo@chromium.org · 11 years ago
  83. eb5992c PDF: support perspective in simple shaders. (this version does not work well with tilling) by vandebo@chromium.org · 11 years ago
  84. 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 · 11 years ago
  85. 8135323 pdf: ifgnore shader colors applied for 0 range. by edisonn@google.com · 11 years ago
  86. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 11 years ago
  87. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 11 years ago
  88. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 11 years ago
  89. 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 · 11 years ago
  90. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
  91. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
  92. d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
  93. c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
  94. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  95. 53648ab Fix build error when building Android in Release mode with -O2. by djsollen@google.com · 12 years ago
  96. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  97. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  98. 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
  99. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  100. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago