[go: nahoru, domu]

  1. cb3f436 fix composeshader to respect the paint's alpha by commit-bot@chromium.org · 10 years ago
  2. d8fd8c7 add rounding-using-doubles methods on SkScalar and SkRect by commit-bot@chromium.org · 10 years ago
  3. 0df451d Revert of fix the error that path is inversed for stroke and strokeAndFill styles (https://codereview.chromium.org/183683010/) by commit-bot@chromium.org · 10 years ago
  4. ac7277f fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  5. a97ef5e add release-mode checks for null, at least for a while by commit-bot@chromium.org · 10 years ago
  6. 676c552 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  7. d0001cc Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/) by commit-bot@chromium.org · 10 years ago
  8. 6fa3288 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  9. 742cc3c Choose memset procs once. by commit-bot@chromium.org · 10 years ago
  10. 4ec6fb7 Add literal picture recording mode, triggered by a compile time switch. by commit-bot@chromium.org · 10 years ago
  11. 405b06d guard against self-assignment by commit-bot@chromium.org · 10 years ago
  12. c54179f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  13. 75da1aa Remove dead code. by commit-bot@chromium.org · 10 years ago
  14. c5a67b7 create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  15. e048e83 remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  16. eca48e8 add default impl for context methods on shader by commit-bot@chromium.org · 10 years ago
  17. b8c7666 Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago
  18. e5720c9 Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  19. 87e7842 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  20. f143d1b Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 10 years ago
  21. 46673df Fixed issue found by clusterfuzz by commit-bot@chromium.org · 10 years ago
  22. 892b6be add asAShadowBlur for android to drawlooper by reed@google.com · 10 years ago
  23. f5487a7 Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  24. c64c157 Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  25. 7ce2302 Add missing include for r14397. by bungeman@google.com · 10 years ago
  26. 81fd299 Create SkGlyphCache globals with SkOnce. by bungeman@google.com · 10 years ago
  27. da6ca64 Re-add SkPictureStateTree::Iterator::draw() SaveFlags. by fmalita@google.com · 10 years ago
  28. f5a0abc Revert of Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. (https://codereview.chromium.org/246893005/) by commit-bot@chromium.org · 10 years ago
  29. 7a1832f First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  30. 71eb9cb Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  31. fb90f04 Remove unused include. by commit-bot@chromium.org · 10 years ago
  32. 3c6b00a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  33. 88c3a5d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  34. 7c64bc9 Fix for r14341 Chrome build error by robertphillips@google.com · 10 years ago
  35. fc486cd First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  36. bc5bd5e fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  37. 00a1b5e Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 10 years ago
  38. 8f817f4 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  39. 93b0d3a Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/) by commit-bot@chromium.org · 10 years ago
  40. 2ee156a Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  41. a4a0023 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  42. b55e2e6 Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  43. 09fcbfa expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  44. e10b658 Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  45. 2b2f84c make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  46. 1fdb3b3 eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  47. 44cfece fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  48. 24a4744 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  49. 84a3613 NewRasterDirect should *not* erase the pixels -- direct means the client is in-charge by commit-bot@chromium.org · 10 years ago
  50. aa35e04 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  51. aae6558 Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  52. aabafbd Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago
  53. 082cd50 inline SkMulDiv now that 64bit mul is inlineable by commit-bot@chromium.org · 10 years ago
  54. 67169f5 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  55. 7aefc82 Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  56. 9cc4068 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  57. 0f1b1d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  58. 48da861 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  59. 61c77b2 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  60. 8399505 Revert of Fix memory leak in SkGradientShader. (https://codereview.chromium.org/240303003/) by commit-bot@chromium.org · 10 years ago
  61. b78cb8c add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed by commit-bot@chromium.org · 10 years ago
  62. 6322b3f Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  63. a2ac43d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  64. e412dbd always store bitfields along with dirty in FlatteningTraits by commit-bot@chromium.org · 10 years ago
  65. 3129937 Fix memory leak in SkGradientShader. by commit-bot@chromium.org · 10 years ago
  66. fd73c59 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  67. db0633b remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  68. 848affd Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  69. 87e332d Fix artifacts in distance field rendering due to bilerp by commit-bot@chromium.org · 10 years ago
  70. ec1aed9 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  71. e42b798 Revert "Revert of use templates instead of macros to build blitters (https://codereview.chromium.org/120633004/)" by reed@google.com · 10 years ago
  72. bed7c91 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  73. aeffeff Revert of use templates instead of macros to build blitters (https://codereview.chromium.org/120633004/) by commit-bot@chromium.org · 10 years ago
  74. a3f4c8b Remove currently unused code by commit-bot@chromium.org · 10 years ago
  75. aa345a1 use templates instead of macros to build blitters by commit-bot@chromium.org · 10 years ago
  76. 6dd381b split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  77. 755ff81 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  78. ff6df0b remove dead code from SkPicturePlayback by commit-bot@chromium.org · 10 years ago
  79. be60106 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  80. f82c6fa remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  81. be39eb8 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  82. aa573ec Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  83. c7e784c Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  84. a11c3e6 So apparently Chrome has an x86 iOS build... by commit-bot@chromium.org · 10 years ago
  85. bf4f10e Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  86. 63ee95d Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  87. 33c40f3 remove two more effects that are now immutable by commit-bot@chromium.org · 10 years ago
  88. 76f3e02 Revert of remove sprintf (https://codereview.chromium.org/230413005/) by commit-bot@chromium.org · 10 years ago
  89. f3e2196 remove sprintf by commit-bot@chromium.org · 10 years ago
  90. acee916 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  91. b8791ec Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  92. 5ce3cf2 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago
  93. 8b12a43 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  94. 6b19c39 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  95. 1b0d062 Don't try to render color fonts using distance fields. by commit-bot@chromium.org · 10 years ago
  96. 0f519b0 use default to fix warning (or I will shoot myself) by reed@google.com · 10 years ago
  97. f3efe6f fix warning for uninitialized count by reed@google.com · 10 years ago
  98. 01f92d6 fix warning about uninitialized typeface_encoding by folding glyph case into switch by reed@google.com · 10 years ago
  99. 431ad58 fix warning by removing padding field by reed@google.com · 10 years ago
  100. 3cc88c5 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago