1. eddb02c Adding SkDeferredCanvas::NoticifationClient to the exported API. by commit-bot@chromium.org · 11 years ago
  2. be65a4c Add missing functions to SkNWayCanvas by commit-bot@chromium.org · 11 years ago
  3. 09a5383 Hide implementation details: SkFrontBufferedStream by scroggo@google.com · 11 years ago
  4. 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
  5. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  6. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  7. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  8. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  9. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  10. 6ee6858 SkThreadPool: allow for Runnables that add other Runnables to the pool. by commit-bot@chromium.org · 11 years ago
  11. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  12. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  13. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  14. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  15. bdecb68 handle configuration variables longer than 30 characters long by humper@google.com · 11 years ago
  16. a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
  17. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  18. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  19. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  20. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  21. edf2367 Fix race between ~SkThreadPool and SkThreadPool::Loop on fDone. by commit-bot@chromium.org · 11 years ago
  22. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
  23. e2419cc Add getFloat/setFloat funcs to SkMatrix44 by commit-bot@chromium.org · 11 years ago
  24. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  25. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  26. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
  27. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  28. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  29. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
  30. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  31. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  32. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  33. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  34. ffe95f5 Fix size_t to int conversion warning on Win64 in SkRTConf.h. by bungeman@google.com · 11 years ago
  35. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  36. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  37. 1c0ade7 Reverted r10654 (Fix crash when querying a runtime config that is defined in environment) due to compilation failure on Chromium win_layout bot by robertphillips@google.com · 11 years ago
  38. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  39. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  40. 14cec91 Add SkNWayCanvas comment API overrides. by commit-bot@chromium.org · 11 years ago
  41. e1a81d2 Export SkProxyCanvas and SkNWayCanvas for external use. by commit-bot@chromium.org · 11 years ago
  42. 8078638 avoid introducing duplicate const in release builds by humper@google.com · 11 years ago
  43. d43f644 Animated the PathUtils Sample to show path contours# Enter a description of the change. by commit-bot@chromium.org · 11 years ago
  44. 293f019 Fix header guard typos. by tfarina@chromium.org · 11 years ago
  45. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  46. e3823fd add script to scrape glyph usage in drawText calls by reed@google.com · 11 years ago
  47. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  48. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  49. 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 11 years ago
  50. 2d816ad Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  51. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  52. 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 11 years ago
  53. f02fe3d support SkCanvas as a real lua object by mike@reedtribe.org · 11 years ago
  54. 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. dff7e11 add SkLuaCanvas by reed@google.com · 11 years ago
  56. 4bbc524 TTC support for DirectWrite. https://codereview.chromium.org/14600009/ by bungeman@google.com · 11 years ago
  57. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 11 years ago
  58. 44c661f Add thread-per-core setting to SkThreadPool. by commit-bot@chromium.org · 11 years ago
  59. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  60. 67d7422 Adding SkSurface support to SkDeferredCanvas by junov@chromium.org · 11 years ago
  61. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 11 years ago
  62. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 11 years ago
  63. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 11 years ago
  64. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  65. 5d0a769 debug dump functions for mathematica visualization by humper@google.com · 11 years ago
  66. 5990397 Address google3 compiler warning by robertphillips@google.com · 11 years ago
  67. 753a362 Use SkBits2Float in SkRandom by bsalomon@google.com · 11 years ago
  68. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 11 years ago
  69. 3fda0ea check for self-assignment in operator= by reed@google.com · 11 years ago
  70. 24d5ee4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  71. 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 · 11 years ago
  72. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 6d5d08f Fix nextRangeU(0, MAX_UINT) div by zero. by bsalomon@google.com · 12 years ago
  74. 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
  75. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
  76. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
  77. edb7713 mark default constructor for SkMatrix44 as deprecated, since it calls setIdentity() by reed@google.com · 12 years ago
  78. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  79. d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 12 years ago
  80. fb83098 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  81. 9b64cac fix warning on linux by humper@google.com · 12 years ago
  82. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
  84. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 12 years ago
  85. 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
  86. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  87. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  88. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  89. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  90. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  91. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  93. fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
  94. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  96. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  97. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  98. deb4c16 Keep track of identity SkMatrix44s by jamesr@chromium.org · 12 years ago
  99. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  100. ab38f7a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago