1. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  2. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  3. f61ebc0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. 517dbe8 Fix SkScalar conversion warning. by fmalita@google.com · 11 years ago
  5. e898e9c Show basic SkPicture details in debugger. by commit-bot@chromium.org · 11 years ago
  6. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  7. 178acd2 Fix SkMatrix44::invert(...) for identity matrices and a NULL parameter by commit-bot@chromium.org · 11 years ago
  8. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  9. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  10. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  11. be65a4c Add missing functions to SkNWayCanvas by commit-bot@chromium.org · 11 years ago
  12. ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
  13. 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
  14. 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
  15. 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
  16. 09a5383 Hide implementation details: SkFrontBufferedStream by scroggo@google.com · 11 years ago
  17. 23a9121 pdfviewer: compile pdfviewer in gm, only if the flag is set (currently we compile pdfviewer, even if it is not used) by commit-bot@chromium.org · 11 years ago
  18. cac8d01 Override drawRRect in fake SkBitmapDevices. by scroggo@google.com · 11 years ago
  19. ffd178c Initial draft code to run pdfviewer withg gms by commit-bot@chromium.org · 11 years ago
  20. 6c1e49a Removed deprecated API calls that have crept in by robertphillips@google.com · 11 years ago
  21. 8b15717 "Fix" bug in debug canvas by robertphillips@google.com · 11 years ago
  22. 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
  23. 7a2269e Fix a bug which caused crash in SkRTConfig whith string values in environment variables by halcanary@google.com · 11 years ago
  24. 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
  25. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  26. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  27. 658e28b Remove SkMatrix44 float conversions without precision loss by commit-bot@chromium.org · 11 years ago
  28. 8ab77ea Fix narrowing conversion errors from r11986 by commit-bot@chromium.org · 11 years ago
  29. c01ba70 Remove float/double conversions from SkMatrix44's map2_pf by commit-bot@chromium.org · 11 years ago
  30. 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
  31. 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
  32. 6ee6858 SkThreadPool: allow for Runnables that add other Runnables to the pool. by commit-bot@chromium.org · 11 years ago
  33. f84ad8f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. 32bbcf8 Add texture filtering override to debugger by robertphillips@google.com · 11 years ago
  35. 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
  36. 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
  37. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  38. 607b3a9 Guard colorNames variable under SK_SUPPORT_UNITTEST. by commit-bot@chromium.org · 11 years ago
  39. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  40. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  41. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  42. a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
  43. 25ae5ee Fix memory leak in SkPDFRasterizer by robertphillips@google.com · 11 years ago
  44. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  45. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  46. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  47. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  48. edf2367 Fix race between ~SkThreadPool and SkThreadPool::Loop on fDone. by commit-bot@chromium.org · 11 years ago
  49. 635091f Minor changes to XPS device. by bungeman@google.com · 11 years ago
  50. fd67f2f Fix a warning. by scroggo@google.com · 11 years ago
  51. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
  52. 50955db Fix iOS build. by scroggo@google.com · 11 years ago
  53. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  54. 07f6cf3 fix printing of error messages in canvasstatetest. by commit-bot@chromium.org · 11 years ago
  55. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  56. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  57. 19bcf6e fix broken clang build by djsollen@google.com · 11 years ago
  58. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
  59. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 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
  61. 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
  62. 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
  63. c33d621 Revert determinant-based ScaleTranslate inverse. by commit-bot@chromium.org · 11 years ago
  64. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  65. 5a6cd35 Remove sk_bzero usage from SkMatrix44 for improved performance. by shawnsingh@chromium.org · 11 years ago
  66. b9050d7 Remove mismatched delete. by scroggo@google.com · 11 years ago
  67. b6823c1 Improve performance of matrix inversion. by shawnsingh@chromium.org · 11 years ago
  68. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  69. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  70. 327c081 Add libpoppler for PDF rendering, take 2 by commit-bot@chromium.org · 11 years ago
  71. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  72. 54c538e Revert "The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL." by vandebo@chromium.org · 11 years ago
  73. 85e9db0 The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL. by commit-bot@chromium.org · 11 years ago
  74. f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  75. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 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
  77. 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 11 years ago
  78. 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  79. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  80. 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
  81. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  82. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  83. ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. a27622c Fix OverdrawFilter not set on first call to SkDebugCanvas::drawTo() by commit-bot@chromium.org · 11 years ago
  85. 44324fa Fixing SkDeferredCanvas::writePixels to trigger appropriate change notifications to SkSurface by junov@chromium.org · 11 years ago
  86. bd74add Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. 74f96b9 Added 3-color gradient scraper for detecting symmetrical gradients. by commit-bot@chromium.org · 11 years ago
  88. f3f2d16 set nominmax on windows by bsalomon@google.com · 11 years ago
  89. 0f48ee0 add more stats to the bitmap matrix locator by humper@google.com · 11 years ago
  90. 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 11 years ago
  91. 47fad70 by commit-bot@chromium.org · 11 years ago
  92. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  93. 91673aa search registered rtconf variables backwards and break when we find the by humper@google.com · 11 years ago
  94. 5fdc983 expose shaders by reed@google.com · 11 years ago
  95. 3e2ea25 I don't want these changes as part of the "allow bleeding" CL. by commit-bot@chromium.org · 11 years ago
  96. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  97. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
  98. 14cec91 Add SkNWayCanvas comment API overrides. by commit-bot@chromium.org · 11 years ago
  99. 0d4fe14 Const-ify SkDebugCanvas::getSize(). by commit-bot@chromium.org · 11 years ago
  100. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 11 years ago