1. 14cec91 Add SkNWayCanvas comment API overrides. by commit-bot@chromium.org · 11 years ago
  2. e1a81d2 Export SkProxyCanvas and SkNWayCanvas for external use. by commit-bot@chromium.org · 11 years ago
  3. 8078638 avoid introducing duplicate const in release builds by humper@google.com · 11 years ago
  4. d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 11 years ago
  5. 293f019 Fix header guard typos. by tfarina@chromium.org · 11 years ago
  6. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  7. e3823fd add script to scrape glyph usage in drawText calls by reed@google.com · 11 years ago
  8. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  9. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  10. 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 11 years ago
  11. 2d816ad Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  12. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  13. 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 11 years ago
  14. f02fe3d support SkCanvas as a real lua object by mike@reedtribe.org · 11 years ago
  15. 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. dff7e11 add SkLuaCanvas by reed@google.com · 11 years ago
  17. 4bbc524 TTC support for DirectWrite. https://codereview.chromium.org/14600009/ by bungeman@google.com · 11 years ago
  18. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 11 years ago
  19. 44c661f Add thread-per-core setting to SkThreadPool. by commit-bot@chromium.org · 11 years ago
  20. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  21. 67d7422 Adding SkSurface support to SkDeferredCanvas by junov@chromium.org · 11 years ago
  22. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 11 years ago
  23. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 11 years ago
  24. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 12 years ago
  25. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 12 years ago
  27. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  28. 753a362 Use SkBits2Float in SkRandom by bsalomon@google.com · 12 years ago
  29. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  30. 3fda0ea check for self-assignment in operator= by reed@google.com · 12 years ago
  31. 24d5ee4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. a8e66f7 Adds SkMWCRandom, which generates random numbers using a variant of George Marsaglia's multiply-with-carry "mother-of-all" method. This passes the tuftests suite so it should be much better than the current method (which does not). by jvanverth@google.com · 12 years ago
  33. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. 6d5d08f Fix nextRangeU(0, MAX_UINT) div by zero. by bsalomon@google.com · 12 years ago
  35. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  36. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
  37. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
  38. edb7713 mark default constructor for SkMatrix44 as deprecated, since it calls setIdentity() by reed@google.com · 12 years ago
  39. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  40. d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 12 years ago
  41. fb83098 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  42. 9b64cac fix warning on linux by humper@google.com · 12 years ago
  43. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
  45. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 12 years ago
  46. 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
  47. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  48. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  49. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  50. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  51. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  52. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  54. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  55. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  57. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  58. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  59. deb4c16 Keep track of identity SkMatrix44s by jamesr@chromium.org · 12 years ago
  60. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  61. ab38f7a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. 631940c don't use bit-wise test for equality when using floats. by reed@google.com · 12 years ago
  63. 7775fd5 Deferred canvas can now be flushed if an image is beyond a certain size to avoid a costly image copy. by sugoi@google.com · 12 years ago
  64. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  65. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  66. 5596a69 Add support for SK_MSCALAR_IS_FLOAT by vollick@chromium.org · 12 years ago
  67. 3959a76 Changing the visibility of SkMatrix44::determinant(). by vollick@chromium.org · 12 years ago
  68. dd31131 add const to src parameter for mapMScalars() by reed@google.com · 12 years ago
  69. 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
  70. 20d4467 simplify macros, since we no longer support scalar == fixed by reed@google.com · 12 years ago
  71. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago
  72. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 12 years ago
  73. 52a00ca Adding virtual method to SkDeferredCanvas::NotificationClient for signaling when commands are skipped due to the skip on clear optimization. by junov@google.com · 12 years ago
  74. a38dfb6 Adding hasPendingCommands API method to SkDeferredCanvas by junov@chromium.org · 12 years ago
  75. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  76. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  77. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  78. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  79. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  80. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  81. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  82. 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 12 years ago
  83. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
  84. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  85. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  86. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
  87. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  88. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
  89. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago
  90. d122fd5 Turning on deferred canvas SkGPipe backend by default by junov@chromium.org · 12 years ago
  91. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  92. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 12 years ago
  93. 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 12 years ago
  94. aa8483b SkSfntUtils should use public types. by bungeman@google.com · 12 years ago
  95. 8317e17 Response to post-commit review comments on r4714 by junov@chromium.org · 12 years ago
  96. bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 12 years ago
  97. 8e1678f Reverting r4695 by junov@chromium.org · 12 years ago
  98. 278de8b Try turning on the SkGPipe path in SkDeferredCanvas Unreviewed by junov@chromium.org · 12 years ago
  99. 6a0d010 Fixing heap corruption issue in deferred canvas when using SkGPipe. by junov@chromium.org · 12 years ago
  100. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 12 years ago