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