1. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 14 years ago
  2. d757df2 Optimize colorfilter path when using a constant color.\nReviewed at http://codereview.appspot.com/4548041/ by Scroggo · 14 years ago
  3. 0b7b982 clean up sign detection code in computeconvexity by reed@google.com · 14 years ago
  4. 85b6e39 detect more than one loop in computeconvexity by reed@google.com · 14 years ago
  5. 04863fa add Convexity enum to SkPath by reed@google.com · 14 years ago
  6. 6112c21 [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. by vandebo@chromium.org · 14 years ago
  7. d604481 [PDF] Fix windows SkFontHost::OpenStream for TTC fonts. by vandebo@chromium.org · 14 years ago
  8. 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 14 years ago
  9. 3189158 cleanup previous array of paints by reed@google.com · 14 years ago
  10. 78dad54 [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. by vandebo@chromium.org · 14 years ago
  11. f475a33 Remove dead debug code. by bsalomon@google.com · 14 years ago
  12. 97c88c2 Add color filters to gpu path. by Scroggo · 14 years ago
  13. 0faac1e remove some dead code in pipes by reed@google.com · 14 years ago
  14. b55d118 check-point for pipe: flatten/unflatten objects for single paint by reed@google.com · 14 years ago
  15. 34dae87 [PDF] Fix ending condition for font advance construction. by vandebo@chromium.org · 14 years ago
  16. 246bd0f by twiz@google.com · 14 years ago
  17. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 14 years ago
  18. cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 14 years ago
  19. 87ec860 remove unneeded asserts (which may fail from imprecise blits into the bitmap, but by reed@google.com · 14 years ago
  20. 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 14 years ago
  21. 339ac3d [PDF] (regression) Update font if size changes. by vandebo@chromium.org · 14 years ago
  22. 69d4ca3 [PDF] Fix bug in graphic state comparison. by vandebo@chromium.org · 14 years ago
  23. 20efde7 Share code with SkRect by reed@google.com · 14 years ago
  24. 25adce8 [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. by vandebo@chromium.org · 14 years ago
  25. a0c7edb [PDF] Fix setting of existing clip for layers. by vandebo@chromium.org · 14 years ago
  26. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 14 years ago
  27. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 14 years ago
  28. fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 14 years ago
  29. 96a9f791 Fix some fixed-width CJK by reed@google.com · 14 years ago
  30. 205ddd7 Disable MSAA in SkOsWindow on mac and windows by bsalomon@google.com · 14 years ago
  31. bb6793b update by reed@google.com · 14 years ago
  32. f7398c3 correctly compute coverage when an antialiased rect covers only 1 column of pixels by reed@google.com · 14 years ago
  33. 6aef1fb Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa. by bsalomon@google.com · 14 years ago
  34. f5842f7 add typeface flattening by reed@google.com · 14 years ago
  35. 8a6400e implement (sort of) Serialize/Deserialize by reed@google.com · 14 years ago
  36. 8d90eeb add find() by reed@google.com · 14 years ago
  37. 2dbd044 Minor fixes to get SampleApp's OpenGL path not to crash on Linux. Initialize by senorblanco@chromium.org · 14 years ago
  38. c925451 fix precendence error (== binds tighter than &) add new samples to solution by reed@google.com · 14 years ago
  39. 17fb387 add debugging test for building SkDescriptor update some samples by reed@google.com · 14 years ago
  40. 2fcdbec Make the unix test app build. by scroggo · 14 years ago
  41. 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 14 years ago
  42. 68ac0df code style by mike@reedtribe.org · 14 years ago
  43. acd471f updated pipe by reed@google.com · 14 years ago
  44. 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 14 years ago
  45. db8b51c Fix arm compile problem on Lucid. by vandebo@chromium.org · 14 years ago
  46. d9fec61 never support bw by reed@google.com · 14 years ago
  47. 59d2f63 fix signed shift in blend32 use typefacecache in fonthost_win by reed@google.com · 14 years ago
  48. baf7a07 add win-specific backend to SkDebugf by reed@google.com · 14 years ago
  49. e495905 disable lifecycle dumps by reed@google.com · 14 years ago
  50. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 14 years ago
  51. be2048a [PDF] Fix fallout from r1217. by vandebo@chromium.org · 14 years ago
  52. 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 14 years ago
  53. 3b521d0 update dox code style by reed@google.com · 14 years ago
  54. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 14 years ago
  55. ee5ee58 fix warnings about possibly-uninitialized-variables by reed@google.com · 14 years ago
  56. 95bae39 move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on all by reed@google.com · 14 years ago
  57. 06e1795 Add bounding rect for paths by bsalomon@google.com · 14 years ago
  58. 31a5840 Accidentally omitted this file from r1203, :( by bsalomon@google.com · 14 years ago
  59. c4654ba [PDF] Fix warnings on Windows. by vandebo@chromium.org · 14 years ago
  60. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 14 years ago
  61. 938d604 Add flattenable registrar for Two_Point_Radial_Gradient. by tomhudson@google.com · 14 years ago
  62. eeb02bc http://codereview.appspot.com/4365051/ by reed@google.com · 14 years ago
  63. bb6992a add experimental canvas pipe by reed@google.com · 14 years ago
  64. 1f55b04 CGColorSpaceCreateDeviceRGB() better matches CG's output by reed@google.com · 14 years ago
  65. a39f404 Remove sampler state param from lockKeylessTexture. It didn't serve any function and gave the false impression that tiling modes were handled on APIs with npot limitations. by bsalomon@google.com · 14 years ago
  66. ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 14 years ago
  67. 9ce767c Fix to (two-point radial) gradient playback error in SkPictures that swapped by tomhudson@google.com · 14 years ago
  68. 7394565 devolve flattening parameters to their base classes by reed@google.com · 14 years ago
  69. fea37b5 Add lockKeylessTexture() for caching texture without a content key. by bsalomon@google.com · 14 years ago
  70. 205d460 Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects. by bsalomon@google.com · 14 years ago
  71. 3334c3a code style by mike@reedtribe.org · 14 years ago
  72. ebe5bcd code style by mike@reedtribe.org · 14 years ago
  73. 69bc994 code style by mike@reedtribe.org · 14 years ago
  74. feb8cc8 code style by reed@google.com · 14 years ago
  75. 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 14 years ago
  76. 13659f1 handle overflow by reed@google.com · 14 years ago
  77. 91408cc fix warnings code style by reed@google.com · 14 years ago
  78. 63c1ad8 add fFx1 field, returning where to start the iterator for fCount1 range by reed@google.com · 14 years ago
  79. b692a14 disable fast linear for now (really this time) by reed@google.com · 14 years ago
  80. 1770507 disable fast linear until we handle the overflow cases by reed@google.com · 14 years ago
  81. 77bcaa3 [PDF] Implement clear() method and a couple fixes. by vandebo@chromium.org · 14 years ago
  82. fb0b0ed [PDF] If the clip is empty, we shouldn't bother actually drawing anything. by vandebo@chromium.org · 14 years ago
  83. e61414c add SK_USE_SLOW_2POINT_RADIAL_GRADIENT option for clients that like slowness by reed@google.com · 14 years ago
  84. 5eb158d use SkClampRange to speedup clamp iterators speeds up linear gradients 4x by reed@google.com · 14 years ago
  85. 73ccb98 move header fix warning in release build by reed@google.com · 14 years ago
  86. 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 14 years ago
  87. f5dbe2f Upstream android changes. by djsollen@google.com · 14 years ago
  88. 61eb040 code style by reed@google.com · 14 years ago
  89. 676d69b experimental by mike@reedtribe.org · 14 years ago
  90. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 14 years ago
  91. 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 14 years ago
  92. 261b8e2 fix warnings by reed@google.com · 14 years ago
  93. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 14 years ago
  94. 586f48c by bsalomon@google.com · 14 years ago
  95. f5848e4 Fix wrong class name used when unregistering class for dummy window in SkOsWindow_win.cpp by bsalomon@google.com · 14 years ago
  96. a8282ef add mask for paint-bits to layerdrawlooper by mike@reedtribe.org · 14 years ago
  97. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 14 years ago
  98. 84e9c08 speed up 2-point-radial gradients by 9x, using float instead of fixed by reed@google.com · 14 years ago
  99. 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 14 years ago
  100. 521e34e return Coeff for kPlus_Mode and kMultiply_Mode by reed@google.com · 14 years ago