1. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  2. 4258c2c add more details when dumping saveLayer by reed@google.com · 12 years ago
  3. 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
  4. 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 12 years ago
  5. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
  6. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  7. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  8. a8db8fe Fixing a deferred canvas optimization that purges pending draws when the canvas is cleared by junov@chromium.org · 12 years ago
  9. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  10. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
  11. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  12. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  13. 9060c9b Style correction: sprinkling "this->" in SkDeferredCanvas.cpp by junov@chromium.org · 12 years ago
  14. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
  15. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago
  16. 10f7f97 Prevent deferred canvases from recording draw operations that use an SkPaint object that indirectly references a GPU resource. by junov@chromium.org · 12 years ago
  17. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  18. bdae027 rename private animator type SkImage to SkImageBitmapBase, to avoid conflicts by reed@google.com · 12 years ago
  19. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  20. 09640d6 Fixing canvas writePixels malfunctioning with SkDeferredCanvas with SkGPipe backend and GPU rendering by junov@chromium.org · 12 years ago
  21. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 12 years ago
  22. 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 12 years ago
  23. aa8483b SkSfntUtils should use public types. by bungeman@google.com · 12 years ago
  24. bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 12 years ago
  25. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 12 years ago
  26. bad1b2f add SkPath::contains(x, y) by mike@reedtribe.org · 12 years ago
  27. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  28. 9ef23a3 HitTest: 10% speedup by adding quick-reject/accept using X bounds by mike@reedtribe.org · 12 years ago
  29. a920a35 add support for cubics to SkHitTestPathEx by mike@reedtribe.org · 12 years ago
  30. d7dbd42 Ensure that SkDeferredCanvas::onCreateCompatibleDevice unrefs its temp device. by scroggo@google.com · 12 years ago
  31. a2a95f9 experimental hittest for paths (incomplete) by mike@reedtribe.org · 12 years ago
  32. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  33. 563a3b4 more SkInstCnt plumbing fix some typeface leaks by reed@google.com · 12 years ago
  34. 6eb0d62 Register some flattenable factories. by scroggo@google.com · 12 years ago
  35. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  36. 7f7dd73 fix include name (masked by case insensitiviy on windows) by bsalomon@google.com · 12 years ago
  37. f6a78c9 fix SkNWayCanvas cons call again. by bsalomon@google.com · 12 years ago
  38. 651132a Fix SkNWayCanvas cons call when creating null canvas. by bsalomon@google.com · 12 years ago
  39. 19bbd3d Null canvas by bsalomon@google.com · 12 years ago
  40. 3dd4591 fix warnings on Mac in miscellaneous files by caryclark@google.com · 12 years ago
  41. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  42. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  43. 59bc8d4 Android does not support pthread_cancel / pthread_testcancel. by bungeman@google.com · 12 years ago
  44. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago
  45. aa99c9e use std qsort instead of our (now gone) version by reed@google.com · 12 years ago
  46. f0a062b Add device to top level N-way canvas. by djsollen@google.com · 12 years ago
  47. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 12 years ago
  48. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  49. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  50. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 12 years ago
  51. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  52. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  53. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
  54. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 13 years ago
  55. 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 13 years ago
  56. e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
  57. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 13 years ago
  58. 1c70074 build fix by junov@chromium.org · 13 years ago
  59. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 13 years ago
  60. c16ca92 Coding style corrections in SkDeferredCanvas.cpp: brace placement, 80col, etc. by junov@chromium.org · 13 years ago
  61. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  62. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
  63. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  64. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
  65. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago
  66. 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 13 years ago
  67. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 13 years ago
  68. 6c5bf8d Added BSD license language where missing. by caryclark@google.com · 13 years ago
  69. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  70. b1e218e Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures with fixed-point build by junov@chromium.org · 13 years ago
  71. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  72. 5eb7b8c Fix CFBundleIdentifier of SampleApp by epoger@google.com · 13 years ago
  73. af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 13 years ago
  74. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  75. 2c23708 Removing some dead code in SkDeferredCanvas by junov@chromium.org · 13 years ago
  76. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
  77. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  78. 78c6ed0 add formatting to suppress compiler warning by caryclark@google.com · 13 years ago
  79. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  80. 3e05f29 remove one un-needed static initializer by digit@google.com · 13 years ago
  81. f58f9f6 remove as these are replaced by SkJSON by mike@reedtribe.org · 13 years ago
  82. 0e3c9ca add count(), fix bad llist logic in remove() by mike@reedtribe.org · 13 years ago
  83. e4058b4 add Object::remove, some dox, leak debugging code by mike@reedtribe.org · 13 years ago
  84. 0f175a6 experiment #2 for JSON data by mike@reedtribe.org · 13 years ago
  85. 41f1c46 add experimental class for json by mike@reedtribe.org · 13 years ago
  86. ceb1d9e remove SkOSWindow_Win.cpp (has been replaced by SkOSWindow_win.cpp [lowercase w]) by bsalomon@google.com · 13 years ago
  87. eedef25 Remove suffixes from SK_wGL macros by bsalomon@google.com · 13 years ago
  88. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  89. 4ee8aea fix mac warnings http://codereview.appspot.com/5431053/ by caryclark@google.com · 13 years ago
  90. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  91. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  92. 8c0f3d8 Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteArray instead. by mike@reedtribe.org · 13 years ago
  93. 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
  94. 1e72816 Fix cmdline argument passing in SampleApp/Mac. by senorblanco@chromium.org · 13 years ago
  95. 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
  96. 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
  97. 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
  98. bb3f4a8 Bug fixes: by suyang1 · 13 years ago
  99. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  100. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago