1. d9f65e3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  2. b16033a reorder internal files, in preparation for refactoring. no functional change. by mike@reedtribe.org · 12 years ago
  3. 5d688fb remove dead code from SkPath::addOval by mike@reedtribe.org · 12 years ago
  4. ae57358 use SkTreatAsSprite in SkDraw (with guard for chrome if needed) by reed@google.com · 12 years ago
  5. 5408a30 #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads. by reed@google.com · 12 years ago
  6. 422188f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  7. 7d474f8 The motivation for this changeset is to fix the following build failure in google3- by rmistry@google.com · 12 years ago
  8. ad51430 add unittest for SkTreatAsSprite by reed@google.com · 12 years ago
  9. 10a9fb8 Ensure that GrCacheID::Key instances are fully initialized. by bsalomon@google.com · 12 years ago
  10. a59df04 Delete no-longer compiled SkRectShape.cpp by epoger@google.com · 12 years ago
  11. 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. 3eafe9b Fix break from eariler change to colorfilters. clang's warnings found that some of these by mike@reedtribe.org · 12 years ago
  13. 61490fa fix warnings related to constness in overrides of SkColorFilter by mike@reedtribe.org · 12 years ago
  14. 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
  15. dec8125 fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX to by mike@reedtribe.org · 12 years ago
  16. 1a60dab Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  18. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  19. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  20. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  22. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  23. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  24. 6d06730 Accelerate AA filled rect drawing using drawIndexedInstances by robertphillips@google.com · 12 years ago
  25. 009bcca When doing a readback in SkGrPixelRef check whether the dst bmp was allocated. by bsalomon@google.com · 12 years ago
  26. 675de16 Adding support for new canvas API method clipRRect with rtree and tileGrid by junov@chromium.org · 12 years ago
  27. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  28. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
  29. fdba404 change all interfaces for SkRasterizer to const, in preparation for marking it by reed@google.com · 12 years ago
  30. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  31. 78c0c30 Fix drawSprite to record correctly with SkBBoxRecord by junov@chromium.org · 12 years ago
  32. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. 6006b56 Fix SkBBoxRecord to correctly handle SkRect arguments that are inverted rects. by junov@chromium.org · 12 years ago
  34. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  35. 0c8ec2f Fixing bounding box computation for inverse filled paths in SkBBoxRecord by junov@chromium.org · 12 years ago
  36. 57850b9 we do not correctly handle inner-style in blurmaskfilter w/ the 9patch by reed@google.com · 12 years ago
  37. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  38. 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 12 years ago
  39. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  40. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
  41. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
  42. 5f8c8f4 Adding missing oval and roundedRect primitives to SkBBoxRecord by junov@chromium.org · 12 years ago
  43. 6b18d24 Limit the maximum number of dash segments per path by fmalita@google.com · 12 years ago
  44. 2882c57 Fix SampleApp busted images with --picture on windows. by bsalomon@google.com · 12 years ago
  45. b3470c8 Fix line rendering with TileGrid and Rtree by junov@chromium.org · 12 years ago
  46. 9be5727 detect out-of-memory when we try to create a mask offscreen by reed@google.com · 12 years ago
  47. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
  48. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  49. 5bff6ec if CG fails to decode an image, check to see if it was a problem in the colorspace by mike@reedtribe.org · 12 years ago
  50. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  51. 4ef4f4a Improving comment in SkTileGrid::search by junov@chromium.org · 12 years ago
  52. d4a1567 Replacing alloca call in SkTileGrid with SkAutoSMalloc by junov@chromium.org · 12 years ago
  53. 54cae70 Build fix for windows chromium bots. by junov@chromium.org · 12 years ago
  54. 441a005 Fix r6808 fix & some compiler warnings by robertphillips@google.com · 12 years ago
  55. f7ef56d call lock-pixels once we know we're a sprite by reed@google.com · 12 years ago
  56. b68addd Use the stencil buffer to avoid temporary alpha clip masks. by bsalomon@google.com · 12 years ago
  57. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  58. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. f81f97e Optimized implementation of SkMatrix44::preScale by shawnsingh@chromium.org · 12 years ago
  60. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  61. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  62. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 12 years ago
  63. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  64. 9f13174 Fix oversights in r6793. by bsalomon@google.com · 12 years ago
  65. 8d67c07 Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 12 years ago
  66. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  67. dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 12 years ago
  68. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  69. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  70. 8f0ca06 Fixing clip region test in deferred canvas, used to determine whether a draw operation occludes the entire canvas. by junov@chromium.org · 12 years ago
  71. 9973a8a Matrix inversion optimizations and benchmark; originally by whunt@google.com. by tomhudson@google.com · 12 years ago
  72. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. bfa0401 Use double precision when iterating in SkDashPathEffect::filterPath() by fmalita@google.com · 12 years ago
  74. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  75. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  76. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  77. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  78. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  79. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  80. fb883bf Fix generation of random two point gradients for program unit test. by bsalomon@google.com · 12 years ago
  81. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 1adad34 use new enum-constructors by reed@google.com · 12 years ago
  83. ef818a4 Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp by robertphillips@google.com · 12 years ago
  84. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  85. 6f92862 When cloning picture, use a bitmap heap to avoid flattening bitmaps. by scroggo@google.com · 12 years ago
  86. dee54be optimize for paints that don't require deep copy during clone by reed@google.com · 12 years ago
  87. 84239fb mark our unflattened bitmap as immutable (just as picture deserialization does) by reed@google.com · 12 years ago
  88. 907ef6c don't convert clipPath -> clipRect if the path is inverse-filled by reed@google.com · 12 years ago
  89. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  90. 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
  91. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  92. c1f224a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. 5f97114 Make debugger profiling honor deleted commands by robertphillips@google.com · 12 years ago
  94. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  95. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  96. f56225c speedup peek32() when the offset is in the last block (fTail) by reed@google.com · 12 years ago
  97. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  98. c52295f mark bitmaps as immutable as we deserialize them into picture-playback by reed@google.com · 12 years ago
  99. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  100. d21444a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago