1. db2a09f fix chrome build, check OSX version before referencing 10.6 APIs by reed@google.com · 13 years ago
  2. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  3. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  4. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  5. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  6. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  7. b371ed1 Fix LCD text filtering by epoger@google.com · 13 years ago
  8. 5070d79 Fix build for old versions of freetype without FT_Library_SetLcdFilter by epoger@google.com · 13 years ago
  9. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  10. f83ceb9 extract a new factory when we get a new device by reed@google.com · 13 years ago
  11. 4be8adc explicitly enable font smoothing, in case your mac is hooked to a monitor by reed@google.com · 13 years ago
  12. 9c16bc0 fix bitmapinfo by reed@google.com · 13 years ago
  13. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  14. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  15. d9e7502 Fix Mac compile - missing comma. by vandebo@chromium.org · 13 years ago
  16. 98dfb05 Fix core text font metrics - scale to em size and convert float to int by vandebo@chromium.org · 13 years ago
  17. 9ac4a89 Change output format of dump() to make VS2008 happy. by tomhudson@google.com · 13 years ago
  18. 13649ce fix sign/unsigned warnings by reed@google.com · 13 years ago
  19. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
  20. 3aaf6a0 fix exceeds_dist: don't double the loop counter (the caller has done that) by reed@google.com · 13 years ago
  21. d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 13 years ago
  22. 21031e9 fix div-by-zero (triggers debugging assert when scalar=fixed) and add master by reed@google.com · 13 years ago
  23. 3e7b280 Fix compiler warning triggered by non-understanding of assert. by vandebo@chromium.org · 13 years ago
  24. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
  25. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  26. 67908f2 fix warnings (signed/unsigned, initialization order, parens) by reed@google.com · 13 years ago
  27. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  28. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  29. 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
  30. 67d0cff move common code into shared helper function by reed@google.com · 13 years ago
  31. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  32. 900d877 Fixed include statements to correctly link mac/ios libraries by yangsu@google.com · 13 years ago
  33. 57d73d6 Added mutex in GetDefaultFont and added the default font to the FontCache when it's first created by yangsu@google.com · 13 years ago
  34. b802557 fix null fFontRef in GetDefaultFont() by reed@google.com · 13 years ago
  35. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  36. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
  37. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  38. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  39. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  40. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  41. c8e0f93 fix mono bittest by reed@google.com · 13 years ago
  42. 8871a84 detect when our quadratic is really linear for 2-point radial, and don't by reed@google.com · 13 years ago
  43. 7382407 promote embedded bitmaps for lcd16 by reed@google.com · 13 years ago
  44. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 13 years ago
  45. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  46. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  47. 3c89818 Fix more coverity defects - Uninitialized class fields. by vandebo@chromium.org · 13 years ago
  48. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  49. 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
  50. e03c652 Handle possibly NULL deref in comparison by vandebo@chromium.org · 13 years ago
  51. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  52. fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 13 years ago
  53. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  54. f9046fe Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. by bsalomon@google.com · 13 years ago
  55. 06b4da1 Added dependencies for SkPipe in SampleApp by yangsu@google.com · 13 years ago
  56. b4490c7 Minor fixes for SampleApp. by Scroggo · 13 years ago
  57. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  58. 1bce0a5 Modified Pipe Reader to read an atom at a time by yangsu@google.com · 13 years ago
  59. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  60. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 13 years ago
  61. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  62. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  63. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  64. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  65. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  66. 5a23424 Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/ by Scroggo · 13 years ago
  67. 9195836 Consider hw render target limit for offscreen supersample and tile by bsalomon@google.com · 13 years ago
  68. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  69. 8260a89 move into utils by reed@google.com · 13 years ago
  70. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  71. 2f3567c check-point for unifying results between runs and mask backends for aa by reed@google.com · 13 years ago
  72. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
  73. 3b139f5 round Y baseline for text, as we do in the raster case by reed@google.com · 13 years ago
  74. 8d43018 Increase use of SkMatrix::hasPerspective(), merge in has_perspective(). by tomhudson@google.com · 13 years ago
  75. 521ed7c Attempt to correct issue with fixed point from SkMatrix changes in r1512. by tomhudson@google.com · 13 years ago
  76. 99683ce move code inside #ifdef to fix warning by reed@google.com · 13 years ago
  77. ac38525 Benchmarking suggests that replacing some of the conversions from float to int by tomhudson@google.com · 13 years ago
  78. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  79. ab0ab4a committing http://codereview.appspot.com/4515175/ by caryclark@google.com · 13 years ago
  80. 8cf334f remove dead/abandoned file by reed@google.com · 13 years ago
  81. 34e52a0 initialize fCurrY 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. fa57ae7 remember previous x-offset when we re-enter the runs array. speeds up paths by reed@google.com · 13 years ago
  84. d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  85. 5a1e795 remove dead code by reed@google.com · 13 years ago
  86. 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
  87. c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 13 years ago
  88. 67db664 draw rotated rects as paths if we're antialiasing, until we extend our rect-aa by reed@google.com · 13 years ago
  89. e70e400 checkpoint for better 8bit->5bit reduction (disable for now) by reed@google.com · 13 years ago
  90. eebb4a2 balance the call to matrix::flatten from r1414. Formerly both of these were by reed@google.com · 13 years ago
  91. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  92. 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
  93. 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
  94. 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
  95. 50108cd Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue as by senorblanco@chromium.org · 13 years ago
  96. f4ff39c Cleanup: Use member function isContentEmpty(). by ctguil@chromium.org · 13 years ago
  97. ee7a956 [PDF] Don't draw empty layers. by vandebo@chromium.org · 13 years ago
  98. b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
  99. 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
  100. ac45f00 return the bytes read, not the total provided by reed@google.com · 13 years ago