1. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  2. d52a997 fix int->scalar warning by reed@google.com · 11 years ago
  3. eb62950 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
  4. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
  5. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  6. 11db6fa convert gm tool to use surfaces instead of devices by reed@google.com · 11 years ago
  7. b511be5 Add rect clip to convex_poly_clip GM by commit-bot@chromium.org · 11 years ago
  8. 372b7a4 remove redundant GrContext parameter to NewRenderTargetDirect by reed@google.com · 11 years ago
  9. 1c9bd55 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
  10. 1bc6c6a change benchmark to use surfaces instead of devices to specify its backends by reed@google.com · 11 years ago
  11. e456a42 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  12. f4e1a76 More bot whack-a-mole: fix Win build. by senorblanco@chromium.org · 11 years ago
  13. ec7c35d Speculative build fix after r13292. by fmalita@google.com · 11 years ago
  14. 58d1466 Fix skia_gpu=0 build. by senorblanco@chromium.org · 11 years ago
  15. aba651c Fix image filter crop offsets for GPU path. by senorblanco@chromium.org · 11 years ago
  16. 29af1f3 Whitespace change to test the DownloadSKImageFiles fix. by fmalita@google.com · 11 years ago
  17. db00957 fix script so that the error is actually printed if ant is not installed by commit-bot@chromium.org · 11 years ago
  18. 4b5ad7f remove tools/test_rendering.py and tools/test_pictures.py by commit-bot@chromium.org · 11 years ago
  19. d3066bd Revert of Use GrConvexPolyEffect when clip is a single convex polygon (https://codereview.chromium.org/151523005/) by bsalomon@google.com · 11 years ago
  20. 2859f9f rename tracing parameter to be more consistent with other methods by commit-bot@chromium.org · 11 years ago
  21. e89d903 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  22. 8c6f4b3 Adding int cast to prevent warning by commit-bot@chromium.org · 11 years ago
  23. da5c6d6 don't initialize the default Skia tracer if one has already been provided by commit-bot@chromium.org · 11 years ago
  24. 3458a17 clean up a couple of parameters in the tracing interface by commit-bot@chromium.org · 11 years ago
  25. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
  26. c048afc Rebaseline imagefiltersgraph_gpu (Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release) by fmalita@google.com · 11 years ago
  27. c6ba74c hopefully last set of rebaselines for blurrect by commit-bot@chromium.org · 11 years ago
  28. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  29. ccfe7b8 Whitespace change to test the new PRESUBMIT authors check by commit-bot@chromium.org · 11 years ago
  30. 745e08c Check if the issue owner is in the AUTHORS file in PRESUBMIT.py by commit-bot@chromium.org · 11 years ago
  31. 7017288 Fix valgrind issue in SkBase64Test.cpp by robertphillips@google.com · 11 years ago
  32. 78319ce Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  33. ba12448 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 11 years ago
  35. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
  36. 2fc672d Adding Chromium authors to the AUTHORS file. by commit-bot@chromium.org · 11 years ago
  37. cfdc596 Do not enforce the public API presubmit check for Revert CLs. by commit-bot@chromium.org · 11 years ago
  38. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 11 years ago
  39. 973d121 rebaselines for https://skia.googlesource.com/skia.git/+/0b9ada1318acf7d5fe90c57331c2a4548aad8b98 by commit-bot@chromium.org · 11 years ago
  40. 4fbac29 remaining rebaselines for rects GM test by commit-bot@chromium.org · 11 years ago
  41. 1da3bc6 remaining GM rebaselines for blurquickreject and megalooper tests by commit-bot@chromium.org · 11 years ago
  42. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 11 years ago
  43. 0a74106 fix bad gyp file move by commit-bot@chromium.org · 11 years ago
  44. 2739684 Rebase simpleblurroundrect and bleed GMs after GPU blur radius changes. by bsalomon@google.com · 11 years ago
  45. a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 11 years ago
  46. 85b45af Set the horizontal scanline to NULL when the vertical one fails by commit-bot@chromium.org · 11 years ago
  47. a29105a release the scanline textures in GrRectBlurEffect by commit-bot@chromium.org · 11 years ago
  48. 5c3b335 Add shim for SkOrderedReadBuffer.h too. by commit-bot@chromium.org · 11 years ago
  49. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  50. cc787fa fix auto-delete bug that crept in with new fast blur path; is causing by commit-bot@chromium.org · 11 years ago
  51. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
  52. b5302b2 even more rebaselines for blur by commit-bot@chromium.org · 11 years ago
  53. ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 11 years ago
  54. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
  55. 0b9ada1 remove (unnecessary) SkScalarMul and SkScalarMulAdd macros from SkMatrix.cpp. by commit-bot@chromium.org · 11 years ago
  56. 0ed9002 add_codereview_message script to append messages to a CL by commit-bot@chromium.org · 11 years ago
  57. 7d7e5bc mark imageblur_gpu gm tests as ignore-failure on IntelRhb by commit-bot@chromium.org · 11 years ago
  58. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 11 years ago
  59. 3f01449 remove GM expectations for all ASAN/Valgrind builders by commit-bot@chromium.org · 11 years ago
  60. 59a43f4 more blurrect rebaselines by commit-bot@chromium.org · 11 years ago
  61. 844c3dc create empty expectations for Logan bots by commit-bot@chromium.org · 11 years ago
  62. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  63. 5fbccb3 Suppress new valgrind complaint by robertphillips@google.com · 11 years ago
  64. fd1fdfc rebaseline GM changes resulting from fast GPU blur algorithm by commit-bot@chromium.org · 11 years ago
  65. c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 11 years ago
  66. fd191a1 rebaseline imagefiltersgraph_gpu GMs on Nexus10 by commit-bot@chromium.org · 11 years ago
  67. 084545e rebaseline perf because of faster tests after GPU glur changes by commit-bot@chromium.org · 11 years ago
  68. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 11 years ago
  69. cf34bc0 patch from issue 119343003 compile on 10.6, exclude failing gms by commit-bot@chromium.org · 11 years ago
  70. 5a47b09 Reland "Add --skip_cpu and --skip_gpu options to tests" by commit-bot@chromium.org · 11 years ago
  71. 9f94b91 Add fallback code for TextContexts that don't support all features by commit-bot@chromium.org · 11 years ago
  72. 8fe7228 And before I forget: Remove UnitTest() method declaration from GrRedBlackTree by tfarina@chromium.org · 11 years ago
  73. 62c2ce8 GrRedBlackTree test is GPU specific. by tfarina@chromium.org · 11 years ago
  74. 68f3a3e Reland "Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT()." by tfarina@chromium.org · 11 years ago
  75. 09dd1ab Win8 baselines for displacement GM (razzin' frazzin' --keep-going-on-failure). by senorblanco@chromium.org · 11 years ago
  76. 200d75c New baselines for displacement GM. by senorblanco@chromium.org · 11 years ago
  77. 7824768 New baselines for GM tests affected by r13221. by senorblanco@chromium.org · 11 years ago
  78. 6df2f2b Rebaslines for https://codereview.chromium.org/23835006/ by commit-bot@chromium.org · 11 years ago
  79. e5d7015 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 11 years ago
  81. 11ea96c tests: add --veryVerbose / -V by commit-bot@chromium.org · 11 years ago
  82. fe755b4 Remove BOM from SkFontHost_FreeType.cpp. by bungeman@google.com · 11 years ago
  83. 04bfdc3 Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview.chromium.org/144343004/) by commit-bot@chromium.org · 11 years ago
  84. 5683acd Add --skip_cpu and --skip_gpu options to tests by commit-bot@chromium.org · 11 years ago
  85. 78cf119 Give correct bounds to SkCanvas's AutoDrawLooper use for filter draws. by senorblanco@chromium.org · 11 years ago
  86. 74bdde0 Clamp negative sigma to 0 in SkDropShadowImageFilter. by senorblanco@chromium.org · 11 years ago
  87. c1587f9 change setAlphaType to not modify the pixelref's genID by reed@google.com · 11 years ago
  88. a96176d ARM Skia NEON patches - 20 - New improved BitmapProcState code by commit-bot@chromium.org · 11 years ago
  89. 8e0993d SkGrPixelRef can only reference the subset of the Surface specified by its SkImageInfo by commit-bot@chromium.org · 11 years ago
  90. d50d87a That's confusing. Make it clear we're working with 3 points == 9 scalars. by commit-bot@chromium.org · 11 years ago
  91. f296eac Remove nvpr bench_pictures_cfg by commit-bot@chromium.org · 11 years ago
  92. 410be67 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  93. dcfa9ff Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119343003/) by commit-bot@chromium.org · 11 years ago
  94. c249088 Adding rmistry for emergency reverts. by commit-bot@chromium.org · 11 years ago
  95. 06cd6c1 Add the NOTRY command on roll_deps.py by commit-bot@chromium.org · 11 years ago
  96. d182915 Perform the same analytic blur calculation on the GPU that we do on the CPU. Results in significant performance gains when using Ganesh to render drop shadows in Chrome. by commit-bot@chromium.org · 11 years ago
  97. 01260b2 Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (https://codereview.chromium.org/147713002/) by commit-bot@chromium.org · 11 years ago
  98. 0fba151 Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). by tfarina@chromium.org · 11 years ago
  99. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  100. 99f381a move getAdvancedTypefaceMetrics into private, as only skia internals call it by reed@google.com · 11 years ago