1. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 10 years ago
  2. 90c0fbd reland "extract some common code from PictureRenderer" by commit-bot@chromium.org · 10 years ago
  3. 97f0b08 rebaseline_server JSON: pass category values as values, not keys by commit-bot@chromium.org · 10 years ago
  4. de3ad9e Revert of extract some common code from PictureRenderer (https://codereview.chromium.org/273703006/) by commit-bot@chromium.org · 10 years ago
  5. 0ecbfff rebaseline_server: add link to other result sets from main UI by commit-bot@chromium.org · 10 years ago
  6. ee18f2a extract some common code from PictureRenderer by commit-bot@chromium.org · 10 years ago
  7. a60d037 make compare_rendered_pictures_test.py run end-to-end test by commit-bot@chromium.org · 10 years ago
  8. d53b227 New GM for testing circle blur optimization by commit-bot@chromium.org · 10 years ago
  9. eaca36b remove dead mipmap code from SkBitmap by commit-bot@chromium.org · 10 years ago
  10. 7418bd8 make compare_rendered_pictures process render_pictures's new JSON output format by commit-bot@chromium.org · 10 years ago
  11. edda70e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  12. 60da8f3 new vertices gm to test alpha by reed@google.com · 10 years ago
  13. 775bf66 suppress new composeshader gm for quilt testing by reed@google.com · 10 years ago
  14. 58e4287 change composeshader_alpha to exercise srcover as well by commit-bot@chromium.org · 10 years ago
  15. ec7d673 new gm for composeshader, exercising alpha by commit-bot@chromium.org · 10 years ago
  16. 5aacfe9 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  17. c09abe6 Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/) by commit-bot@chromium.org · 10 years ago
  18. 74b8cb1 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  19. 5d41507 Mark drawbitmaprect's large bitmaps as immutable. by commit-bot@chromium.org · 10 years ago
  20. 658e595 tweaks to tab CSS for rebaseline server page; moar pretty by commit-bot@chromium.org · 10 years ago
  21. 6323844 rebaseline_server: ignore builders we don't have any expectations for by commit-bot@chromium.org · 10 years ago
  22. 1a98a06 one valgrind.supp to rule them all. by commit-bot@chromium.org · 10 years ago
  23. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  24. bd09045 fix bitmap shader leak in gm by commit-bot@chromium.org · 10 years ago
  25. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  26. 3d8bf23 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  27. 55aec08 revert humper changes by commit-bot@chromium.org · 10 years ago
  28. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  29. 24e91ba Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  30. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  31. c76a4b2 Revert of Fast path for blurred round rects -- blur a small 9patch rect on the CPU (https://codereview.chromium.org/248613004/) by commit-bot@chromium.org · 10 years ago
  32. 5729387 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  33. 9d3fdbe rebaseline_server unittests: output tkdiff lines when actuals don't match expectations by commit-bot@chromium.org · 10 years ago
  34. 0b27f2e Fix int->scalar warning on windows by bsalomon@google.com · 10 years ago
  35. 04f03d1 Add GM that exercises SkCanvas::discard() by commit-bot@chromium.org · 10 years ago
  36. 2a9e3ad Disable cgimage GM by bsalomon@google.com · 10 years ago
  37. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  38. 8089467 Fix double to SkScalar issues in SkTwoPointConicalGradient_gpu.cpp by commit-bot@chromium.org · 10 years ago
  39. c8379d7 Add gpu fast path for two point conical gradients. by commit-bot@chromium.org · 10 years ago
  40. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  41. c25cec5 SkDELETE() -> SkDELETE_ARRAY() in gradients_many test by bsalomon@google.com · 10 years ago
  42. 8a777a5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  43. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  44. 7b8999b gradient_many gm to test banding and precision by reed@google.com · 10 years ago
  45. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  46. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  47. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  48. c9b511f Revert of rebaseline_server: multithreaded loading/diffing of images (https://codereview.chromium.org/235923002/) by commit-bot@chromium.org · 10 years ago
  49. 73cb153 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 10 years ago
  50. 280ea82 rebaseline_server: multithreaded loading/diffing of images by commit-bot@chromium.org · 10 years ago
  51. 5d0b150 resize canvas for GM + typo by commit-bot@chromium.org · 10 years ago
  52. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  53. e93a4c0 rebaseline_server: fix sorting by perceptual diff column by commit-bot@chromium.org · 10 years ago
  54. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  55. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  56. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  57. 1f75ab9 add some .gitignores related to gm and tools by commit-bot@chromium.org · 10 years ago
  58. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  59. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  60. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  61. 76b12b7 when getClipBounds returns false, the out-param is uninitialized by reed@google.com · 10 years ago
  62. d0b8904 rebaseline_server: eliminate meaningless 404 errors while waiting for content to load by commit-bot@chromium.org · 10 years ago
  63. defe6fd rebaseline_server: allow user to specify which builders to process by commit-bot@chromium.org · 10 years ago
  64. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  65. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  66. 8865d09 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 10 years ago
  67. 592b2d1 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  68. c5713e4 clear bitmap in texture domain gm by commit-bot@chromium.org · 10 years ago
  69. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  70. 3eb77e4 teach rebaseline_server how to compare results of multiple render_pictures runs by commit-bot@chromium.org · 10 years ago
  71. 6844958 rebaseline_server: display as much info as possible if expected/actual image is missing by commit-bot@chromium.org · 10 years ago
  72. 58af0c8 Add show_gm_changes script: show change revisions and hashes for a GM by commit-bot@chromium.org · 10 years ago
  73. 9fbbcca SkPerlinNoiseShader::CreateTubulenceNoise() is misspelled by commit-bot@chromium.org · 10 years ago
  74. 6eddc77 Pass the IDWriteFactory instead of relying on a global creator. by bungeman@google.com · 10 years ago
  75. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  76. 31d0b3d rebaseline_server: add --compare-configs option by commit-bot@chromium.org · 10 years ago
  77. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  78. c0df2fb rebaseline_server: add option to read actuals from local disk by commit-bot@chromium.org · 10 years ago
  79. a54abdc Remove static bmp from shadertext3 by commit-bot@chromium.org · 10 years ago
  80. da0ceb2 rebaseline_server: delete invalid image files from local disk cache by commit-bot@chromium.org · 10 years ago
  81. 6aeabb1 Speculative Mac 10.6 fix: disable medium & high filter quality tests. by senorblanco@chromium.org · 10 years ago
  82. afb26ee Speculative Mac 10.6 fix: remove useless code from matriximagefilter GM. by senorblanco@chromium.org · 10 years ago
  83. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago
  84. 2663263 Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrectly ignored. by commit-bot@chromium.org · 10 years ago
  85. 7b78981 gather GM tests which are disabled on Android by commit-bot@chromium.org · 10 years ago
  86. 4105623 fix compare_to_expectations command line launch by commit-bot@chromium.org · 10 years ago
  87. a723fee Fix 10.6 build: double -> float. by commit-bot@chromium.org · 10 years ago
  88. 04eff72 Add test cases for small radii to rrect GMs. by commit-bot@chromium.org · 10 years ago
  89. 08f6d86 update bitmapshader to avoid potential rendering error for kA8_Config by commit-bot@chromium.org · 10 years ago
  90. b463d56 rebaseline_server: rename results.py to compare_to_expectations.py by commit-bot@chromium.org · 10 years ago
  91. a25c4e4 rebaseline_server: fix --editable mode by commit-bot@chromium.org · 10 years ago
  92. b659333 Fixed double offset in resize filter by commit-bot@chromium.org · 10 years ago
  93. 736be35 rebaseline_server: when first started, tell client results are still being generated by commit-bot@chromium.org · 10 years ago
  94. 5799423 rebaseline_server: serve JSON from static file, rather than generating it live by commit-bot@chromium.org · 10 years ago
  95. b42105a rebaseline_server: image URLs are relative to JSON file's location by commit-bot@chromium.org · 10 years ago
  96. e5957f6 update comment on setShader to clarify alpha-bitmap behavior in bitmapshaders by commit-bot@chromium.org · 10 years ago
  97. 2077427 Put SimpleOffsetFilter on heap. by commit-bot@chromium.org · 10 years ago
  98. d1c85d2 rebaseline_server: make intermediate JSON specify base urls for diff images by commit-bot@chromium.org · 10 years ago
  99. f0f9f5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  100. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago