1. 5ec3d21 remove ashmem from skia by halcanary · 11 years ago
  2. ea902d9 Add utils gypi file by egdaniel · 11 years ago
  3. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 11 years ago
  4. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 11 years ago
  5. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 11 years ago
  6. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 11 years ago
  7. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 11 years ago
  8. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 11 years ago
  9. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 11 years ago
  10. de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 11 years ago
  11. ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 11 years ago
  12. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 11 years ago
  13. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 11 years ago
  14. 0f03f43 Move SkNoSaveLayerCanvas.h to include/utils by robertphillips@google.com · 11 years ago
  15. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 11 years ago
  16. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 12 years ago
  17. 0964796 Remove extraneous folders from includes. by commit-bot@chromium.org · 12 years ago
  18. fde5e26 Fix utils.gyp missing file by bsalomon@google.com · 12 years ago
  19. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 12 years ago
  20. 91e099e Update utils.gyp to find SkNoSaveLayerCanvas.h in 'src'. by commit-bot@chromium.org · 12 years ago
  21. 81e8739 NoSaveLayerCanvas now its own file by robertphillips@google.com · 12 years ago
  22. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 12 years ago
  23. 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 · 12 years ago
  24. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 12 years ago
  25. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 12 years ago
  26. 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 · 12 years ago
  27. 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 · 12 years ago
  28. 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 · 12 years ago
  29. b8f3655 Update obvious deps. by bungeman@google.com · 12 years ago
  30. 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 12 years ago
  31. 2b0ab9e Update obvious deps. by bungeman@google.com · 12 years ago
  32. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 12 years ago
  33. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 12 years ago
  34. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 12 years ago
  35. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 12 years ago
  36. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  37. 7edec14 start a wrapper for color fonts by reed@google.com · 12 years ago
  38. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 12 years ago
  39. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 12 years ago
  40. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 12 years ago
  41. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 12 years ago
  42. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
  43. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 12 years ago
  44. dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
  45. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 12 years ago
  46. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 12 years ago
  47. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 13 years ago
  48. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 13 years ago
  49. 3bc7200 Move random from core to utils by bsalomon@google.com · 13 years ago
  50. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 13 years ago
  51. 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 · 13 years ago
  52. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 13 years ago
  53. af2bd7b hopefully fix gyp mistake for iOS by humper@google.com · 13 years ago
  54. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 13 years ago
  55. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 13 years ago
  56. 7346df5 utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h by epoger@google.com · 13 years ago
  57. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 13 years ago
  58. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 13 years ago
  59. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 13 years ago
  60. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 13 years ago
  61. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 13 years ago
  62. 7158e6a Improve NaCl support by borenet@google.com · 13 years ago
  63. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 13 years ago
  64. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 13 years ago
  65. efb1d77 Build Skia as a static library by borenet@google.com · 13 years ago
  66. 5c83dcc add simple ios app update ios flavor of sample app fix utils.gyp for ios by caryclark@google.com · 13 years ago
  67. a98eb91 Add NaCl port of Skia by borenet@google.com · 13 years ago
  68. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  69. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 13 years ago
  70. 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 13 years ago
  71. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 13 years ago
  72. 19bbd3d Null canvas by bsalomon@google.com · 13 years ago
  73. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 13 years ago
  74. 5a64e58 Revert 3538. by bungeman@google.com · 13 years ago
  75. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 13 years ago
  76. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 13 years ago
  77. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 13 years ago
  78. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
  79. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 13 years ago
  80. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 13 years ago
  81. af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 14 years ago
  82. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 14 years ago
  83. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 14 years ago
  84. 06711bd9 Move SkGLCanvas.h to obsolete, delete from gyp by bsalomon@google.com · 14 years ago
  85. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 14 years ago
  86. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 14 years ago
  87. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 14 years ago
  88. 901aea5 Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp by yangsu@google.com · 14 years ago
  89. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 14 years ago
  90. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 14 years ago
  91. fe5afe5 Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 14 years ago
  92. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 14 years ago
  93. c8cc60c move SkMatrix44 by reed@google.com · 14 years ago
  94. c39f175 fix gm build on Mac see http://codereview.appspot.com/4571044/ by epoger@google.com · 14 years ago
  95. 161933b fix bench and gm targets on Linux see http://codereview.appspot.com/4530104 by epoger@google.com · 14 years ago
  96. 0a030cd fix gyp-generated xcode project files for SampleApp and other targets by epoger@google.com · 14 years ago
  97. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 14 years ago
  98. 907afca Add a missing include path for the linux build of utils.gyp. Remove the Linux by senorblanco@chromium.org · 14 years ago
  99. 63aab2f Fixup utils.gyp. by bungeman@google.com · 14 years ago
  100. ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 14 years ago