1. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  2. 43bf511 Delete ChromeOS code by borenet · 8 years ago
  3. 7c55422 remove SkGPipe by reed · 9 years ago
  4. 14d8fa0 Move SkAndroidSDKCanvas to tools and ensure that it is built on all Android builds by djsollen · 9 years ago
  5. 3c8ceb7 Simplify linkages to Android framework internals by tomhudson · 9 years ago
  6. a1bde7d Remove SkThread::setProcessorAffinity() by mtklein · 9 years ago
  7. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  8. 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
  9. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  10. 499abab add gm for image->newShader by reed · 9 years ago
  11. 9f8754f Remove experimental/PdfViewer by halcanary · 9 years ago
  12. 3ac6b75 Remove SK_BUILD_FOR SDL, BREW, and PALM. by bungeman · 9 years ago
  13. cd1f2da add -Iinclude/private anywhere we have -Isrc/core by mtklein · 9 years ago
  14. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  15. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  16. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  17. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  18. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  19. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  20. 573ae01 Move HWUI boilerplate into utils/android by tomhudson · 9 years ago
  21. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  22. f7edcde Both DM and nanobench need this, so moving the duplicated code to by tomhudson · 9 years ago
  23. 5ae7765 Cleanup the XML directory in public includes. by djsollen · 10 years ago
  24. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  25. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  26. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  27. 630598c Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  28. d41dab4 Revert of Add support for NEON intrinsics to speed up texture compression. We can (https://codereview.chromium.org/390453002/) by krajcevski · 10 years ago
  29. bc9205b Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  30. 5ec3d21 remove ashmem from skia by halcanary · 10 years ago
  31. ea902d9 Add utils gypi file by egdaniel · 10 years ago
  32. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 10 years ago
  33. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  34. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  35. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  36. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  37. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  38. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  39. de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 10 years ago
  40. ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 10 years ago
  41. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  42. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  43. 0f03f43 Move SkNoSaveLayerCanvas.h to include/utils by robertphillips@google.com · 10 years ago
  44. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 10 years ago
  45. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
  46. 0964796 Remove extraneous folders from includes. by commit-bot@chromium.org · 11 years ago
  47. fde5e26 Fix utils.gyp missing file by bsalomon@google.com · 11 years ago
  48. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
  49. 91e099e Update utils.gyp to find SkNoSaveLayerCanvas.h in 'src'. by commit-bot@chromium.org · 11 years ago
  50. 81e8739 NoSaveLayerCanvas now its own file by robertphillips@google.com · 11 years ago
  51. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  52. 23a9121 pdfviewer: compile pdfviewer in gm, only if the flag is set (currently we compile pdfviewer, even if it is not used) by commit-bot@chromium.org · 11 years ago
  53. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
  54. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
  55. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  56. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
  57. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  58. b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
  59. 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 11 years ago
  60. 2b0ab9e Update obvious deps. by bungeman@google.com · 11 years ago
  61. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  62. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  63. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  64. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  65. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  66. 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
  67. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 11 years ago
  68. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 11 years ago
  69. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 11 years ago
  70. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 11 years ago
  71. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 11 years ago
  72. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 11 years ago
  73. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago
  74. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  75. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 12 years ago
  76. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  77. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  78. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  79. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  80. 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
  81. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  82. af2bd7b hopefully fix gyp mistake for iOS by humper@google.com · 12 years ago
  83. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  84. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  85. 7346df5 utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h by epoger@google.com · 12 years ago
  86. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  87. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  88. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  89. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  90. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
  91. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  92. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago
  93. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 12 years ago
  94. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  95. 5c83dcc add simple ios app update ios flavor of sample app fix utils.gyp for ios by caryclark@google.com · 12 years ago
  96. a98eb91 Add NaCl port of Skia by borenet@google.com · 12 years ago
  97. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  98. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  99. 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 12 years ago
  100. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 12 years ago