1. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  2. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  3. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  4. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  5. 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
  6. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  7. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  8. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  9. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  10. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  11. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  12. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  13. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
  14. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  15. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  16. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  17. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  18. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  19. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  20. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
  21. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
  22. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  23. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  24. 6ed8249 update dox by reed@google.com · 13 years ago
  25. 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
  26. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  27. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
  28. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  29. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
  30. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  31. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  32. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  33. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  34. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  35. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  36. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  37. 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
  38. 714df17 Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed in r1625. by bsalomon@google.com · 13 years ago
  39. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  40. fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 13 years ago
  41. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  42. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  43. 2d54d06 update dox by reed@google.com · 13 years ago
  44. f9046fe Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. by bsalomon@google.com · 13 years ago
  45. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  46. 1bce0a5 Modified Pipe Reader to read an atom at a time by yangsu@google.com · 13 years ago
  47. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  48. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 13 years ago
  49. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  50. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  51. 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
  52. ca1f5e2 style and warnings by reed@google.com · 13 years ago
  53. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  54. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  55. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  56. 8260a89 move into utils by reed@google.com · 13 years ago
  57. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  58. 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 13 years ago
  59. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
  60. a87e065 add SkFixedFloorToFixed by reed@google.com · 13 years ago
  61. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  62. 542e035 remove unneeded check for thumb. see http://codereview.appspot.com/4539048/ by reed@google.com · 13 years ago
  63. 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 13 years ago
  64. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  65. d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  66. f33d153 Port the SampleApp (raster) to Android. by Scroggo · 13 years ago
  67. 3509f05 Add more SK_API declarations to fix Chrome. by vandebo@chromium.org · 13 years ago
  68. f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 13 years ago
  69. c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 13 years ago
  70. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  71. 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
  72. 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
  73. 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
  74. b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
  75. 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
  76. b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 13 years ago
  77. 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 13 years ago
  78. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
  79. c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 13 years ago
  80. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  81. 2766118 Fix windows color order Review URL: http://codereview.appspot.com/4553048/ by bsalomon@google.com · 13 years ago
  82. 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 13 years ago
  83. 8989d31 [PDF] Fix windows compile warning. by vandebo@chromium.org · 13 years ago
  84. 05ea181 move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so that by reed@google.com · 13 years ago
  85. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  86. 1fbb300 add more keys by reed@google.com · 13 years ago
  87. ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 13 years ago
  88. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  89. 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago
  90. f2d9155 separate coverage stages from color stages. by bsalomon@google.com · 13 years ago
  91. 4b4fb3a fully expand the initialization for rect (android compiler didn't like {0}) by reed@google.com · 13 years ago
  92. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  93. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 13 years ago
  94. d757df2 Optimize colorfilter path when using a constant color.\nReviewed at http://codereview.appspot.com/4548041/ by Scroggo · 13 years ago
  95. 04863fa add Convexity enum to SkPath by reed@google.com · 14 years ago
  96. 6112c21 [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. by vandebo@chromium.org · 14 years ago
  97. af8edcc update dox by reed@google.com · 14 years ago
  98. 78dad54 [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. by vandebo@chromium.org · 14 years ago
  99. 246bd0f by twiz@google.com · 14 years ago
  100. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 14 years ago