1. 7fac718 Fix valgrind suppressions (again) by robertphillips@google.com · 11 years ago
  2. 74ba2f6 Builder class for SkLayerDrawLooper. by commit-bot@chromium.org · 11 years ago
  3. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. d328fb6 Defer deletion of our shaders until after linking the gl program to work around an Android emulator bug by commit-bot@chromium.org · 11 years ago
  5. 81cdf23 Small adjustments of two bench ranges. by commit-bot@chromium.org · 11 years ago
  6. e734c15 fix debugging script for the SampleApp by commit-bot@chromium.org · 11 years ago
  7. d5414e5 ensure that opaque-only colortypes always report opaque-alphatype by commit-bot@chromium.org · 11 years ago
  8. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 11 years ago
  9. a7692a9 Adding list of Skia's CQ committers by commit-bot@chromium.org · 11 years ago
  10. a4b9b39 Use a bench alert algorithm with wider ranges. TBR=jvanverth NOTRY=true by commit-bot@chromium.org · 11 years ago
  11. 33fed14 Fixed clusterfuzz found crash by commit-bot@chromium.org · 11 years ago
  12. be233d6 ARM Skia NEON patches - 27 - S32A_D565_Blend by commit-bot@chromium.org · 11 years ago
  13. 35d4872 Gyp flag to disable inlining. by commit-bot@chromium.org · 11 years ago
  14. ca21a00 SkWriter32: throw in the SkTDArray towel. by commit-bot@chromium.org · 11 years ago
  15. 989ac54 Another try at updating expectations by jvanverth@google.com · 11 years ago
  16. 536b15f rebaseline_server: create ImagePairSet-- holds a number of ImagePairs to examine by commit-bot@chromium.org · 11 years ago
  17. ed3bb1a Bench rebaseline to use narrower ranges. This also tests the new range calculation algorithm. by commit-bot@chromium.org · 11 years ago
  18. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  19. e1df565 Add conicTo(). by commit-bot@chromium.org · 11 years ago
  20. ea7d08e Add unit test for unbalanced save and restores in pictures. by commit-bot@chromium.org · 11 years ago
  21. 310ec8e Update directions and lib paths for ninja. by commit-bot@chromium.org · 11 years ago
  22. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  23. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  24. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 11 years ago
  25. b720ffd Updated GM expectations for Win7-ShuttleA-HD2000 by jvanverth@google.com · 11 years ago
  26. 22ef2c3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  27. 9a67a7e Just a bit of cleanup. This doesn't alter the matrix/clip stack manager's behavior or its memory consumption. by commit-bot@chromium.org · 11 years ago
  28. 6e715f8 Empty expectations for bots affected by GM perspective switch by commit-bot@chromium.org · 11 years ago
  29. 5e1a7f2 Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://codereview.chromium.org/146913002/) due to image quality regression in Chromium. See crbug.com/343123 (Regression - UI issue observed for any "Notification infobars" in Chrome browser) by commit-bot@chromium.org · 11 years ago
  30. c5dada8 This CL doesn't radically change the behavior of the matrix\clip stack reducer. It just cleans up the matrix handling a bit. by commit-bot@chromium.org · 11 years ago
  31. 8441f0c remove width>=0 asserts, as clients rely on this (at least for testing) by reed@google.com · 11 years ago
  32. 877c449 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  33. 6fe16a3 remove unused deviceconfig from SkShader by mike@reedtribe.org · 11 years ago
  34. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 11 years ago
  35. 14747e5 Adding new 'extend' mode to SkPath::addPath by commit-bot@chromium.org · 11 years ago
  36. e07dfe5 Update Mac 10.6 bench expectation for tabl_worldjournal. by commit-bot@chromium.org · 11 years ago
  37. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  38. a87b21c Reland SkWriter32 growth change with build fixes. by commit-bot@chromium.org · 11 years ago
  39. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 11 years ago
  40. 44546f8 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 11 years ago
  41. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  42. 27d7ede bugfix for typo in skpdiff tool by djsollen@google.com · 11 years ago
  43. 60bce6c Return -1 in error condition instead of removing diff result. by djsollen@google.com · 11 years ago
  44. 09f0ba7 Revert of Change growth function for SkWriter32 (https://codereview.chromium.org/150663014/) by commit-bot@chromium.org · 11 years ago
  45. d321a45 clang complaint fix by robertphillips@google.com · 11 years ago
  46. 3cd6fdf Fix build by robertphillips@google.com · 11 years ago
  47. dd31ac4 Fix valgrind suppressions by robertphillips@google.com · 11 years ago
  48. 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 11 years ago
  49. 93d5ffd Change growth function for SkWriter32 by commit-bot@chromium.org · 11 years ago
  50. ac14aac Whitespace change to test bugdroid links. by commit-bot@chromium.org · 11 years ago
  51. 589bd3d Revert of Add the perceptual difference metric to the rebaseline server (https://codereview.chromium.org/147453003/) by commit-bot@chromium.org · 11 years ago
  52. af34eb9 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 11 years ago
  53. afe38b1 Fix broken debug build by commit-bot@chromium.org · 11 years ago
  54. 046f1f6 Cleaner external buffer handling in SkWriter32 by commit-bot@chromium.org · 11 years ago
  55. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  56. b53317c fix test for empty config by mike@reedtribe.org · 11 years ago
  57. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. c911485 fix warnings by mike@reedtribe.org · 11 years ago
  59. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 11 years ago
  60. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 11 years ago
  61. 6d254ee Use SkToBool to fix a warning. by commit-bot@chromium.org · 11 years ago
  62. 74b88b7 Allow buffered stream to work with an offset. by commit-bot@chromium.org · 11 years ago
  63. ba9354b SkOnce in is_lcd_supported instead of hand rolled double-checked locking. by commit-bot@chromium.org · 11 years ago
  64. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 11 years ago
  65. 9985ef5 rebaseline_server: add ImagePair class, a step towards new intermediate JSON schema by commit-bot@chromium.org · 11 years ago
  66. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  67. 0888b75 DM: catch -r foo -w foo. by commit-bot@chromium.org · 11 years ago
  68. 6be31f4 remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely by reed@google.com · 11 years ago
  69. 5764165 Split opts_check_arm.cpp into per-class files by commit-bot@chromium.org · 11 years ago
  70. a83f059 New Xoom baselines for imagefilter tests. by senorblanco@chromium.org · 11 years ago
  71. f66cf72 Move fLastMoveToIndex from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  72. 2693eb9 Mark imagefiltersbase_gpu as ignore-failure on IntelRhb release. The color of one of the lines around test cases changes subtly between runs. by bsalomon@google.com · 11 years ago
  73. 5847b68 Rebase files after recent GPU clipping changes by bsalomon@google.com · 11 years ago
  74. f0b0cda Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  75. f053980 Specialize GrConvexPolyEffect for AA rects, use for AA clip rects. by commit-bot@chromium.org · 11 years ago
  76. fffc9dc Rebaselines from gpu convex poly clip changes. by bsalomon@google.com · 11 years ago
  77. 6dee875 Add workaround for Xoom crashing after discard removed from shader. by commit-bot@chromium.org · 11 years ago
  78. f04c21d More bench rebaselines for new SKPs. by fmalita@google.com · 11 years ago
  79. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 11 years ago
  80. 5bc7339 Rebase canvas-state on N7 by bsalomon@google.com · 11 years ago
  81. b000d76 Drawing fake bold text, line and normal text made normal text bolder on PDF. by commit-bot@chromium.org · 11 years ago
  82. 244b288 Fix garbled Nexus7 bench expectations entry. by fmalita@google.com · 11 years ago
  83. 164052e Create a common utility for finding and running binaries in out/ by commit-bot@chromium.org · 11 years ago
  84. e6af4fb rebaseline_server: properly handle unexpected GETs by commit-bot@chromium.org · 11 years ago
  85. 480ae28 Bench rebaseline for the new SKPs by fmalita@google.com · 11 years ago
  86. d5911c4 remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT by reed@google.com · 11 years ago
  87. 5d54c29 remove unneeded SK_SUPPORT_LEGACY_CANVAS_CREATECOMPATIBLEDEVICE by reed@google.com · 11 years ago
  88. 20c4ebe remove legacy LightingColorFilter impl by reed@google.com · 11 years ago
  89. 6516d4b Set scissor to clip bounding box when using GrConvexPolyEffect by commit-bot@chromium.org · 11 years ago
  90. c435360 Fix android build issues with atomics by commit-bot@chromium.org · 11 years ago
  91. 1f1dd96 Whitespace change to test Bugdroid II by commit-bot@chromium.org · 11 years ago
  92. d4d87df Whitespace change to test Bugdroid by commit-bot@chromium.org · 11 years ago
  93. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  94. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  95. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  97. 70ac79b use new instead of createCompatibleDevice, since we know the subclass we want by reed@google.com · 11 years ago
  98. ace1354 impl getROPixels for gpu SkImage by reed@google.com · 11 years ago
  99. 0e8c8ef Disable NEON procs for SkBlitMask_D32_A8 until we can diagnose the source of the SIGILL chrashes seen in chromium. by commit-bot@chromium.org · 11 years ago
  100. 31b3044 replace impl of SkLightingColorFilter with SkColorMatrixFilter by reed@google.com · 11 years ago