1. f0a062b Add device to top level N-way canvas. by djsollen@google.com · 12 years ago
  2. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 12 years ago
  3. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  4. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 12 years ago
  5. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  6. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  7. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  8. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 12 years ago
  9. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 12 years ago
  10. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  11. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  12. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  13. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 12 years ago
  14. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  15. 368b419 Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API. by thakis@chromium.org · 13 years ago
  16. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  17. 2c23708 Removing some dead code in SkDeferredCanvas by junov@chromium.org · 13 years ago
  18. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  19. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  20. f58f9f6 remove as these are replaced by SkJSON by mike@reedtribe.org · 13 years ago
  21. 0e3c9ca add count(), fix bad llist logic in remove() by mike@reedtribe.org · 13 years ago
  22. e4058b4 add Object::remove, some dox, leak debugging code by mike@reedtribe.org · 13 years ago
  23. 0f175a6 experiment #2 for JSON data by mike@reedtribe.org · 13 years ago
  24. 41f1c46 add experimental class for json by mike@reedtribe.org · 13 years ago
  25. 43d7484 don't specify default parameter values when overriding a method by reed@google.com · 13 years ago
  26. eedef25 Remove suffixes from SK_wGL macros by bsalomon@google.com · 13 years ago
  27. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  28. 06711bd Move SkGLCanvas.h to obsolete, delete from gyp by bsalomon@google.com · 13 years ago
  29. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  30. 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
  31. 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
  32. 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
  33. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  34. 2d4297c use SK_OVERRIDE by reed@google.com · 13 years ago
  35. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  36. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
  37. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  38. 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 13 years ago
  39. a9e586a Add means to release object from ScopedComPtr. by bungeman@google.com · 13 years ago
  40. 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
  41. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  42. 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
  43. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  44. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  45. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  46. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  47. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  48. 714df17 Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed in r1625. by bsalomon@google.com · 13 years ago
  49. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  50. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  51. e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
  52. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  53. 8260a89 move into utils by reed@google.com · 13 years ago
  54. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  55. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  56. f33d153 Port the SampleApp (raster) to Android. by Scroggo · 13 years ago
  57. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  58. 1fbb300 add more keys by reed@google.com · 13 years ago
  59. 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago
  60. 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 13 years ago
  61. b7e9aee Add a sample application that runs on unix. by scroggo · 13 years ago
  62. cd9d69b Upstreaming changes from android. by djsollen@google.com · 13 years ago
  63. c921843 fixes for some warnings: by reed@google.com · 14 years ago
  64. 5a8a131 update dox to reflect that the default colorspace is CGColorSpaceCreateDeviceRGB() by reed@google.com · 14 years ago
  65. 4aaee0a static inline eliminates multiple definitions (and makes it zero-cost, since by reed@android.com · 14 years ago
  66. ad789ee make inline helper static, so it can be included from than one .cpp by reed@android.com · 14 years ago
  67. 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 14 years ago
  68. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  69. c31ce10 add for quick gl-offscreen context (so we can draw and then readpixels for GM) by reed@google.com · 14 years ago
  70. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  71. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  72. 8c1d88d Remove include of SkGLDevice.h from SkGLCanvas.h by vandebo@chromium.org · 14 years ago
  73. 8d84fac Refactor SkCanvas so that backends don't need to override it. by vandebo@chromium.org · 14 years ago
  74. 033e03c export line counts by reed@android.com · 14 years ago
  75. 8381e00 add inherit-from-root-transform flag (for fixed-positioning) by reed@android.com · 14 years ago
  76. 745bfbd add localToGlobal and parents by reed@android.com · 14 years ago
  77. da6fb32 more layers extracted from webkit by reed@android.com · 14 years ago
  78. 81dc331 update layers by reed@android.com · 14 years ago
  79. 86d4008 add layers by reed@android.com · 15 years ago
  80. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  81. 161b00b add SkEvalCubicInterval by reed@android.com · 15 years ago
  82. a563162 move boundarypatch into utils by reed@android.com · 15 years ago
  83. 2ee7c64 update on boundary patches by reed@android.com · 15 years ago
  84. 29348cb add -forceFilter to bench tool move some utils out of effects/ by reed@android.com · 15 years ago
  85. bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 15 years ago
  86. 9b46e77 fix dumpcanvas to recurse on pictures and shapes by reed@android.com · 15 years ago
  87. f76bacf add SkSize for dimensions by reed@android.com · 15 years ago
  88. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 15 years ago
  89. 0d55f1e move cg utils out of xcode and into src/include by reed@android.com · 16 years ago
  90. 8a1c16f grab from latest android by reed@android.com · 16 years ago