1. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  2. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  3. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  4. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  5. f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
  6. db77a6a export function to return a typeface's LOGFONT by reed@google.com · 13 years ago
  7. fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  8. 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 13 years ago
  9. b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
  10. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  11. 7f6d6d4 add validate() and SkAutoRef by reed@google.com · 13 years ago
  12. 7d04280 Extends skdiff to handle commands of the form by tomhudson@google.com · 13 years ago
  13. 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
  14. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  15. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
  16. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  17. 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
  18. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  19. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  20. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  21. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  22. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  23. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  24. 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
  25. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  26. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  27. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  28. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  29. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  30. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  31. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  32. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
  33. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  34. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  35. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  36. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  37. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  38. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  39. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
  40. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
  41. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  42. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  43. 6ed8249 update dox by reed@google.com · 13 years ago
  44. 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
  45. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  46. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
  47. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  48. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
  49. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  50. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  51. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  52. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  53. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  54. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  55. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  56. 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
  57. 714df17 Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed in r1625. by bsalomon@google.com · 13 years ago
  58. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  59. fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 13 years ago
  60. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
  61. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  62. 2d54d06 update dox by reed@google.com · 13 years ago
  63. f9046fe Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. by bsalomon@google.com · 13 years ago
  64. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  65. 1bce0a5 Modified Pipe Reader to read an atom at a time by yangsu@google.com · 13 years ago
  66. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  67. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 13 years ago
  68. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  69. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  70. 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
  71. ca1f5e2 style and warnings by reed@google.com · 13 years ago
  72. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  73. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  74. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  75. 8260a89 move into utils by reed@google.com · 13 years ago
  76. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  77. 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 13 years ago
  78. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
  79. a87e065 add SkFixedFloorToFixed by reed@google.com · 13 years ago
  80. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  81. 542e035 remove unneeded check for thumb. see http://codereview.appspot.com/4539048/ by reed@google.com · 13 years ago
  82. 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 13 years ago
  83. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  84. d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  85. f33d153 Port the SampleApp (raster) to Android. by Scroggo · 13 years ago
  86. 3509f05 Add more SK_API declarations to fix Chrome. by vandebo@chromium.org · 13 years ago
  87. 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
  88. c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 13 years ago
  89. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  90. 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
  91. 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
  92. 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
  93. b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
  94. 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
  95. b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 13 years ago
  96. 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 13 years ago
  97. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
  98. c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 13 years ago
  99. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  100. 2766118 Fix windows color order Review URL: http://codereview.appspot.com/4553048/ by bsalomon@google.com · 13 years ago