1. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  2. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  3. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  5. 43a6b6a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  6. 1d6cff7 add alias for MakeFromIRect (just Make) by reed@google.com · 12 years ago
  7. 23c2939 Use Skia style cast in SkDeviceProperties. (Alternative to 7329.) by bungeman@google.com · 12 years ago
  8. 5133fc7 Speculative fix for cros_daisy compilation failure by robertphillips@google.com · 12 years ago
  9. ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
  10. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  11. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  12. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  13. 4d28d98 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. 4668e13 Adding SK_API to SkTileGridPicture class declaration Unreviewed by junov@chromium.org · 12 years ago
  15. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  16. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  17. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  18. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  19. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 18a48c3 replace getline with fgets for portability by humper@google.com · 12 years ago
  21. 61a972f fix gcc build by humper@google.com · 12 years ago
  22. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  23. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  24. 47ebbcc Use the NDK's cpu-features library when building skia for Chromium/Android. by digit@google.com · 12 years ago
  25. 171f5c7 Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No change in functionality. by senorblanco@chromium.org · 12 years ago
  26. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  27. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  28. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  29. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  30. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  31. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  32. 2b4e544 re-add SkRefPtr to SkRefCnt.h until all uses of it have been removed from Chrome by robertphillips@google.com · 12 years ago
  33. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  34. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  35. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  36. 672d5c2 Fix warnings about unused function on Mac. by bsalomon@google.com · 12 years ago
  37. a44de96 Update documentation around picture playback. by djsollen@google.com · 12 years ago
  38. f6100c8 fix compiler warnings: by mike@reedtribe.org · 12 years ago
  39. bcbef57 add SkRRect::inset(), which mimics stroking by mike@reedtribe.org · 12 years ago
  40. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  42. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  43. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
  44. fdba404 change all interfaces for SkRasterizer to const, in preparation for marking it by reed@google.com · 12 years ago
  45. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  46. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago
  47. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  48. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  49. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
  50. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
  51. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
  52. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  53. 441a005 Fix r6808 fix & some compiler warnings by robertphillips@google.com · 12 years ago
  54. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  55. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. ffbe903 Fix compiler warning as error bug by robertphillips@google.com · 12 years ago
  57. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  58. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  59. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 12 years ago
  60. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  61. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  62. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  64. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  65. 9b0fd9a part of prev CL for rrect by reed@google.com · 12 years ago
  66. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  67. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  68. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  69. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  70. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  71. f56225c speedup peek32() when the offset is in the last block (fTail) by reed@google.com · 12 years ago
  72. d27fe34 comment-only fix by epoger@google.com · 12 years ago
  73. dbfac8a Defining new color constat for transparent color by junov@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. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  77. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  78. b8b8ba0 Fix compiler error in SkTInternalList.h by robertphillips@google.com · 12 years ago
  79. bc293c4 Added SK_BUILD_FOR_NACL to SkPreConfig.h by borenet@google.com · 12 years ago
  80. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  81. dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
  82. acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
  83. 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
  84. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  85. 0da23a5 Tweak an enum declaration to make the clang compiler happy. by tomhudson@google.com · 12 years ago
  86. 9f0af0a Create aliases AddRef() and Release() to SkRefCnt for compatibility with scoped_refptr by reed@google.com · 12 years ago
  87. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
  89. 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
  90. 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
  91. 8520301 Add newline at end of SkRRect.h by robertphillips@google.com · 12 years ago
  92. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
  93. 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  94. 5e5885a update dox by reed@google.com · 12 years ago
  95. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
  96. 68d6bb0 revert prev change to reset by reed@google.com · 12 years ago
  97. 4efd9d9 guard for self-assignment in reset() by reed@google.com · 12 years ago
  98. 705e840 Make the clip stack reduction test generate inverse filled paths. by bsalomon@google.com · 12 years ago
  99. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  100. 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago