1. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 11 years ago
  2. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago
  3. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  4. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 11 years ago
  5. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 11 years ago
  6. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 11 years ago
  7. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  8. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  9. 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
  10. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  11. af2bd7b hopefully fix gyp mistake for iOS by humper@google.com · 12 years ago
  12. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  13. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  14. 7346df5 utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h by epoger@google.com · 12 years ago
  15. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  16. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  17. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  18. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  19. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
  20. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  21. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago
  22. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 12 years ago
  23. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  24. 5c83dcc add simple ios app update ios flavor of sample app fix utils.gyp for ios by caryclark@google.com · 12 years ago
  25. a98eb91 Add NaCl port of Skia by borenet@google.com · 12 years ago
  26. 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
  27. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  28. 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 12 years ago
  29. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 12 years ago
  30. 19bbd3d Null canvas by bsalomon@google.com · 12 years ago
  31. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago
  32. 5a64e58 Revert 3538. by bungeman@google.com · 12 years ago
  33. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  34. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 12 years ago
  35. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 12 years ago
  36. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  37. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  38. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  39. af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 12 years ago
  40. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  41. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  42. 06711bd Move SkGLCanvas.h to obsolete, delete from gyp by bsalomon@google.com · 13 years ago
  43. 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
  44. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  45. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  46. 901aea5 Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp by yangsu@google.com · 13 years ago
  47. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  48. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  49. fe5afe5 Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 13 years ago
  50. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  51. c8cc60c move SkMatrix44 by reed@google.com · 13 years ago
  52. c39f175 fix gm build on Mac see http://codereview.appspot.com/4571044/ by epoger@google.com · 13 years ago
  53. 161933b fix bench and gm targets on Linux see http://codereview.appspot.com/4530104 by epoger@google.com · 13 years ago
  54. 0a030cd fix gyp-generated xcode project files for SampleApp and other targets by epoger@google.com · 13 years ago
  55. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  56. 907afca Add a missing include path for the linux build of utils.gyp. Remove the Linux by senorblanco@chromium.org · 13 years ago
  57. 63aab2f Fixup utils.gyp. by bungeman@google.com · 13 years ago
  58. ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 13 years ago