1. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 10 years ago
  2. a87b21c Reland SkWriter32 growth change with build fixes. by commit-bot@chromium.org · 10 years ago
  3. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  4. 44546f8 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 10 years ago
  5. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 10 years ago
  6. 27d7ede bugfix for typo in skpdiff tool by djsollen@google.com · 10 years ago
  7. 60bce6c Return -1 in error condition instead of removing diff result. by djsollen@google.com · 10 years ago
  8. 09f0ba7 Revert of Change growth function for SkWriter32 (https://codereview.chromium.org/150663014/) by commit-bot@chromium.org · 10 years ago
  9. d321a45 clang complaint fix by robertphillips@google.com · 10 years ago
  10. 3cd6fdf Fix build by robertphillips@google.com · 10 years ago
  11. dd31ac4 Fix valgrind suppressions by robertphillips@google.com · 10 years ago
  12. 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 10 years ago
  13. 93d5ffd Change growth function for SkWriter32 by commit-bot@chromium.org · 10 years ago
  14. ac14aac Whitespace change to test bugdroid links. by commit-bot@chromium.org · 10 years ago
  15. 589bd3d Revert of Add the perceptual difference metric to the rebaseline server (https://codereview.chromium.org/147453003/) by commit-bot@chromium.org · 10 years ago
  16. af34eb9 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 10 years ago
  17. afe38b1 Fix broken debug build by commit-bot@chromium.org · 10 years ago
  18. 046f1f6 Cleaner external buffer handling in SkWriter32 by commit-bot@chromium.org · 10 years ago
  19. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  20. b53317c fix test for empty config by mike@reedtribe.org · 10 years ago
  21. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  22. c911485 fix warnings by mike@reedtribe.org · 10 years ago
  23. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 10 years ago
  24. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 10 years ago
  25. 6d254ee Use SkToBool to fix a warning. by commit-bot@chromium.org · 10 years ago
  26. 74b88b7 Allow buffered stream to work with an offset. by commit-bot@chromium.org · 10 years ago
  27. ba9354b SkOnce in is_lcd_supported instead of hand rolled double-checked locking. by commit-bot@chromium.org · 10 years ago
  28. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 10 years ago
  29. 9985ef5 rebaseline_server: add ImagePair class, a step towards new intermediate JSON schema by commit-bot@chromium.org · 10 years ago
  30. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 10 years ago
  31. 0888b75 DM: catch -r foo -w foo. by commit-bot@chromium.org · 10 years ago
  32. 6be31f4 remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely by reed@google.com · 10 years ago
  33. 5764165 Split opts_check_arm.cpp into per-class files by commit-bot@chromium.org · 10 years ago
  34. a83f059 New Xoom baselines for imagefilter tests. by senorblanco@chromium.org · 10 years ago
  35. f66cf72 Move fLastMoveToIndex from SkPath to SkPathRef by robertphillips@google.com · 10 years ago
  36. 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 · 10 years ago
  37. 5847b68 Rebase files after recent GPU clipping changes by bsalomon@google.com · 10 years ago
  38. f0b0cda Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  39. f053980 Specialize GrConvexPolyEffect for AA rects, use for AA clip rects. by commit-bot@chromium.org · 10 years ago
  40. fffc9dc Rebaselines from gpu convex poly clip changes. by bsalomon@google.com · 10 years ago
  41. 6dee875 Add workaround for Xoom crashing after discard removed from shader. by commit-bot@chromium.org · 10 years ago
  42. f04c21d More bench rebaselines for new SKPs. by fmalita@google.com · 10 years ago
  43. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 10 years ago
  44. 5bc7339 Rebase canvas-state on N7 by bsalomon@google.com · 10 years ago
  45. b000d76 Drawing fake bold text, line and normal text made normal text bolder on PDF. by commit-bot@chromium.org · 10 years ago
  46. 244b288 Fix garbled Nexus7 bench expectations entry. by fmalita@google.com · 10 years ago
  47. 164052e Create a common utility for finding and running binaries in out/ by commit-bot@chromium.org · 10 years ago
  48. e6af4fb rebaseline_server: properly handle unexpected GETs by commit-bot@chromium.org · 10 years ago
  49. 480ae28 Bench rebaseline for the new SKPs by fmalita@google.com · 10 years ago
  50. d5911c4 remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT by reed@google.com · 10 years ago
  51. 5d54c29 remove unneeded SK_SUPPORT_LEGACY_CANVAS_CREATECOMPATIBLEDEVICE by reed@google.com · 10 years ago
  52. 20c4ebe remove legacy LightingColorFilter impl by reed@google.com · 10 years ago
  53. 6516d4b Set scissor to clip bounding box when using GrConvexPolyEffect by commit-bot@chromium.org · 10 years ago
  54. c435360 Fix android build issues with atomics by commit-bot@chromium.org · 10 years ago
  55. 1f1dd96 Whitespace change to test Bugdroid II by commit-bot@chromium.org · 10 years ago
  56. d4d87df Whitespace change to test Bugdroid by commit-bot@chromium.org · 10 years ago
  57. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 10 years ago
  58. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 10 years ago
  59. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  60. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 10 years ago
  61. 70ac79b use new instead of createCompatibleDevice, since we know the subclass we want by reed@google.com · 10 years ago
  62. ace1354 impl getROPixels for gpu SkImage by reed@google.com · 10 years ago
  63. 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 · 10 years ago
  64. 31b3044 replace impl of SkLightingColorFilter with SkColorMatrixFilter by reed@google.com · 10 years ago
  65. 6f0ba47 rebaseline_server: add "show only"/"show all" buttons to some columns by commit-bot@chromium.org · 10 years ago
  66. 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 10 years ago
  67. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 10 years ago
  68. d5808bd add inital gm for colorfilters by reed@google.com · 10 years ago
  69. 4736ed1 Add ifdef to avoid "not defined" compiler warnings for VS checks by commit-bot@chromium.org · 10 years ago
  70. 8933563 Scripts to generate Android.mk for framework Skia. by commit-bot@chromium.org · 10 years ago
  71. 1c188ed rebaseline_server: get "image size" working again by commit-bot@chromium.org · 10 years ago
  72. 940e3ba Added newline at end of MatrixClipCollapseTest.cpp by robertphillips@google.com · 10 years ago
  73. 2776e01 return NULL not false for a void* failure by reed@google.com · 10 years ago
  74. 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 10 years ago
  75. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 10 years ago
  76. 999da9c fix refcounting in SkImage::NewRasterData by reed@google.com · 10 years ago
  77. 9d6e7e5 Rebaselines for stragglers (Nexus4 Debug looks like it was really stale.) by senorblanco@chromium.org · 10 years ago
  78. 7cd1ccc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  79. c01eeb3 Add new baselines for tests affected by https://code.google.com/p/skia/source/detail?r=13323, namely: by senorblanco@chromium.org · 10 years ago
  80. 6711780 Fix memory leak in imagefiltersclipped GM (found by valgrind). by senorblanco@chromium.org · 11 years ago
  81. e629c7b Fix SkXPSDevice by senorblanco@chromium.org · 11 years ago
  82. 0937335 Mid-air collision: fix constness for onFilterImage in new test. by senorblanco@chromium.org · 11 years ago
  83. 5251e2b Fix a problem with scaled filters in tiled SkPicture playback. by senorblanco@chromium.org · 11 years ago
  84. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  85. d2e88f6 Rebase gpu images on N4 where persp rect clip is handled by convex poly clip effect. by bsalomon@google.com · 11 years ago
  86. c2d768c pass in the real rowBytes by reed@google.com · 11 years ago
  87. 78bfa79 More canvas-state GM rebaselines by bsalomon@google.com · 11 years ago
  88. d2184d6 canvas-state GM rebaselines after r13320. by bsalomon@google.com · 11 years ago
  89. ceba079 rebaseline_server: add bgcolor slider for pixelDiff column by commit-bot@chromium.org · 11 years ago
  90. c69b0d0 gm self-test: stop checking stdout and stderr by commit-bot@chromium.org · 11 years ago
  91. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  92. 495157b Fix SampleApp for devices who don't support the full OpenGL API by commit-bot@chromium.org · 11 years ago
  93. d4adfa3 Reland "Gyp file changes for the android framework." by scroggo@google.com · 11 years ago
  94. 8a13588 Stop discarding in frag shader when coverage is zero and stencil writes are enabled by commit-bot@chromium.org · 11 years ago
  95. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  96. cb6adec Clean up SkPictureRecord.cpp by robertphillips@google.com · 11 years ago
  97. 30555b4 Wider perf trigger range for N4 and N7 perf improvements by robertphillips@google.com · 11 years ago
  98. 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  99. 076f078 Add magnifier to rebaseline server. by commit-bot@chromium.org · 11 years ago
  100. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago