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