1. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 12 years ago
  2. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 12 years ago
  3. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 12 years ago
  4. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 12 years ago
  6. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  7. 753a362 Use SkBits2Float in SkRandom by bsalomon@google.com · 12 years ago
  8. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  9. 3fda0ea check for self-assignment in operator= by reed@google.com · 12 years ago
  10. 24d5ee4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  11. 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
  12. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  13. 6d5d08f Fix nextRangeU(0, MAX_UINT) div by zero. by bsalomon@google.com · 12 years ago
  14. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  15. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
  16. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
  17. edb7713 mark default constructor for SkMatrix44 as deprecated, since it calls setIdentity() by reed@google.com · 12 years ago
  18. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  19. d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 12 years ago
  20. fb83098 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 9b64cac fix warning on linux by humper@google.com · 12 years ago
  22. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
  24. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 12 years ago
  25. 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
  26. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  27. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  28. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  29. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  30. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  31. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  33. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  34. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  36. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  37. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  38. deb4c16 Keep track of identity SkMatrix44s by jamesr@chromium.org · 12 years ago
  39. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  40. ab38f7a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 631940c don't use bit-wise test for equality when using floats. by reed@google.com · 12 years ago
  42. 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
  43. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  44. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  45. 5596a69 Add support for SK_MSCALAR_IS_FLOAT by vollick@chromium.org · 12 years ago
  46. 3959a76 Changing the visibility of SkMatrix44::determinant(). by vollick@chromium.org · 12 years ago
  47. dd31131 add const to src parameter for mapMScalars() by reed@google.com · 12 years ago
  48. 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
  49. 20d4467 simplify macros, since we no longer support scalar == fixed by reed@google.com · 12 years ago
  50. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago
  51. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 12 years ago
  52. 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
  53. a38dfb6 Adding hasPendingCommands API method to SkDeferredCanvas by junov@chromium.org · 12 years ago
  54. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  55. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  56. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  57. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  58. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  59. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  60. 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
  61. 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 12 years ago
  62. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
  63. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  64. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  65. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
  66. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  67. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
  68. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago
  69. d122fd5 Turning on deferred canvas SkGPipe backend by default by junov@chromium.org · 12 years ago
  70. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  71. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 12 years ago
  72. 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 12 years ago
  73. aa8483b SkSfntUtils should use public types. by bungeman@google.com · 12 years ago
  74. 8317e17 Response to post-commit review comments on r4714 by junov@chromium.org · 12 years ago
  75. bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 12 years ago
  76. 8e1678f Reverting r4695 by junov@chromium.org · 12 years ago
  77. 278de8b Try turning on the SkGPipe path in SkDeferredCanvas Unreviewed by junov@chromium.org · 12 years ago
  78. 6a0d010 Fixing heap corruption issue in deferred canvas when using SkGPipe. by junov@chromium.org · 12 years ago
  79. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 12 years ago
  80. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  81. bad1b2f add SkPath::contains(x, y) by mike@reedtribe.org · 12 years ago
  82. a2a95f9 experimental hittest for paths (incomplete) by mike@reedtribe.org · 12 years ago
  83. 563a3b4 more SkInstCnt plumbing fix some typeface leaks by reed@google.com · 12 years ago
  84. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  85. 4151341 Add SK_API to null canvas create method by bsalomon@google.com · 12 years ago
  86. 19bbd3d Null canvas by bsalomon@google.com · 12 years ago
  87. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  88. f0a062b Add device to top level N-way canvas. by djsollen@google.com · 13 years ago
  89. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 13 years ago
  90. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
  91. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 13 years ago
  92. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
  93. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 13 years ago
  94. e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
  95. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 13 years ago
  96. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 13 years ago
  97. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  98. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
  99. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  100. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago