1. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  2. 57313f6 Fix warning-as-error for var used only in an assert (and therefore not in the release build). by bsalomon@google.com · 12 years ago
  3. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  4. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  5. ce1f3cc Fix the computed (new) inverse matrix when we detect that a shader's matrix by reed@google.com · 12 years ago
  6. 4a1362a add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert code by reed@google.com · 12 years ago
  7. 2fb96cc special-case matrix invert for translate and scale by reed@google.com · 12 years ago
  8. ade109f Fix Android compiler warnings. by djsollen@google.com · 12 years ago
  9. d9f65e3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. b16033a reorder internal files, in preparation for refactoring. no functional change. by mike@reedtribe.org · 12 years ago
  11. 5d688fb remove dead code from SkPath::addOval by mike@reedtribe.org · 12 years ago
  12. ae57358 use SkTreatAsSprite in SkDraw (with guard for chrome if needed) by reed@google.com · 12 years ago
  13. 5408a30 #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads. by reed@google.com · 12 years ago
  14. 422188f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  15. 7d474f8 The motivation for this changeset is to fix the following build failure in google3- by rmistry@google.com · 12 years ago
  16. ad51430 add unittest for SkTreatAsSprite by reed@google.com · 12 years ago
  17. 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 14dd81d disable (using build-flag) change in 6937 until I can figure out how to rebaseline the self-test by mike@reedtribe.org · 12 years ago
  19. dec8125 fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX to by mike@reedtribe.org · 12 years ago
  20. 1a60dab Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  22. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  24. 675de16 Adding support for new canvas API method clipRRect with rtree and tileGrid by junov@chromium.org · 12 years ago
  25. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  26. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
  27. fdba404 change all interfaces for SkRasterizer to const, in preparation for marking it by reed@google.com · 12 years ago
  28. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  29. 78c0c30 Fix drawSprite to record correctly with SkBBoxRecord by junov@chromium.org · 12 years ago
  30. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 6006b56 Fix SkBBoxRecord to correctly handle SkRect arguments that are inverted rects. by junov@chromium.org · 12 years ago
  32. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  33. 0c8ec2f Fixing bounding box computation for inverse filled paths in SkBBoxRecord by junov@chromium.org · 12 years ago
  34. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  35. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  36. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
  37. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
  38. 5f8c8f4 Adding missing oval and roundedRect primitives to SkBBoxRecord by junov@chromium.org · 12 years ago
  39. b3470c8 Fix line rendering with TileGrid and Rtree by junov@chromium.org · 12 years ago
  40. 9be5727 detect out-of-memory when we try to create a mask offscreen by reed@google.com · 12 years ago
  41. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
  42. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  43. 4ef4f4a Improving comment in SkTileGrid::search by junov@chromium.org · 12 years ago
  44. d4a1567 Replacing alloca call in SkTileGrid with SkAutoSMalloc by junov@chromium.org · 12 years ago
  45. 54cae70 Build fix for windows chromium bots. by junov@chromium.org · 12 years ago
  46. f7ef56d call lock-pixels once we know we're a sprite by reed@google.com · 12 years ago
  47. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  48. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  50. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  51. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 12 years ago
  52. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  53. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  54. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  56. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  57. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  58. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  59. 6f92862 When cloning picture, use a bitmap heap to avoid flattening bitmaps. by scroggo@google.com · 12 years ago
  60. dee54be optimize for paints that don't require deep copy during clone by reed@google.com · 12 years ago
  61. 84239fb mark our unflattened bitmap as immutable (just as picture deserialization does) by reed@google.com · 12 years ago
  62. 907ef6c don't convert clipPath -> clipRect if the path is inverse-filled by reed@google.com · 12 years ago
  63. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  64. edf32d5 Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths to rectangle clips if inverse fill. by junov@chromium.org · 12 years ago
  65. c1f224a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. 5f97114 Make debugger profiling honor deleted commands by robertphillips@google.com · 12 years ago
  67. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  68. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  69. f56225c speedup peek32() when the offset is in the last block (fTail) by reed@google.com · 12 years ago
  70. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  71. c52295f mark bitmaps as immutable as we deserialize them into picture-playback by reed@google.com · 12 years ago
  72. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  73. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  74. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  75. eb77612 add query to pixelref for its encoded data (if it has any) by reed@google.com · 12 years ago
  76. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  78. 8958dc9 Add operator delete to match operator new for SkTLList. by bsalomon@google.com · 12 years ago
  79. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
  80. ebce030 Fix stale iterators in LList test. Add newline to end of SkTLList.h by bsalomon@google.com · 12 years ago
  81. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  82. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
  84. acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
  85. 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
  86. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  87. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  88. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  89. 0da23a5 Tweak an enum declaration to make the clang compiler happy. by tomhudson@google.com · 12 years ago
  90. 000dea7 Disabling validation of the glyph cache for standard debug builds. by djsollen@google.com · 12 years ago
  91. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. 1c2c2fe Fix for roll-blocking compiler error in SkRRect.cpp by robertphillips@google.com · 12 years ago
  93. 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
  94. 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
  95. 2d47a21 use fast-pt case when radius <= 1/2, instead of just hairlines by reed@google.com · 12 years ago
  96. 417bc13 Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* members to combine* by bsalomon@google.com · 12 years ago
  97. 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
  98. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
  99. 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  100. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago