1. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 14 years ago
  2. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 14 years ago
  3. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 14 years ago
  4. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 14 years ago
  5. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 14 years ago
  6. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 14 years ago
  7. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 14 years ago
  8. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 14 years ago
  9. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 14 years ago
  10. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 14 years ago
  11. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 14 years ago
  12. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 14 years ago
  13. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 14 years ago
  14. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 14 years ago
  15. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 14 years ago
  16. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 14 years ago
  17. effc501 remove obsolete text codepaths by reed@google.com · 14 years ago
  18. 5667afc remove drawShape from canvas api by reed@google.com · 14 years ago
  19. 7453d0e use general SkWStream for parameter by reed@google.com · 14 years ago
  20. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 14 years ago
  21. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 14 years ago
  22. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 14 years ago
  23. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 14 years ago
  24. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 14 years ago
  25. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 14 years ago
  26. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 14 years ago
  27. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 14 years ago
  28. fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 14 years ago
  29. 2d54d06 update dox by reed@google.com · 14 years ago
  30. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 14 years ago
  31. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 14 years ago
  32. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 14 years ago
  33. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 14 years ago
  34. ca1f5e2 style and warnings by reed@google.com · 14 years ago
  35. 35ae8ea add SkDataRef (for future use) by reed@google.com · 14 years ago
  36. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 14 years ago
  37. 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 14 years ago
  38. a87e065 add SkFixedFloorToFixed by reed@google.com · 14 years ago
  39. 542e035 remove unneeded check for thumb. see http://codereview.appspot.com/4539048/ by reed@google.com · 14 years ago
  40. 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 14 years ago
  41. c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 14 years ago
  42. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 14 years ago
  43. b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 14 years ago
  44. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 14 years ago
  45. c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 14 years ago
  46. 2766118 Fix windows color order Review URL: http://codereview.appspot.com/4553048/ by bsalomon@google.com · 14 years ago
  47. 05ea181 move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so that by reed@google.com · 14 years ago
  48. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 14 years ago
  49. f2d9155 separate coverage stages from color stages. by bsalomon@google.com · 14 years ago
  50. 4b4fb3a fully expand the initialization for rect (android compiler didn't like {0}) by reed@google.com · 14 years ago
  51. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 14 years ago
  52. 04863fa add Convexity enum to SkPath by reed@google.com · 14 years ago
  53. af8edcc update dox by reed@google.com · 14 years ago
  54. 246bd0f by twiz@google.com · 14 years ago
  55. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 14 years ago
  56. cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 14 years ago
  57. ee9aa30 Fixes from Sk/Gr rect unification. by bsalomon@google.com · 14 years ago
  58. 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 14 years ago
  59. 20efde7 Share code with SkRect by reed@google.com · 14 years ago
  60. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 14 years ago
  61. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 14 years ago
  62. 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
  63. 0aa6c3e Tab -> spaces by bsalomon@google.com · 14 years ago
  64. 185d3d0 add SkScalarIsInt() by reed@google.com · 14 years ago
  65. a571c99 don't require a ptr unless size > 0 by reed@google.com · 14 years ago
  66. 8d90eeb add find() by reed@google.com · 14 years ago
  67. 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 14 years ago
  68. acd471f updated pipe by reed@google.com · 14 years ago
  69. 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 14 years ago
  70. 7894b92 code style by reed@google.com · 14 years ago
  71. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 14 years ago
  72. 3b521d0 update dox code style by reed@google.com · 14 years ago
  73. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 14 years ago
  74. e8f754a update dox by mike@reedtribe.org · 14 years ago
  75. 4b33d28 New 'skdiff' tool to compare two directories full of files, write diff images by tomhudson@google.com · 14 years ago
  76. 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 14 years ago
  77. f316634 http://codereview.appspot.com/4436057/ by reed@google.com · 14 years ago
  78. c009111 http://codereview.appspot.com/4438070/ by reed@google.com · 14 years ago
  79. 5b3d534 add helper available() by reed@google.com · 14 years ago
  80. ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 14 years ago
  81. 1a32d4a add SK_API by reed@google.com · 14 years ago
  82. 7394565 devolve flattening parameters to their base classes by reed@google.com · 14 years ago
  83. 4135f28 code style by mike@reedtribe.org · 14 years ago
  84. 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 14 years ago
  85. 13659f1 handle overflow by reed@google.com · 14 years ago
  86. 63c1ad8 add fFx1 field, returning where to start the iterator for fCount1 range by reed@google.com · 14 years ago
  87. 8c3ff17 Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia) by bsalomon@google.com · 14 years ago
  88. 73ccb98 move header fix warning in release build by reed@google.com · 14 years ago
  89. f5dbe2f Upstream android changes. by djsollen@google.com · 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. 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 14 years ago
  93. 586f48c by bsalomon@google.com · 14 years ago
  94. c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 14 years ago
  95. 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 14 years ago
  96. 24fb8e2 mark viewport APIs as deprecated by reed@google.com · 14 years ago
  97. ad91799 code style by reed@google.com · 14 years ago
  98. 4e1d3ac code style by mike@reedtribe.org · 14 years ago
  99. 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 14 years ago
  100. bcc1d33 coding style updates by mike@reedtribe.org · 14 years ago