1. c01eeb3 Add new baselines for tests affected by https://code.google.com/p/skia/source/detail?r=13323, namely: by senorblanco@chromium.org · 12 years ago
  2. 6711780 Fix memory leak in imagefiltersclipped GM (found by valgrind). by senorblanco@chromium.org · 12 years ago
  3. e629c7b Fix SkXPSDevice by senorblanco@chromium.org · 12 years ago
  4. 0937335 Mid-air collision: fix constness for onFilterImage in new test. by senorblanco@chromium.org · 12 years ago
  5. 5251e2b Fix a problem with scaled filters in tiled SkPicture playback. by senorblanco@chromium.org · 12 years ago
  6. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 12 years ago
  7. d2e88f6 Rebase gpu images on N4 where persp rect clip is handled by convex poly clip effect. by bsalomon@google.com · 12 years ago
  8. c2d768c pass in the real rowBytes by reed@google.com · 12 years ago
  9. 78bfa79 More canvas-state GM rebaselines by bsalomon@google.com · 12 years ago
  10. d2184d6 canvas-state GM rebaselines after r13320. by bsalomon@google.com · 12 years ago
  11. ceba079 rebaseline_server: add bgcolor slider for pixelDiff column by commit-bot@chromium.org · 12 years ago
  12. c69b0d0 gm self-test: stop checking stdout and stderr by commit-bot@chromium.org · 12 years ago
  13. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 12 years ago
  14. 495157b Fix SampleApp for devices who don't support the full OpenGL API by commit-bot@chromium.org · 12 years ago
  15. d4adfa3 Reland "Gyp file changes for the android framework." by scroggo@google.com · 12 years ago
  16. 8a13588 Stop discarding in frag shader when coverage is zero and stencil writes are enabled by commit-bot@chromium.org · 12 years ago
  17. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 12 years ago
  18. cb6adec Clean up SkPictureRecord.cpp by robertphillips@google.com · 12 years ago
  19. 30555b4 Wider perf trigger range for N4 and N7 perf improvements by robertphillips@google.com · 12 years ago
  20. 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  21. 076f078 Add magnifier to rebaseline server. by commit-bot@chromium.org · 12 years ago
  22. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 12 years ago
  23. 0807ede Compilation fix for r13311 (Update SkPictureRecord to allow some ops to be written separately - https://codereview.chromium.org/153883002/) by robertphillips@google.com · 12 years ago
  24. f48a90c Ignore failures on GalaxyNexus and NexusS by robertphillips@google.com · 12 years ago
  25. 5a63f24 Update SkPictureRecord to allow some ops to be written separately by robertphillips@google.com · 12 years ago
  26. 0f53122 Fix crash in bench when "--mode record" is used by commit-bot@chromium.org · 12 years ago
  27. ea6e14a TSAN: use somewhat pithier SK_ANNOTATE_UNPROTECTED_READ. by commit-bot@chromium.org · 12 years ago
  28. 8df32b9 Added root deletion code to fix valgrind error by commit-bot@chromium.org · 12 years ago
  29. fdbd504 remove kGL_Capability (unused) by reed@google.com · 12 years ago
  30. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 12 years ago
  31. d52a997 fix int->scalar warning by reed@google.com · 12 years ago
  32. eb62950 Gyp file changes for the android framework. by scroggo@google.com · 12 years ago
  33. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 12 years ago
  34. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 12 years ago
  35. 11db6fa convert gm tool to use surfaces instead of devices by reed@google.com · 12 years ago
  36. b511be5 Add rect clip to convex_poly_clip GM by commit-bot@chromium.org · 12 years ago
  37. 372b7a4 remove redundant GrContext parameter to NewRenderTargetDirect by reed@google.com · 12 years ago
  38. 1c9bd55 Gyp file changes for the android framework. by scroggo@google.com · 12 years ago
  39. 1bc6c6a change benchmark to use surfaces instead of devices to specify its backends by reed@google.com · 12 years ago
  40. e456a42 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  41. f4e1a76 More bot whack-a-mole: fix Win build. by senorblanco@chromium.org · 12 years ago
  42. ec7c35d Speculative build fix after r13292. by fmalita@google.com · 12 years ago
  43. 58d1466 Fix skia_gpu=0 build. by senorblanco@chromium.org · 12 years ago
  44. aba651c Fix image filter crop offsets for GPU path. by senorblanco@chromium.org · 12 years ago
  45. 29af1f3 Whitespace change to test the DownloadSKImageFiles fix. by fmalita@google.com · 12 years ago
  46. db00957 fix script so that the error is actually printed if ant is not installed by commit-bot@chromium.org · 12 years ago
  47. 4b5ad7f remove tools/test_rendering.py and tools/test_pictures.py by commit-bot@chromium.org · 12 years ago
  48. d3066bd Revert of Use GrConvexPolyEffect when clip is a single convex polygon (https://codereview.chromium.org/151523005/) by bsalomon@google.com · 12 years ago
  49. 2859f9f rename tracing parameter to be more consistent with other methods by commit-bot@chromium.org · 12 years ago
  50. e89d903 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 12 years ago
  51. 8c6f4b3 Adding int cast to prevent warning by commit-bot@chromium.org · 12 years ago
  52. da5c6d6 don't initialize the default Skia tracer if one has already been provided by commit-bot@chromium.org · 12 years ago
  53. 3458a17 clean up a couple of parameters in the tracing interface by commit-bot@chromium.org · 12 years ago
  54. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 12 years ago
  55. c048afc Rebaseline imagefiltersgraph_gpu (Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release) by fmalita@google.com · 12 years ago
  56. c6ba74c hopefully last set of rebaselines for blurrect by commit-bot@chromium.org · 12 years ago
  57. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 12 years ago
  58. ccfe7b8 Whitespace change to test the new PRESUBMIT authors check by commit-bot@chromium.org · 12 years ago
  59. 745e08c Check if the issue owner is in the AUTHORS file in PRESUBMIT.py by commit-bot@chromium.org · 12 years ago
  60. 7017288 Fix valgrind issue in SkBase64Test.cpp by robertphillips@google.com · 12 years ago
  61. 78319ce Performance trigger rebaselines by robertphillips@google.com · 12 years ago
  62. ba12448 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  63. bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 12 years ago
  64. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 12 years ago
  65. 2fc672d Adding Chromium authors to the AUTHORS file. by commit-bot@chromium.org · 12 years ago
  66. cfdc596 Do not enforce the public API presubmit check for Revert CLs. by commit-bot@chromium.org · 12 years ago
  67. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 12 years ago
  68. 973d121 rebaselines for https://skia.googlesource.com/skia.git/+/0b9ada1318acf7d5fe90c57331c2a4548aad8b98 by commit-bot@chromium.org · 12 years ago
  69. 4fbac29 remaining rebaselines for rects GM test by commit-bot@chromium.org · 12 years ago
  70. 1da3bc6 remaining GM rebaselines for blurquickreject and megalooper tests by commit-bot@chromium.org · 12 years ago
  71. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 12 years ago
  72. 0a74106 fix bad gyp file move by commit-bot@chromium.org · 12 years ago
  73. 2739684 Rebase simpleblurroundrect and bleed GMs after GPU blur radius changes. by bsalomon@google.com · 12 years ago
  74. a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 12 years ago
  75. 85b45af Set the horizontal scanline to NULL when the vertical one fails by commit-bot@chromium.org · 12 years ago
  76. a29105a release the scanline textures in GrRectBlurEffect by commit-bot@chromium.org · 12 years ago
  77. 5c3b335 Add shim for SkOrderedReadBuffer.h too. by commit-bot@chromium.org · 12 years ago
  78. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  79. cc787fa fix auto-delete bug that crept in with new fast blur path; is causing by commit-bot@chromium.org · 12 years ago
  80. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 12 years ago
  81. b5302b2 even more rebaselines for blur by commit-bot@chromium.org · 12 years ago
  82. ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 12 years ago
  83. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 12 years ago
  84. 0b9ada1 remove (unnecessary) SkScalarMul and SkScalarMulAdd macros from SkMatrix.cpp. by commit-bot@chromium.org · 12 years ago
  85. 0ed9002 add_codereview_message script to append messages to a CL by commit-bot@chromium.org · 12 years ago
  86. 7d7e5bc mark imageblur_gpu gm tests as ignore-failure on IntelRhb by commit-bot@chromium.org · 12 years ago
  87. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 12 years ago
  88. 3f01449 remove GM expectations for all ASAN/Valgrind builders by commit-bot@chromium.org · 12 years ago
  89. 59a43f4 more blurrect rebaselines by commit-bot@chromium.org · 12 years ago
  90. 844c3dc create empty expectations for Logan bots by commit-bot@chromium.org · 12 years ago
  91. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 12 years ago
  92. 5fbccb3 Suppress new valgrind complaint by robertphillips@google.com · 12 years ago
  93. fd1fdfc rebaseline GM changes resulting from fast GPU blur algorithm by commit-bot@chromium.org · 12 years ago
  94. c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 12 years ago
  95. fd191a1 rebaseline imagefiltersgraph_gpu GMs on Nexus10 by commit-bot@chromium.org · 12 years ago
  96. 084545e rebaseline perf because of faster tests after GPU glur changes by commit-bot@chromium.org · 12 years ago
  97. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 12 years ago
  98. cf34bc0 patch from issue 119343003 compile on 10.6, exclude failing gms by commit-bot@chromium.org · 12 years ago
  99. 5a47b09 Reland "Add --skip_cpu and --skip_gpu options to tests" by commit-bot@chromium.org · 12 years ago
  100. 9f94b91 Add fallback code for TextContexts that don't support all features by commit-bot@chromium.org · 12 years ago