1. cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
  2. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  3. 52c748b Gpu can draw underlined text. http://codereview.appspot.com/4919047/ by bungeman@google.com · 13 years ago
  4. 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
  5. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  6. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  7. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  8. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  9. 178d41e Remove unneeded sk/gr conversion code by bsalomon@google.com · 13 years ago
  10. 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  11. bbfa100 Fix header build breakage caused by moving GrGpu.h to src dir by bsalomon@google.com · 13 years ago
  12. a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
  13. 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
  14. 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 13 years ago
  15. ff8a166 move setOrigin to protected, as a stop-gap fix for proxy devices. will revert by reed@google.com · 13 years ago
  16. bc75483 undef Status to undo the evil that XLib.h has done by reed@google.com · 13 years ago
  17. ef7bdfa Added Debugger to Sample App, off by default by yangsu@google.com · 13 years ago
  18. c34d7cf re-get the function-ptr when we unflatten a ProcCoeffXfermode by reed@google.com · 13 years ago
  19. a9e586a Add means to release object from ScopedComPtr. by bungeman@google.com · 13 years ago
  20. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 13 years ago
  21. 18dc477 use common subclass SkPath2DPathEffect, which can be serialized by reed@google.com · 13 years ago
  22. e28b917 register 1D and 2D patheffects, so they work when serialized (and piperized) by reed@google.com · 13 years ago
  23. a44f700 Fix some ref leaks by bsalomon@google.com · 13 years ago
  24. 88edf1e Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 13 years ago
  25. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  26. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  27. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  28. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  29. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  30. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
  31. 099d22d add roundOut() by reed@google.com · 13 years ago
  32. 1b20280 deprecate SkScalarFloor, SkScalarCeil, SkScalarRound by reed@google.com · 13 years ago
  33. 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
  34. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  35. 84b437e update dox for LCD text by reed@google.com · 13 years ago
  36. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  37. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  38. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  39. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  40. 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
  41. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago
  42. 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
  43. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  44. 4f1151a Documentation only: add warning to SkCanvas::writePixels() that this operation by epoger@google.com · 13 years ago
  45. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  46. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  47. 6dc7455 remove forward declaration and reference to extinct SkDeviceFactory by reed@google.com · 13 years ago
  48. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  49. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  50. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  51. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  52. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  53. f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
  54. db77a6a export function to return a typeface's LOGFONT by reed@google.com · 13 years ago
  55. fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  56. 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 13 years ago
  57. b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
  58. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  59. 7f6d6d4 add validate() and SkAutoRef by reed@google.com · 13 years ago
  60. 7d04280 Extends skdiff to handle commands of the form by tomhudson@google.com · 13 years ago
  61. 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
  62. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  63. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
  64. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  65. 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
  66. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  67. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  68. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  69. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  70. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  71. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  72. 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
  73. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  74. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  75. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  76. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  77. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  78. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  79. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  80. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
  81. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  82. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  83. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  84. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  85. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  86. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  87. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
  88. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
  89. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  90. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  91. 6ed8249 update dox by reed@google.com · 13 years ago
  92. 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
  93. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  94. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
  95. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  96. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
  97. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  98. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  99. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  100. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago