1. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  2. f6c7e72 Clean up SkFontHost_mac_coretext. https://codereview.appspot.com/6843087/ by bungeman@google.com · 12 years ago
  3. 8958dc9 Add operator delete to match operator new for SkTLList. by bsalomon@google.com · 12 years ago
  4. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. a444430 Make GrReduceClipStack use a caller provided query rect rather than return a by bsalomon@google.com · 12 years ago
  6. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
  7. ebce030 Fix stale iterators in LList test. Add newline to end of SkTLList.h by bsalomon@google.com · 12 years ago
  8. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  9. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  10. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  11. fe05df7 Provide default guess at font type in Mac CoreText font host, since CT's detection is unreliable. by bungeman@google.com · 12 years ago
  12. e26f2dd The short version of the 'loca' table stores offsets divided by 2. by bungeman@google.com · 12 years ago
  13. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  14. dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
  15. acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
  16. 1878a4e Templatize AutoCFRelease and use it. https://codereview.appspot.com/6855113/ by bungeman@google.com · 12 years ago
  17. 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
  18. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  19. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  20. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  21. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  22. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  23. 1d3c411 Fix clang 'overloaded-virtual' warnings. by tfarina@chromium.org · 12 years ago
  24. 0da23a5 Tweak an enum declaration to make the clang compiler happy. by tomhudson@google.com · 12 years ago
  25. 47c8899 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 000dea7 Disabling validation of the glyph cache for standard debug builds. by djsollen@google.com · 12 years ago
  27. 70ffc9a Add auto table ref for coretext. https://codereview.appspot.com/6849117/ by bungeman@google.com · 12 years ago
  28. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. 1c2c2fe Fix for roll-blocking compiler error in SkRRect.cpp by robertphillips@google.com · 12 years ago
  30. 528952b Clean up some Windows compiler warnings. by senorblanco@chromium.org · 12 years ago
  31. deb4c16 Keep track of identity SkMatrix44s by jamesr@chromium.org · 12 years ago
  32. 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
  33. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  34. 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
  35. 2d47a21 use fast-pt case when radius <= 1/2, instead of just hairlines by reed@google.com · 12 years ago
  36. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  37. 417bc13 Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* members to combine* by bsalomon@google.com · 12 years ago
  38. 0cb6e53 Turn on the separable blur (release the hounds!). This will require rebaselines of the following Skia tests: tilemodes, texteffects, shadows, drawlooper, drawbitmaprect, circles, blurrect_grad, blurrect, blurs, drawbitmapmatrix (max. pixel change in 8888 is 5). by senorblanco@chromium.org · 12 years ago
  39. 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
  40. 91f489a Modify the blur bench to add tests for high-quality blurs, and large non-integer blurs. Change the Coarse flag (which just turns on separable blurs) to an #ifdef, since separable is no longer just Coarse. (This #ifdef will hopefully be shortlived, once Chrome has switched). by senorblanco@chromium.org · 12 years ago
  41. 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
  42. 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. ffd7907 Remove what turns out to be a bogus assert. by bungeman@google.com · 12 years ago
  44. d59a3fe Write correct type of sfnt file in mac coretext open stream. by bungeman@google.com · 12 years ago
  45. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
  46. edb26fd Set empty/wide-open genID on clip stack in more places and fix a bug in GrReduceClipStack. by bsalomon@google.com · 12 years ago
  47. ab38f7a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. 9b0d4d7 Implement radius interpolation for separable blur. Unroll both separable implementations, which yields up to 2X perf improvement. by senorblanco@chromium.org · 12 years ago
  49. 705e840 Make the clip stack reduction test generate inverse filled paths. by bsalomon@google.com · 12 years ago
  50. d198a5b don't leak *every* src mask in the ninepatch case. doh. by reed@google.com · 12 years ago
  51. 631940c don't use bit-wise test for equality when using floats. by reed@google.com · 12 years ago
  52. 8ccf590 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  54. 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
  55. a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
  56. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  57. 53007a2 choose correct blitrow proc based on global alpha by reed@google.com · 12 years ago
  58. 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
  59. c19468e add default: to fix warning by reed@google.com · 12 years ago
  60. 5347de1 Simple change to remove unnecessary #define statement. by sugoi@google.com · 12 years ago
  61. b2e138c fix typo: must use modified join in case the miterlimit forces us to use bevel by reed@google.com · 12 years ago
  62. 04fdaa1 use direction from isRect in strokeRect, and only stroke if it is closed by reed@google.com · 12 years ago
  63. 7775fd5 Deferred canvas can now be flushed if an image is beyond a certain size to avoid a costly image copy. by sugoi@google.com · 12 years ago
  64. f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
  65. f276fa7 limit the rects width/height as well as its coords, when avoiding too-large by reed@google.com · 12 years ago
  66. bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
  67. b0a327e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  68. 158c595 add SK_IGNORE_NEW_STROKERECT guard by reed@google.com · 12 years ago
  69. b9971cb fix regression from 6510 -- respect kStrokeAndFill setting for stroked rects by reed@google.com · 12 years ago
  70. 6bb92bc detect gigantoid matrices, and do nothing to avoid wacky overflows from float -> int by reed@google.com · 12 years ago
  71. 4e7ba6a Correct A8 gamma on Mac. by bungeman@google.com · 12 years ago
  72. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  73. a544f29 Additional OpenType tables. https://codereview.appspot.com/6850075/ by bungeman@google.com · 12 years ago
  74. 336b4da Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymmetrical blurs (this bug cancels itself out, but I thought it might be confusing for future readers). Use correct stride in asymmetrical blurs (this is a real bug). by senorblanco@chromium.org · 12 years ago
  75. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. 07784a0 skip very large rects (for now) until we can pre-clip them to avoid floating by reed@google.com · 12 years ago
  77. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  78. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  79. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  80. dab9b4f use SkPath::isNestedRects() to apply blurred nine-patch by reed@google.com · 12 years ago
  81. 8e2999f Protect against unref/ref of stencil buffer. by bsalomon@google.com · 12 years ago
  82. 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
  83. 1542354 Revert r6469, "Turn on separable blur." by senorblanco@chromium.org · 12 years ago
  84. 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
  85. 2c48c5e Turn on separable blur. by senorblanco@chromium.org · 12 years ago
  86. 4ce738b Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing by epoger@google.com · 12 years ago
  87. 886b25f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. c438130 Separable blur: subpixel blurring. We approximate intermediate values of blur for even kernel sizes by using a kernel of size N offset to the left in the first pass, a kernel of size N offset to the right in the second pass, and a centered kernel of size N + 1 in the third pass. This required adding support for asymmetrical radii to the box blur. by senorblanco@chromium.org · 12 years ago
  89. 59d968f use correct blend proc instead of fourbyteinterp, since the src may not be opaque by reed@google.com · 12 years ago
  90. 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
  91. 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. 908276b Reorder the separable blur passes into XXX/YYY, with an image transpose on the last pass of each group. This results in continuguous memory reads in all passes, giving a 22% speedup on theverge.skp over the previous separable implementation, and a 30%-50% improvement over the existing implementation (depending on platform). by senorblanco@chromium.org · 12 years ago
  93. 0f5891c remove (unused) debugging global by reed@google.com · 12 years ago
  94. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  95. 7a722f0 silence excessive printf noise from SkScalerContext_FreeType::generateMetrics for glyph out-of-range. by mike@reedtribe.org · 12 years ago
  96. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  97. cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  99. fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  100. 72fac35 Build fix. Unreviewed. by senorblanco@chromium.org · 12 years ago