1. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  2. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  3. 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
  4. d1ce77d Fix valgrind uninitialized memory complaint by robertphillips@google.com · 11 years ago
  5. 6187abe Update valgrind suppressions by robertphillips@google.com · 11 years ago
  6. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  7. d34f058 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  8. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  9. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  10. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  11. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  12. 70bd4bc Fix narrowing warning error by halcanary@google.com · 11 years ago
  13. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
  14. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  15. b0a0589 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  16. 0308707 Make it explicit that some validate methods are debug only by robertphillips@google.com · 11 years ago
  17. 409774e Sadly TSAN still reports this as a race, even when we're obviously writing the by commit-bot@chromium.org · 11 years ago
  18. f614b76 fix 10.6 by caryclark@google.com · 11 years ago
  19. 7eaa53d path ops work in progress by caryclark@google.com · 11 years ago
  20. 57f035e Writing to testName and reading its size isn't thread safe, TSAN reminds us. by commit-bot@chromium.org · 11 years ago
  21. f6842e7 In skia_test.cc, atomics -> mutex. by commit-bot@chromium.org · 11 years ago
  22. 949eef0 Use explicitly-sized enums in GrGLProgramDesc::KeyHeader by commit-bot@chromium.org · 11 years ago
  23. 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
  24. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
  25. 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
  26. 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago
  27. 1435f9f Add skia_tsan_build to match skia_asan_build and fix one example race. by bungeman@google.com · 11 years ago
  28. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  29. b8d9d5b Refactor PathTest.cpp test_isNestedRects and test_isRect. by bungeman@google.com · 11 years ago
  30. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  31. 519f967 Add sk_calloc. Remove SkMemory_stdlib, which seems unused. by mtklein@google.com · 11 years ago
  32. f91e3d4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  33. c5e57bd silence the error test to be a better citizen by commit-bot@chromium.org · 11 years ago
  34. 014f2c4 Add an even more convenient way to declare tests, with example. by mtklein@google.com · 11 years ago
  35. c1a81eb expand alias fontname test by reed@google.com · 11 years ago
  36. e2fd2d2 fix build warning for unused function by djsollen@google.com · 11 years ago
  37. 2397c06 Disable broken test on Android by djsollen@google.com · 11 years ago
  38. 1f584ed Update Android's FontHost to return NULL if familyName does not match by djsollen@google.com · 11 years ago
  39. 2262c58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. d44d988 fix fontconfig backend to only cache new fonts if their outName was unique by reed@google.com · 11 years ago
  41. 07f6cf3 fix printing of error messages in canvasstatetest. by commit-bot@chromium.org · 11 years ago
  42. 26d2e04 pdf: write only ToUnicode mappings needed by the font, trimming anything out of [firstChar, lastChar] interval. by edisonn@google.com · 11 years ago
  43. 35349d8 Revert r11342 (Add infrastructure for testing the debugger code) due to build breakages by robertphillips@google.com · 11 years ago
  44. 15ec2ea Add infrastructure for testing the debugger code. by commit-bot@chromium.org · 11 years ago
  45. 8c960bf Fix Mac 10.6 DeviceLooperTest build error (this time with feeling) by robertphillips@google.com · 11 years ago
  46. 697b212 Fix for Mac10.6 compiler error on tests\DeviceLooperTest.cpp by robertphillips@google.com · 11 years ago
  47. 2291e72 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. a513efb add missing file by reed@google.com · 11 years ago
  49. a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  50. 9dfac23 Suppress test output. by scroggo@google.com · 11 years ago
  51. 570863f path ops work in progress by caryclark@google.com · 11 years ago
  52. 1588354 Compiler fix for r11288 by robertphillips@google.com · 11 years ago
  53. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  54. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  55. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  56. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  57. 40fcb59 More warnings as errors fixes by robertphillips@google.com · 11 years ago
  58. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  59. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  60. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  61. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  63. 91a798f alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  64. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  65. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  66. 67db510 Revert "alpha threshold bitmap shader" by bsalomon@google.com · 11 years ago
  67. 4ec4cf9 alpha threshold bitmap shader by commit-bot@chromium.org · 11 years ago
  68. f4f3faa Tweak to r11099 for N4 & Ubuntu13 by robertphillips@google.com · 11 years ago
  69. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  70. b85564a Warning/error fix for r11099 on Mac 10.6 by robertphillips@google.com · 11 years ago
  71. 3dfa4cc Add test to exercise extreme blur sigmas by robertphillips@google.com · 11 years ago
  72. 1037c7b fix build breakage for missing SkScalarToInt by djsollen@google.com · 11 years ago
  73. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  74. 339e79f Add SkCanvasStack and update the Canvas utilities to use it. by djsollen@google.com · 11 years ago
  75. 85092f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 25f72ed Fix Matrix44Test and double-to-float conversion in SVD code by jvanverth@google.com · 11 years ago
  77. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
  78. 8b4ba63 Fix bug in SkWriter32. by mtklein@google.com · 11 years ago
  79. ffb71f2 Fix rtree tests build error by sglez@google.com · 11 years ago
  80. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  81. a6f37e7 Add ShouldSkip variant that can read a --match flag directly. by commit-bot@chromium.org · 11 years ago
  82. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  84. 20146b3 fix windows test error for CanvasStateTest.cpp by djsollen@google.com · 11 years ago
  85. 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
  86. 5696baa dump out sizeof(void*) in header by reed@google.com · 11 years ago
  87. 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
  88. 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
  89. 6323ca5 Yet another patch for 10995 by robertphillips@google.com · 11 years ago
  90. 7367225 Patch for 10995 by robertphillips@google.com · 11 years ago
  91. b0b03d9 Patch for r10995 by robertphillips@google.com · 11 years ago
  92. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  93. 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
  94. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  95. e09d6f4 Revert of r10943. by rmistry@google.com · 11 years ago
  96. 42cb6c0 add SkDeviceLooper to handle larger-than-fixedpoint by reed@google.com · 11 years ago
  97. 9f842d3 New warning -> new pattern for fingers to learn for asserting failure. by mtklein@google.com · 11 years ago
  98. d0f1a4f Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder() by fmalita@google.com · 11 years ago
  99. 10adca5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. f272e35 test drawing large-coord aa rects by reed@google.com · 11 years ago