1. 1e391b5 Update skpdiff to include a name with each file. by djsollen@google.com · 11 years ago
  2. fe070ba Make sure attribute indexes are correct after restoring vertex attributes by commit-bot@chromium.org · 11 years ago
  3. e4d3d7c Rebaseline complexclip tests on GPU and remove them from ignored-tests by bsalomon@google.com · 11 years ago
  4. 6397217 detach blur result texture when it is the same texture used to render path mask by commit-bot@chromium.org · 11 years ago
  5. 6001ee3 remove dm from everything by mtklein@google.com · 11 years ago
  6. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  7. d36522d dm is like gm, but faster and with fewer features. by mtklein@google.com · 11 years ago
  8. beede90 texdata gm: allocate gTextureData on the heap. by commit-bot@chromium.org · 11 years ago
  9. 4726291 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  10. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  11. 607b3a9 Guard colorNames variable under SK_SUPPORT_UNITTEST. by commit-bot@chromium.org · 11 years ago
  12. 1a01bc4 More new baselines for displacement GM. by senorblanco@chromium.org · 11 years ago
  13. 39bdd46 Fix test name in ignored-tests.txt by bsalomon@google.com · 11 years ago
  14. e1f5dcd First round of new baselines for displacement GM. by senorblanco@chromium.org · 11 years ago
  15. 3e001d2 Add failing complex clip gpu tests to ignored-tests.txt by bsalomon@google.com · 11 years ago
  16. ff2c851 rebaseline some of the complex clip aa gpu tests and direct write blurs by bsalomon@google.com · 11 years ago
  17. 2f92966 Remove SkDataTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  18. e0e1da3 Remove SkColorTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  19. 36c5bdb Truly ignore failures in skimage. by scroggo@google.com · 11 years ago
  20. 23d0ab7 return false if we can't scale, to force us to try to lock the original and then proceed by reed@google.com · 11 years ago
  21. 542b65f rebaseline_server: add --editable and --reload flags by epoger@google.com · 11 years ago
  22. cef5bb4 test for failing pixelref (crashes, so disable for now) by reed@google.com · 11 years ago
  23. db62709 Turn clear-to-white-then-intersect clips into clear-to-black-then-replace by commit-bot@chromium.org · 11 years ago
  24. a46128e Remove obsolete CityHash conditional. by commit-bot@chromium.org · 11 years ago
  25. bc386ce Fix Win warning-as-error. by senorblanco@chromium.org · 11 years ago
  26. 01bdf3c Add crop rect support for SkDisplacementMapEffect (raster and GPU paths). by senorblanco@chromium.org · 11 years ago
  27. b8aa4dd Fix off by one error in last advanceCount in SkFontHost_FreeType. by bungeman@google.com · 11 years ago
  28. 62c6fa7 gpu rebaselines by bsalomon@google.com · 11 years ago
  29. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  30. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  31. b58ba89 account for inverse-paths when we prealloc storage in the rgn-builder by reed@google.com · 11 years ago
  32. 77658b5 meant to DISABLE this test by reed@google.com · 11 years ago
  33. cc8be77 add test for https://code.google.com/p/skia/issues/detail?id=1706 by reed@google.com · 11 years ago
  34. 33e88b7 SkRectShaderImageFilter: add a new factory method which takes a CropRect. by senorblanco@chromium.org · 11 years ago
  35. 0d0bb83 remove clipstack/region bounds assertion by commit-bot@chromium.org · 11 years ago
  36. 8aaac8d Fix build break in assert by bsalomon@google.com · 11 years ago
  37. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  38. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. e209a70 Suppresses failing test due to change of bench_graph_svg. Will fix later. by bensong@google.com · 11 years ago
  40. 0d9e6de Changes bench to output with git hash filename; cleans up bench_graph_svg to only handle bench alerts; renames it to check_bench_regressions. by bensong@google.com · 11 years ago
  41. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  42. 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
  43. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  44. ea476e1 swizzle color table if necessary by commit-bot@chromium.org · 11 years ago
  45. 071860a Adding SkLumaColorFilter baselines. by fmalita@google.com · 11 years ago
  46. 4979f32 remove SkDataSet, and just store a key/value in SkAnnotation by reed@google.com · 11 years ago
  47. 790c3f4 Remove need for readFlattenableT from SkLightingImageFilter. by commit-bot@chromium.org · 11 years ago
  48. bdecb68 handle configuration variables longer than 30 characters long by humper@google.com · 11 years ago
  49. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  50. 2887119 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  51. da30055 SkData need not be a Flattenable, since it does not need subclass/factories by reed@google.com · 11 years ago
  52. 9eef56b Update Housekeeper-PerCommit after adding a new type of gm result. by edisonn@google.com · 11 years ago
  53. 1d5bbb2 Spin off incidental changes from DM CL (22839016). by commit-bot@chromium.org · 11 years ago
  54. 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
  55. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  56. 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 11 years ago
  57. 805ca19 SampleApp - reduce unnecessary verbosity [with --picture $path] by halcanary@google.com · 11 years ago
  58. ddf94cf Remove unnamed namespace usage from tests. by commit-bot@chromium.org · 11 years ago
  59. b202ade Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 18252fe Add stdio include to SkFonrConfigParser_android. by bungeman@google.com · 11 years ago
  61. 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 11 years ago
  62. 72e8324 Add stdio include to SkDebug_android. by bungeman@google.com · 11 years ago
  63. 2c8e9d4 Add stdio include for Android specific code in SkRegion. by bungeman@google.com · 11 years ago
  64. 16b2dd0 Add stdio include to skdiff_image. by bungeman@google.com · 11 years ago
  65. 3dc82c4 Correct 32bit pointer assumption in assert in SkMatrix. by bungeman@google.com · 11 years ago
  66. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  67. dcb4e65 rebaseline_server: allow client to pull all results, or just failures by epoger@google.com · 11 years ago
  68. 8ec502b Add valgrind suppressions for driver bugs by robertphillips@google.com · 11 years ago
  69. d03c2c7 pdfviewer: more code comments + concat the pdf matrix with the existing matrix in canvas, instead of reseting it. by edisonn@google.com · 11 years ago
  70. 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@google.com · 11 years ago
  71. 5e85300 SkRectShaderImageFilter: add a workaround for the zero-sized rects currently passed by Blink. by senorblanco@chromium.org · 11 years ago
  72. e9d61ed Use #if insteadof #ifdef DYNAMIC_ANNOTATIONS_ENABLED. It's always defined, just to 0 or 1. by senorblanco@chromium.org · 11 years ago
  73. 2af2ad9 pdfviewer: (more code cleanup): class documentation and comments by edisonn@google.com · 11 years ago
  74. f8a6b20 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  75. b4227d2 Remove the old skimage expectations. by scroggo@google.com · 11 years ago
  76. 429c962 Format-only changes to skimage expectations files. by scroggo@google.com · 11 years ago
  77. 6d837aa Fix leak in BlurTest by robertphillips@google.com · 11 years ago
  78. 1f1b4aa Fix double ref issue in SkPDFFont ctor by robertphillips@google.com · 11 years ago
  79. d33115d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. 9a282be Fix uninitialized memory read in BitmapCopy test with A1 config by robertphillips@google.com · 11 years ago
  81. 21a705d SK_ONCE for SkMatrix::I() by commit-bot@chromium.org · 11 years ago
  82. e258eb3 Implement crop rect support for SkRectShaderImageFilter: remove fRect and use the cropRect from SkImageFilter in its place. by senorblanco@chromium.org · 11 years ago
  83. c95e1e5 Temporarily disable FilterBitmapBenches while I fix it. by mtklein@google.com · 11 years ago
  84. d23e683 Add ability to rebaseline skimage to rebaseline.py by scroggo@google.com · 11 years ago
  85. e50d9a1 mode code cleanup (100c / l, comments) by edisonn@google.com · 11 years ago
  86. d048a3c Fix a minor regex bug. by scroggo@google.com · 11 years ago
  87. d494b09 Align SkLumaColorFilter with the spec. by commit-bot@chromium.org · 11 years ago
  88. a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
  89. dcfed6c fix warnings when running a no gpu build by djsollen@google.com · 11 years ago
  90. 4e1d4b3 fix mac10.6 build by djsollen@google.com · 11 years ago
  91. a05bbfe rebaseline nexus7 perf improvement by djsollen@google.com · 11 years ago
  92. 97f0bee fix android_gdb_exe script by djsollen@google.com · 11 years ago
  93. fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
  94. 70de4da Insert swapbuffers into GPU benchmarks. by djsollen@google.com · 11 years ago
  95. 1ddfbc2 gm: if test has no expectations, record its result as no-expectations regardless of ignoreFailure by epoger@google.com · 11 years ago
  96. 0fbe01f Add -fPIC fro tsan (isn't alrady set in non-library). by bungeman@google.com · 11 years ago
  97. 27d4ffe Enable -fPIE, and -pie in tsan build. We're already -fPIC. by bungeman@google.com · 11 years ago
  98. 1b440d1 Add leak to valgrind.supp by robertphillips@google.com · 11 years ago
  99. ae748e7 Rebaseline Nexus 7 GM results after upgrading devices to 4.3 by djsollen@google.com · 11 years ago
  100. 19d15ce New expectations files for skimage. by scroggo@google.com · 11 years ago