1. 448e2a3 Add SkBarriers to ports. by commit-bot@chromium.org · 10 years ago
  2. 933e65d replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! by commit-bot@chromium.org · 10 years ago
  3. 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
  4. b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
  5. d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
  6. d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
  7. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  8. 3c12840 remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false by reed@google.com · 11 years ago
  9. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  10. 0e6e8cc Revert r10705 (ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG) due to 1000+ linux_layout failures (http://build.chromium.org/p/tryserver.chromium/builders/linux_layout_rel/builds/18997/steps/webkit_tests/logs/stdio) by robertphillips@google.com · 11 years ago
  11. 73ab296 ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG by commit-bot@chromium.org · 11 years ago
  12. 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
  13. 2853429 remove dead defines from SkUserConfig.h by reed@google.com · 11 years ago
  14. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
  15. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  16. 000dea7 Disabling validation of the glyph cache for standard debug builds. by djsollen@google.com · 12 years ago
  17. 5347de1 Simple change to remove unnecessary #define statement. by sugoi@google.com · 12 years ago
  18. 7775fd5 Deferred canvas can now be flushed if an image is beyond a certain size to avoid a costly image copy. by sugoi@google.com · 12 years ago
  19. 077348c Fix slow gm debug builds that are doing large path validation runs. by djsollen@google.com · 12 years ago
  20. 34dc9a2 allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT by reed@google.com · 12 years ago
  21. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  22. 4b475d5 enable large bitmap drawing by default (still disabled in chrome at the moment) by reed@google.com · 12 years ago
  23. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  24. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
  25. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  26. fffb2f1 Add SK_SYSTEM_ZLIB define. by justinlin@google.com · 12 years ago
  27. f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 12 years ago
  28. d54c857 remove obsolete SK_USE_RUNTIME_GLOBALS by reed@google.com · 13 years ago
  29. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
  30. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  31. 644fc76 remove mention of obsolete symbol SK_SUPPORT_888_TEXT by reed@google.com · 13 years ago
  32. c27b741 add override for max-text-size for lcd by reed@google.com · 13 years ago
  33. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  34. 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
  35. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  36. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  37. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  38. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  39. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  40. b66365f Updates to the unix sample app. by scroggo · 13 years ago
  41. 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 13 years ago
  42. 9d0d195 update dox on bitmap configs document testing build-flag for large bitmaps by reed@google.com · 13 years ago
  43. d642329 remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but, by reed@google.com · 14 years ago
  44. 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
  45. a09ef97 Add deflate support to SkPDFStream. by vandebo@chromium.org · 14 years ago
  46. 63debae initial checkin for visualstudio build support by reed@android.com · 15 years ago
  47. 0f0cfae check-point for reviving animator by reed@android.com · 15 years ago
  48. 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 15 years ago
  49. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  50. c4d4090 move SkUserConfig.h into include/config/ so it can be replaced by changing the by reed@android.com · 15 years ago