1. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  2. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  3. 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. b03fe42 use subclasses instead of function-ptrs for hairline specializations. by reed@google.com · 12 years ago
  5. 1bdb857 Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined. by bungeman@google.com · 12 years ago
  6. a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 12 years ago
  7. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  8. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  9. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  11. 077348c Fix slow gm debug builds that are doing large path validation runs. by djsollen@google.com · 12 years ago
  12. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
  13. 801cee1 Added ability to extract SkBitmaps to filter tool by robertphillips@google.com · 12 years ago
  14. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  15. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
  16. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  17. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. c0e88e0 Munch the incoming inverse to force nearly-no-scale to no-scale, if we think by reed@google.com · 12 years ago
  19. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
  20. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  21. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  22. 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. a8d9930 fast case for translate-only repeat bitmapshader, so Tom can be happy by reed@google.com · 12 years ago
  24. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  25. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  26. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  27. 04685d2 #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque behavior by reed@google.com · 12 years ago
  28. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. f7698de retool fFilterOne[X,Y] to store the translate dx, dy, so we can avoid float by reed@google.com · 12 years ago
  30. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
  31. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  32. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  33. 9a4c746 reland 5926 w/ fix in middle loop (thank you asserts) by reed@google.com · 12 years ago
  34. 6222be8 revert 5926 (debug assert) by reed@google.com · 12 years ago
  35. 1fe2690 add shaderproc32 for translate+clamp+nofilter. by reed@google.com · 12 years ago
  36. 97cd69c Fix matrix type in setRectToRect by reed@google.com · 12 years ago
  37. 3768853 Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the opaque bit but was reverted because of a partally-loaded jpeg issue in WK which has since been fixed: by bsalomon@google.com · 12 years ago
  38. 5b6f916 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  40. 5dc26b9 SkTCopyOnFirstWrite by bsalomon@google.com · 12 years ago
  41. 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago
  42. fc84359 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  43. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  44. 36d6eda Draw hairline text as path. by bsalomon@google.com · 12 years ago
  45. a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 12 years ago
  46. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  47. 5cd3656 Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR. by scroggo@google.com · 12 years ago
  48. cc0c8e6 correctly handle negative values in fixed_clamp() by reed@google.com · 12 years ago
  49. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  50. 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
  51. b1a72cb Remove state from SkColorSpaceLuminance to avoid memory management. by bungeman@google.com · 12 years ago
  52. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  53. 7cc7f49 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 3a80991 Ensure SkPathRef debug code mutex is initialized during creation of statically-initialized SkPaths. by bsalomon@google.com · 12 years ago
  55. ae09f2d Adds extra debugging to SkPathRef that can optionally be turned on in a release build. by bsalomon@google.com · 12 years ago
  56. 1dfe88e Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will follow with change for extra debug checks to attempt to ferret out http://www.crbug.com/148637. by bsalomon@google.com · 12 years ago
  57. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  58. 21b519d catch empty stack in restorefixup called by clipRect by reed@google.com · 12 years ago
  59. a3301b6 reenable peephole optimization for save/clip/restore, with build flag by reed@google.com · 12 years ago
  60. dde646a re-land removal of setBitmapDevice by reed@google.com · 12 years ago
  61. 35e535a Rolling back r5732 due to Chrome Mac compiler issues by robertphillips@google.com · 12 years ago
  62. 768d59b remove setBitmapDevice -- no longer called, and is a necessary step on our way by reed@google.com · 12 years ago
  63. 1e9c987 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
  65. d86e7ab remove call to setBitmapDevice (deprecated). by reed@google.com · 12 years ago
  66. 34dc9a2 allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT by reed@google.com · 12 years ago
  67. 74bb77e add getMetaData() to SkCanvas (as part of our master plan to remove by mike@reedtribe.org · 12 years ago
  68. 7064e9a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  69. 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
  70. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  71. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
  72. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  73. 8136d58 check for very large blurs, and don't try to cache the result in fontcache by reed@google.com · 12 years ago
  74. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  75. ec0aa76 Explicitly convert from int to SkScalar to avoid a compiler error on gcc 4.5 by george@mozilla.com · 12 years ago
  76. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  77. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  78. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  79. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  80. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  81. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  82. 055c7c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  84. 6132eb9 speculative fix for crbug.com/147406 -- disabling save/clip/restore peephole by reed@google.com · 12 years ago
  85. a9baf11 Double size of buffer for SkString::printf() by rileya@google.com · 12 years ago
  86. d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago
  87. 1c6307e Fix some nits from http://codereview.appspot.com/6506103/ by rileya@google.com · 12 years ago
  88. 8cae835 fix fragile cubic stepper, where we want to assert that each tesselated segment by reed@google.com · 12 years ago
  89. 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  90. 90f2d07 Fix for gcc compile error. Unreviewed. by rileya@google.com · 12 years ago
  91. 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 12 years ago
  92. 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
  93. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  94. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  95. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  96. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  97. a9279f0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
  99. 0996e83 Fix 5492. by bungeman@google.com · 12 years ago
  100. ae30f56 Reduce SkMaskGamma cache thrashing. https://codereview.appspot.com/6497114/ by bungeman@google.com · 12 years ago