1. fb62b3d SkPDFCanon by halcanary · 11 years ago
  2. c3796c7 Generic PDF shader fallback by fmalita · 11 years ago
  3. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 11 years ago
  4. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 11 years ago
  5. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 11 years ago
  6. 33a3050 SkData can allocate room for its contents in the same block by reed · 11 years ago
  7. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 11 years ago
  8. 24480bc Use SkMutex::assertHeld in SkPDFFont and SkPDFShader. by halcanary · 11 years ago
  9. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 12 years ago
  10. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 12 years ago
  11. 83d8eda PDF: support perspective in simple shaders. (this version does not work well with tilling) by edisonn@google.com · 12 years ago
  12. dc37e20 Revert "PDF: support perspective in simple shaders. (this version does not work well with tilling)" by vandebo@chromium.org · 12 years ago
  13. eb5992c PDF: support perspective in simple shaders. (this version does not work well with tilling) by vandebo@chromium.org · 12 years ago
  14. 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
  15. 8135323 pdf: ifgnore shader colors applied for 0 range. by edisonn@google.com · 12 years ago
  16. e324cc6 Restyle SkPDFImageShader and support tiling bitmaps outside clip bounds by commit-bot@chromium.org · 12 years ago
  17. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 12 years ago
  18. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 12 years ago
  19. 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
  20. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 12 years ago
  21. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 12 years ago
  22. d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 12 years ago
  23. c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 12 years ago
  24. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 12 years ago
  25. 53648ab Fix build error when building Android in Release mode with -O2. by djsollen@google.com · 12 years ago
  26. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  27. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  28. 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
  29. 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
  30. 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
  31. d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
  32. 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
  33. d96d17b Remove SkRefPtr by vandebo@chromium.org · 13 years ago
  34. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 13 years ago
  35. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 13 years ago
  36. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 13 years ago
  37. b862204 [PDF] Fix gradient generation code (remove extra 'dup' in some cases) by vandebo@chromium.org · 13 years ago
  38. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  39. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 13 years ago
  40. ab2fe82 Replace all instances of 'clear' with 'pop's in conical gradient pdf impl, looks like the pdf spec doesn't support Postscript's 'clear' stack operator. Should fix some warnings on mac buildbots. by rileya@google.com · 13 years ago
  41. 6219728 Added pdf implementation of conical gradient. by rileya@google.com · 13 years ago
  42. da6c569 [PDF] Fix PDF code to not crash on SkComposeShader. by vandebo@chromium.org · 13 years ago
  43. 4908533 fix missing switch-statement handler (for conical gradient) by reed@google.com · 13 years ago
  44. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 13 years ago
  45. 05141c2 Fixed minor c++ issues found by cppcheck by robertphillips@google.com · 13 years ago
  46. 386dfc0 [PDF] Handle failures of matrix inversion by vandebo@chromium.org · 13 years ago
  47. c39c867 Fix some fixed-point bugs. by vandebo@chromium.org · 13 years ago
  48. 8aa66b6 Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures. by vandebo@chromium.org · 13 years ago
  49. ebad2d9 [PDF] Handle failures of matrix inversion. by vandebo@chromium.org · 13 years ago
  50. b054990 [PDF] If matrix inversion fails, use the identity matrix. by vandebo@chromium.org · 13 years ago
  51. 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 13 years ago
  52. 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 13 years ago
  53. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 14 years ago
  54. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 14 years ago
  55. 020798a Coverity: Add a default case in SkPDFShader. CID=101159 by vandebo@chromium.org · 14 years ago
  56. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 14 years ago
  57. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  58. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 14 years ago
  59. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 14 years ago
  60. f6c3ebd fix Capitalization of static methods by reed@google.com · 14 years ago
  61. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 14 years ago
  62. b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 14 years ago
  63. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 14 years ago
  64. be2048a [PDF] Fix fallout from r1217. by vandebo@chromium.org · 14 years ago
  65. 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 14 years ago
  66. 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
  67. 316338a by twiz@google.com · 14 years ago
  68. da912d6 [PDF] Add support for Shaders. by vandebo@chromium.org · 14 years ago