1. a2a95f9 experimental hittest for paths (incomplete) by mike@reedtribe.org · 12 years ago
  2. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  3. 563a3b4 more SkInstCnt plumbing fix some typeface leaks by reed@google.com · 12 years ago
  4. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  5. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  6. 7f7dd73 fix include name (masked by case insensitiviy on windows) by bsalomon@google.com · 12 years ago
  7. f6a78c9 fix SkNWayCanvas cons call again. by bsalomon@google.com · 12 years ago
  8. 651132a Fix SkNWayCanvas cons call when creating null canvas. by bsalomon@google.com · 12 years ago
  9. 19bbd3d Null canvas by bsalomon@google.com · 12 years ago
  10. 3dd4591 fix warnings on Mac in miscellaneous files by caryclark@google.com · 12 years ago
  11. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  12. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  13. 59bc8d4 Android does not support pthread_cancel / pthread_testcancel. by bungeman@google.com · 12 years ago
  14. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago
  15. aa99c9e use std qsort instead of our (now gone) version by reed@google.com · 12 years ago
  16. f0a062b Add device to top level N-way canvas. by djsollen@google.com · 12 years ago
  17. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 12 years ago
  18. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  19. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  20. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 12 years ago
  21. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  22. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  23. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  24. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  25. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 12 years ago
  26. e63793a Upstream changes from Android repository. by djsollen@google.com · 12 years ago
  27. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 12 years ago
  28. 1c70074 build fix by junov@chromium.org · 12 years ago
  29. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 12 years ago
  30. c16ca92 Coding style corrections in SkDeferredCanvas.cpp: brace placement, 80col, etc. by junov@chromium.org · 12 years ago
  31. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  32. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  33. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  34. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 12 years ago
  35. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 12 years ago
  36. 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 12 years ago
  37. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 12 years ago
  38. 6c5bf8d Added BSD license language where missing. by caryclark@google.com · 12 years ago
  39. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 12 years ago
  40. b1e218e Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures with fixed-point build by junov@chromium.org · 12 years ago
  41. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 12 years ago
  42. 5eb7b8c Fix CFBundleIdentifier of SampleApp by epoger@google.com · 12 years ago
  43. af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 13 years ago
  44. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  45. 2c23708 Removing some dead code in SkDeferredCanvas by junov@chromium.org · 13 years ago
  46. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
  47. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  48. 78c6ed0 add formatting to suppress compiler warning by caryclark@google.com · 13 years ago
  49. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  50. 3e05f29 remove one un-needed static initializer by digit@google.com · 13 years ago
  51. f58f9f6 remove as these are replaced by SkJSON by mike@reedtribe.org · 13 years ago
  52. 0e3c9ca add count(), fix bad llist logic in remove() by mike@reedtribe.org · 13 years ago
  53. e4058b4 add Object::remove, some dox, leak debugging code by mike@reedtribe.org · 13 years ago
  54. 0f175a6 experiment #2 for JSON data by mike@reedtribe.org · 13 years ago
  55. 41f1c46 add experimental class for json by mike@reedtribe.org · 13 years ago
  56. ceb1d9e remove SkOSWindow_Win.cpp (has been replaced by SkOSWindow_win.cpp [lowercase w]) by bsalomon@google.com · 13 years ago
  57. eedef25 Remove suffixes from SK_wGL macros by bsalomon@google.com · 13 years ago
  58. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  59. 4ee8aea fix mac warnings http://codereview.appspot.com/5431053/ by caryclark@google.com · 13 years ago
  60. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  61. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  62. 8c0f3d8 Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteArray instead. by mike@reedtribe.org · 13 years ago
  63. 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
  64. 1e72816 Fix cmdline argument passing in SampleApp/Mac. by senorblanco@chromium.org · 13 years ago
  65. 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
  66. 4d5cb45 Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 13 years ago
  67. 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
  68. bb3f4a8 Bug fixes: by suyang1 · 13 years ago
  69. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  70. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  71. f75b84e Add license by bsalomon@google.com · 13 years ago
  72. ade907b roll in fixes from android when we have to compress sections of "stretchy" by reed@google.com · 13 years ago
  73. d4f299e Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 13 years ago
  74. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
  75. 688823f Added SimpleiOSApp and updated iOSSampleApp by yangsu@google.com · 13 years ago
  76. 849ad5a Fixed key handling code in Mac SampleApp by yangsu@google.com · 13 years ago
  77. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  78. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  79. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  80. 513909f9 Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
  81. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  82. e25c684 Canvas to handle null layer device. http://codereview.appspot.com/4907045/ by bungeman@google.com · 13 years ago
  83. 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 13 years ago
  84. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  85. f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 13 years ago
  86. f2164b2 use new SkEvent notion of passing targetID to constructor by reed@google.com · 13 years ago
  87. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  88. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
  89. 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
  90. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  91. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  92. c5aeccd Updated iOSSampleApp to display FPS and display in OpenGL by yangsu@google.com · 13 years ago
  93. 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 13 years ago
  94. 45f9ce7 make the mac window resizeable again by reed@google.com · 13 years ago
  95. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  96. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  97. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  98. 9c16bc0 fix bitmapinfo by reed@google.com · 13 years ago
  99. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  100. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago