1. 0964796 Remove extraneous folders from includes. by commit-bot@chromium.org · 11 years ago
  2. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  3. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  4. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  5. cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  6. dfe0f43 Reverting r11813 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs - https://codereview.chromium.org/26627004) due to Chromium compilation faliures. by robertphillips@google.com · 11 years ago
  7. b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  8. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  9. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  10. 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
  11. 6a6c80c Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON detection on Android. by djsollen@google.com · 11 years ago
  12. f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
  13. 2679ff8 refactor gyp to isolate freetype usage by djsollen@google.com · 11 years ago
  14. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  15. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  16. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  17. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  18. c7a20e4 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  19. e55491d Reverting 9083 & 9084 due to Android failures by robertphillips@google.com · 11 years ago
  20. 1445170 API modifications needed to upstream Android font changes. by commit-bot@chromium.org · 11 years ago
  21. 45a75fb path ops : make it real by caryclark@google.com · 11 years ago
  22. 856b984 Remove freetype dependency from core.gyp by djsollen@google.com · 11 years ago
  23. f41ca79 Remove freetype dependency from core.gyp by djsollen@google.com · 11 years ago
  24. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 11 years ago
  25. 070235e revert 8204 -- what is happening??? by reed@google.com · 11 years ago
  26. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 11 years ago
  27. 1311f7e revert 8200 to figure out android break by reed@google.com · 11 years ago
  28. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 11 years ago
  29. 7eb28aa Adding more warning in core by sugoi@google.com · 11 years ago
  30. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  31. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  32. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  33. e197cbf Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. by bsalomon@google.com · 12 years ago
  34. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  35. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  36. 4663822 Allow Xcode to change paths to frameworks based on whether a device or simulator was selected. by bsalomon@google.com · 12 years ago
  37. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  38. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  39. 202a51b Add effects/core.gypi to 'sources' to make them appear in VS projects by bsalomon@google.com · 12 years ago
  40. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  41. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  42. af73091 Set bench/gm/tests as explicit dependencies of SkiaAndroidApp (trunk) by borenet@google.com · 12 years ago
  43. baa5d94 split out src file names into core.gypi, with an eye towards sharing that by reed@google.com · 12 years ago
  44. 66e5160 Privatize SkAutoKern.h by reed@google.com · 12 years ago
  45. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  46. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  47. fbf3194 arm: Move SkUtilsArm.h from include/core to src/core by digit@google.com · 12 years ago
  48. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  49. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  50. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  51. e341cb3 Separate target architecture type and width into separate variables. by djsollen@google.com · 12 years ago
  52. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago
  53. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
  54. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  55. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  56. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  57. 5af9b20 Make the GM tool run GMs through an SkGPipe. by scroggo@google.com · 12 years ago
  58. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
  59. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  60. 48ca7e3 impl SkTLS for windows, refactoring to share code with pthread impl by reed@google.com · 12 years ago
  61. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 12 years ago
  62. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  63. 5a64e58 Revert 3538. by bungeman@google.com · 12 years ago
  64. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  65. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  66. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  67. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 12 years ago
  68. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 12 years ago
  69. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  70. 62b24b1 Fix android build and cleanup references to SkMMapStream by djsollen@google.com · 13 years ago
  71. afcb55c move ports into its own gyp file by caryclark@google.com · 13 years ago
  72. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  73. 39698b1 Add paging support for handle based typefaces. by bungeman@google.com · 13 years ago
  74. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  75. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  76. 318cf92 Cleanup for the Android build. by djsollen@google.com · 13 years ago
  77. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  78. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  79. c2188cf add SkRasterClip by reed@google.com · 13 years ago
  80. 719fd04 add SkAAClip.cpp by reed@google.com · 13 years ago
  81. 21fa067 Add missing header SkTArray.h to core.gyp by bsalomon@google.com · 13 years ago
  82. 8966d01 remove nonexistent files from gyps and make AdditionalOptions a list rather than str by bsalomon@google.com · 13 years ago
  83. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  84. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  85. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  86. 5835722 little bit of gyp cleanup (fixes windows build of sktime_unix) by bsalomon@google.com · 13 years ago
  87. ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 13 years ago
  88. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  89. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  90. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  91. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  92. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  93. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  94. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  95. 52bbe14 Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 13 years ago
  96. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  97. 8a12c04 fix all_dependent_settings gyp bug (affected Mac only) by epoger@google.com · 13 years ago
  98. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  99. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  100. 0a030cd fix gyp-generated xcode project files for SampleApp and other targets by epoger@google.com · 13 years ago