1. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  2. 50a5cfb Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefs by junov@chromium.org · 12 years ago
  3. 8b2f41b Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradient by junov@google.com · 12 years ago
  4. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  6. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  7. 7fcfeb1 doh. drawRRect is not on SkDevice.... yet by reed@google.com · 12 years ago
  8. 72aa79c override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, by reed@google.com · 12 years ago
  9. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  10. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  11. 2b16570 cherry-pick from 7241: speed-up matrix44::setconcat when both inputs are by reed@google.com · 12 years ago
  12. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
  13. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
  14. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  15. d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 12 years ago
  16. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
  18. 18a48c3 replace getline with fgets for portability by humper@google.com · 12 years ago
  19. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 12 years ago
  20. 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
  21. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  22. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  23. f81f97e Optimized implementation of SkMatrix44::preScale by shawnsingh@chromium.org · 12 years ago
  24. dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 12 years ago
  25. 8f0ca06 Fixing clip region test in deferred canvas, used to determine whether a draw operation occludes the entire canvas. by junov@chromium.org · 12 years ago
  26. 9973a8a Matrix inversion optimizations and benchmark; originally by whunt@google.com. by tomhudson@google.com · 12 years ago
  27. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  29. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  30. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  31. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  32. 1adad34 use new enum-constructors by reed@google.com · 12 years ago
  33. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  34. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  35. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  37. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  39. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  40. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. deb4c16 Keep track of identity SkMatrix44s by jamesr@chromium.org · 12 years ago
  42. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  43. 631940c don't use bit-wise test for equality when using floats. by reed@google.com · 12 years ago
  44. 5347de1 Simple change to remove unnecessary #define statement. by sugoi@google.com · 12 years ago
  45. 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
  46. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  47. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  48. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  49. 5596a69 Add support for SK_MSCALAR_IS_FLOAT by vollick@chromium.org · 12 years ago
  50. 426648e Tell CG ImageEncoder that a bitmap is opaque if it is. by scroggo@google.com · 12 years ago
  51. 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
  52. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago
  53. 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago
  54. 4177ef4 Add SkThreadPool for managing threads. by scroggo@google.com · 12 years ago
  55. d4501a0 Eliminating implicit conversion from enum to bool. Fixes compiler warning by junov@chromium.org · 12 years ago
  56. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  57. 8cef67a Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source coeff depends by junov@chromium.org · 12 years ago
  58. a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 12 years ago
  59. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  60. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  61. 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
  62. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  63. 44d4988 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 6ae24e0 remove uses of setBitmapDevice (DEPRECATED) by reed@google.com · 12 years ago
  65. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  66. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  67. a38dfb6 Adding hasPendingCommands API method to SkDeferredCanvas by junov@chromium.org · 12 years ago
  68. eeaf47f Fixing how deferred canvas purges itself when a clear is recoreded. by junov@chromium.org · 12 years ago
  69. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  70. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  71. 0a67f96 Renaming a couple methods in SkDeferredCanvas.cpp to improve readability by junov@chromium.org · 12 years ago
  72. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  73. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  74. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  75. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  76. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  77. 54339a8 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  78. f92cfcf Fixed unused variable compiler complaint by robertphillips@google.com · 12 years ago
  79. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  80. 4258c2c add more details when dumping saveLayer by reed@google.com · 12 years ago
  81. 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
  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. a8db8fe Fixing a deferred canvas optimization that purges pending draws when the canvas is cleared by junov@chromium.org · 12 years ago
  87. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  88. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
  89. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  90. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  91. 9060c9b Style correction: sprinkling "this->" in SkDeferredCanvas.cpp by junov@chromium.org · 12 years ago
  92. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
  93. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago
  94. 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
  95. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  96. bdae027 rename private animator type SkImage to SkImageBitmapBase, to avoid conflicts by reed@google.com · 12 years ago
  97. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  98. 09640d6 Fixing canvas writePixels malfunctioning with SkDeferredCanvas with SkGPipe backend and GPU rendering by junov@chromium.org · 12 years ago
  99. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 12 years ago
  100. 0eec2d0 Remove SkSfntUtils, as it is not longer used. by bungeman@google.com · 12 years ago