1. 8c960bf Fix Mac 10.6 DeviceLooperTest build error (this time with feeling) by robertphillips@google.com · 11 years ago
  2. 697b212 Fix for Mac10.6 compiler error on tests\DeviceLooperTest.cpp by robertphillips@google.com · 11 years ago
  3. 2291e72 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. a513efb add missing file by reed@google.com · 11 years ago
  5. a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. 9dfac23 Suppress test output. by scroggo@google.com · 11 years ago
  7. 570863f path ops work in progress by caryclark@google.com · 11 years ago
  8. 1588354 Compiler fix for r11288 by robertphillips@google.com · 11 years ago
  9. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  10. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  11. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  12. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 40fcb59 More warnings as errors fixes by robertphillips@google.com · 11 years ago
  14. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  15. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  16. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  17. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  19. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  20. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  21. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  22. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  23. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  24. f4f3faa Tweak to r11099 for N4 & Ubuntu13 by robertphillips@google.com · 11 years ago
  25. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  26. b85564a Warning/error fix for r11099 on Mac 10.6 by robertphillips@google.com · 11 years ago
  27. 3dfa4cc Add test to exercise extreme blur sigmas by robertphillips@google.com · 11 years ago
  28. 1037c7b fix build breakage for missing SkScalarToInt by djsollen@google.com · 11 years ago
  29. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  30. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
  31. 85092f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. 25f72ed Fix Matrix44Test and double-to-float conversion in SVD code by jvanverth@google.com · 11 years ago
  33. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
  34. 8b4ba63 Fix bug in SkWriter32. by mtklein@google.com · 11 years ago
  35. ffb71f2 Fix rtree tests build error by sglez@google.com · 11 years ago
  36. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  37. a6f37e7 Add ShouldSkip variant that can read a --match flag directly. by commit-bot@chromium.org · 11 years ago
  38. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  40. 20146b3 fix windows test error for CanvasStateTest.cpp by djsollen@google.com · 11 years ago
  41. 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
  42. 5696baa dump out sizeof(void*) in header by reed@google.com · 11 years ago
  43. 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
  44. 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
  45. 6323ca5 Yet another patch for 10995 by robertphillips@google.com · 11 years ago
  46. 7367225 Patch for 10995 by robertphillips@google.com · 11 years ago
  47. b0b03d9 Patch for r10995 by robertphillips@google.com · 11 years ago
  48. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  49. 1c028bd fix state machine so we know simple only loops once, but we can call maprect in debug mode by reed@google.com · 11 years ago
  50. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  51. e09d6f4 Revert of r10943. by rmistry@google.com · 11 years ago
  52. 42cb6c0 add SkDeviceLooper to handle larger-than-fixedpoint by reed@google.com · 11 years ago
  53. 9f842d3 New warning -> new pattern for fingers to learn for asserting failure. by mtklein@google.com · 11 years ago
  54. d0f1a4f Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder() by fmalita@google.com · 11 years ago
  55. 10adca5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  56. f272e35 test drawing large-coord aa rects by reed@google.com · 11 years ago
  57. 57c5672 Fix leaked SkPDFDevice in PDFPrimitivesTest.cpp by robertphillips@google.com · 11 years ago
  58. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  59. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 9504575 Add perf benchmarks and more unit tests for matrix inversion by commit-bot@chromium.org · 11 years ago
  61. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  62. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  63. 9e3074e use SkTDynamicHash in picture recording by mtklein@google.com · 11 years ago
  64. edd1898 Tweak Matrix44 test so it'll pass on ChromeOS by commit-bot@chromium.org · 11 years ago
  65. f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  66. 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 11 years ago
  67. 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  68. cb8b0ee Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover. by mtklein@google.com · 11 years ago
  69. 259fbaf Add homogeneous point mapping to Matrix by egdaniel@google.com · 11 years ago
  70. 0038c12 Write NULL as "" so readString() always returns a non-NULL string. by mtklein@google.com · 11 years ago
  71. 0e6e8cc Revert r10705 (ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG) due to 1000+ linux_layout failures (http://build.chromium.org/p/tryserver.chromium/builders/linux_layout_rel/builds/18997/steps/webkit_tests/logs/stdio) by robertphillips@google.com · 11 years ago
  72. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  73. 73ab296 ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG by commit-bot@chromium.org · 11 years ago
  74. c9ab2b7 SkTDynamicHash by mtklein@google.com · 11 years ago
  75. 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
  76. f6ad1e8 Revert r10659: Add a map homogenous points to SkMatrix by jvanverth@google.com · 11 years ago
  77. 9d54aeb All rSomethingTo() immediately following a close() are relative to the point we closed from, not the point we close to. Fix that. by commit-bot@chromium.org · 11 years ago
  78. 47fa136 allow NULL in writeString/readString by commit-bot@chromium.org · 11 years ago
  79. 2fae54d Add a map homogenous points to SkMatrix by egdaniel@google.com · 11 years ago
  80. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  81. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  82. 17f1ae6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. c28f555 This attempts to replicate some bad cache behavior Mozilla reported. by commit-bot@chromium.org · 11 years ago
  84. b265741 Revert r10603 (Remove operator== from SkPaint) due to Chrome failures by robertphillips@google.com · 11 years ago
  85. d79277f Support decoding subsets from JPG on Android. by scroggo@google.com · 11 years ago
  86. 2862151 Fix BGRA readback on Android by commit-bot@chromium.org · 11 years ago
  87. 7bb36ab Fix build. by scroggo@google.com · 11 years ago
  88. 9c9d4a7 Restore SkPath(const SkPath&) to copy the generation ID on Android. by mtklein@google.com · 11 years ago
  89. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  90. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  91. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  92. 37ffe8a Remove operator== from SkPaint by commit-bot@chromium.org · 11 years ago
  93. ad6477d Work around broken SkFontMgr_fontconfig.cpp for test. by bungeman@google.com · 11 years ago
  94. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  95. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  96. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  97. ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. 0d9f5f7 old compiler is dumb by mtklein@google.com · 11 years ago
  99. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  100. 2f683ba Temporarily disable GpuTestPath. by jvanverth@google.com · 11 years ago