1. 62c6fa7 gpu rebaselines by bsalomon@google.com · 11 years ago
  2. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  3. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  4. b58ba89 account for inverse-paths when we prealloc storage in the rgn-builder by reed@google.com · 11 years ago
  5. 77658b5 meant to DISABLE this test by reed@google.com · 11 years ago
  6. cc8be77 add test for https://code.google.com/p/skia/issues/detail?id=1706 by reed@google.com · 11 years ago
  7. 33e88b7 SkRectShaderImageFilter: add a new factory method which takes a CropRect. by senorblanco@chromium.org · 11 years ago
  8. 0d0bb83 remove clipstack/region bounds assertion by commit-bot@chromium.org · 11 years ago
  9. 8aaac8d Fix build break in assert by bsalomon@google.com · 11 years ago
  10. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  11. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  12. e209a70 Suppresses failing test due to change of bench_graph_svg. Will fix later. by bensong@google.com · 11 years ago
  13. 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
  14. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  15. 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
  16. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  17. ea476e1 swizzle color table if necessary by commit-bot@chromium.org · 11 years ago
  18. 071860a Adding SkLumaColorFilter baselines. by fmalita@google.com · 11 years ago
  19. 4979f32 remove SkDataSet, and just store a key/value in SkAnnotation by reed@google.com · 11 years ago
  20. 790c3f4 Remove need for readFlattenableT from SkLightingImageFilter. by commit-bot@chromium.org · 11 years ago
  21. bdecb68 handle configuration variables longer than 30 characters long by humper@google.com · 11 years ago
  22. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  23. 2887119 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  24. da30055 SkData need not be a Flattenable, since it does not need subclass/factories by reed@google.com · 11 years ago
  25. 9eef56b Update Housekeeper-PerCommit after adding a new type of gm result. by edisonn@google.com · 11 years ago
  26. 1d5bbb2 Spin off incidental changes from DM CL (22839016). by commit-bot@chromium.org · 11 years ago
  27. 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
  28. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  29. 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 11 years ago
  30. 805ca19 SampleApp - reduce unnecessary verbosity [with --picture $path] by halcanary@google.com · 11 years ago
  31. ddf94cf Remove unnamed namespace usage from tests. by commit-bot@chromium.org · 11 years ago
  32. b202ade Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  33. 18252fe Add stdio include to SkFonrConfigParser_android. by bungeman@google.com · 11 years ago
  34. 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 11 years ago
  35. 72e8324 Add stdio include to SkDebug_android. by bungeman@google.com · 11 years ago
  36. 2c8e9d4 Add stdio include for Android specific code in SkRegion. by bungeman@google.com · 11 years ago
  37. 16b2dd0 Add stdio include to skdiff_image. by bungeman@google.com · 11 years ago
  38. 3dc82c4 Correct 32bit pointer assumption in assert in SkMatrix. by bungeman@google.com · 11 years ago
  39. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  40. dcb4e65 rebaseline_server: allow client to pull all results, or just failures by epoger@google.com · 11 years ago
  41. 8ec502b Add valgrind suppressions for driver bugs by robertphillips@google.com · 11 years ago
  42. 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
  43. 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@google.com · 11 years ago
  44. 5e85300 SkRectShaderImageFilter: add a workaround for the zero-sized rects currently passed by Blink. by senorblanco@chromium.org · 11 years ago
  45. e9d61ed Use #if insteadof #ifdef DYNAMIC_ANNOTATIONS_ENABLED. It's always defined, just to 0 or 1. by senorblanco@chromium.org · 11 years ago
  46. 2af2ad9 pdfviewer: (more code cleanup): class documentation and comments by edisonn@google.com · 11 years ago
  47. f8a6b20 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  48. b4227d2 Remove the old skimage expectations. by scroggo@google.com · 11 years ago
  49. 429c962 Format-only changes to skimage expectations files. by scroggo@google.com · 11 years ago
  50. 6d837aa Fix leak in BlurTest by robertphillips@google.com · 11 years ago
  51. 1f1b4aa Fix double ref issue in SkPDFFont ctor by robertphillips@google.com · 11 years ago
  52. d33115d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. 9a282be Fix uninitialized memory read in BitmapCopy test with A1 config by robertphillips@google.com · 11 years ago
  54. 21a705d SK_ONCE for SkMatrix::I() by commit-bot@chromium.org · 11 years ago
  55. 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
  56. c95e1e5 Temporarily disable FilterBitmapBenches while I fix it. by mtklein@google.com · 11 years ago
  57. d23e683 Add ability to rebaseline skimage to rebaseline.py by scroggo@google.com · 11 years ago
  58. e50d9a1 mode code cleanup (100c / l, comments) by edisonn@google.com · 11 years ago
  59. d048a3c Fix a minor regex bug. by scroggo@google.com · 11 years ago
  60. d494b09 Align SkLumaColorFilter with the spec. by commit-bot@chromium.org · 11 years ago
  61. a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
  62. dcfed6c fix warnings when running a no gpu build by djsollen@google.com · 11 years ago
  63. 4e1d4b3 fix mac10.6 build by djsollen@google.com · 11 years ago
  64. a05bbfe rebaseline nexus7 perf improvement by djsollen@google.com · 11 years ago
  65. 97f0bee fix android_gdb_exe script by djsollen@google.com · 11 years ago
  66. fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
  67. 70de4da Insert swapbuffers into GPU benchmarks. by djsollen@google.com · 11 years ago
  68. 1ddfbc2 gm: if test has no expectations, record its result as no-expectations regardless of ignoreFailure by epoger@google.com · 11 years ago
  69. 0fbe01f Add -fPIC fro tsan (isn't alrady set in non-library). by bungeman@google.com · 11 years ago
  70. 27d4ffe Enable -fPIE, and -pie in tsan build. We're already -fPIC. by bungeman@google.com · 11 years ago
  71. 1b440d1 Add leak to valgrind.supp by robertphillips@google.com · 11 years ago
  72. ae748e7 Rebaseline Nexus 7 GM results after upgrading devices to 4.3 by djsollen@google.com · 11 years ago
  73. 19d15ce New expectations files for skimage. by scroggo@google.com · 11 years ago
  74. 0197b32 Always clear dest in SkBitmap::copyTo's draw path by robertphillips@google.com · 11 years ago
  75. 96b128b rebaseline bench expectations by commit-bot@chromium.org · 11 years ago
  76. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  77. b006fe7 Rebase SGX images after GrGLSLExpr change by bsalomon@google.com · 11 years ago
  78. cc5fd0a Use the modified path, not the original path for the platform prefix. by bungeman@google.com · 11 years ago
  79. 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
  80. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  82. ab9d30c basically a typo by commit-bot@chromium.org · 11 years ago
  83. b5a6651 SkDocument api changes (abort, close return success, set DCT encoder...). by commit-bot@chromium.org · 11 years ago
  84. c8fda9d code cleanup by edisonn@google.com · 11 years ago
  85. 1303761 Remove _impl from names in SkOnce.h. by commit-bot@chromium.org · 11 years ago
  86. 73d13d7 Give the new font cache GM a name by jvanverth@google.com · 11 years ago
  87. 235002f low hanging calloc fruit by commit-bot@chromium.org · 11 years ago
  88. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  89. 338a49f Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  90. 9fb6c8a rebaseline_server: extend returned JSON dict to allow for result-editing in coming CL by epoger@google.com · 11 years ago
  91. 5466b0e Revert "Add new GM to stress test the GPU font cache" by jvanverth@google.com · 11 years ago
  92. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  93. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  94. b6aec05 Fix font cache GM on Windows by jvanverth@google.com · 11 years ago
  95. 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
  96. 7d14cef Add new GM to stress test the GPU font cache for cases similar to by commit-bot@chromium.org · 11 years ago
  97. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  98. 598cf5d remove tracking code, as it polutes the code readability. Should be added back, in a less eficient way, by registering streams instead, so we don't have to pass arround the streams, and the code will be cleaner. by edisonn@google.com · 11 years ago
  99. aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
  100. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago