1. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 10 years ago
  2. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  3. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  4. 5c260f4 Whitespace change to trigger builds for new GCE compile bots by commit-bot@chromium.org · 10 years ago
  5. 6e4eb21 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  6. e8807f4 SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  7. a2b44dc SkFontHost_linux - dup stream instead of ref by commit-bot@chromium.org · 10 years ago
  8. 28ae55d Fix Mac Debug clang build. by senorblanco@chromium.org · 10 years ago
  9. 9a1176c Mark dashing_gpu and complexclip2_rect_aa_gpu as ignore-failure on Win7 perspective by commit-bot@chromium.org · 10 years ago
  10. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 10 years ago
  11. 7b78981 gather GM tests which are disabled on Android by commit-bot@chromium.org · 10 years ago
  12. 4105623 fix compare_to_expectations command line launch by commit-bot@chromium.org · 10 years ago
  13. adadf7c Add SkASSERT's to gl/Interface validate by commit-bot@chromium.org · 10 years ago
  14. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  15. 2a8be90 When clipping treat rrect corners where either the x or y radius is < 0.5 as square. by commit-bot@chromium.org · 10 years ago
  16. 1ba6262 Clean up SkOnce usage in SkFontMgr_Indirect. by bungeman@google.com · 10 years ago
  17. a9dae71 More distance field improvements: by commit-bot@chromium.org · 10 years ago
  18. 2ac68c6 Add tools to generated Android.mk by commit-bot@chromium.org · 10 years ago
  19. 46ee398 remove SK_SUPPORT_LEGACY_READPIXELSCONFIG by reed@google.com · 10 years ago
  20. d3ff154 rebaseline Nexus10 results obscured by skia:2313 by commit-bot@chromium.org · 10 years ago
  21. e812c29 Add skimage expectations for Arm8_64 by commit-bot@chromium.org · 10 years ago
  22. ca2b441 Remove unnecessary isrect code in clip mask manager by commit-bot@chromium.org · 10 years ago
  23. 175eaf6 Update expectations for Ubuntu12-GTX660 by commit-bot@chromium.org · 10 years ago
  24. d58a856 Have SkTArray state that it default-initializes. by bungeman@google.com · 10 years ago
  25. 61c9b83 Manual memset to work around bogus compiler warning bug. by commit-bot@chromium.org · 10 years ago
  26. dc9f69f Add skimage baselines for Ubuntu12-GTX660 bots by commit-bot@chromium.org · 10 years ago
  27. a723fee Fix 10.6 build: double -> float. by commit-bot@chromium.org · 10 years ago
  28. 04eff72 Add test cases for small radii to rrect GMs. by commit-bot@chromium.org · 10 years ago
  29. 08f6d86 update bitmapshader to avoid potential rendering error for kA8_Config by commit-bot@chromium.org · 10 years ago
  30. 7209f93 disable imagefilterscropexpand GM test on Android by commit-bot@chromium.org · 10 years ago
  31. 29d3777 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  32. c8f0d60 Fix r13897. by bungeman@google.com · 10 years ago
  33. 04c32a8 Fix r13897. by bungeman@google.com · 10 years ago
  34. f76cbb8 Fix r13897. by bungeman@google.com · 10 years ago
  35. 3d21f21 Fix r13897. by bungeman@google.com · 10 years ago
  36. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  37. 34ce63c Fix incorrect assert in r13895. by bungeman@google.com · 10 years ago
  38. 95ebd17 Add removeShuffle to SkTArray and add SkTArray tests. by bungeman@google.com · 10 years ago
  39. b463d56 rebaseline_server: rename results.py to compare_to_expectations.py by commit-bot@chromium.org · 10 years ago
  40. a25c4e4 rebaseline_server: fix --editable mode by commit-bot@chromium.org · 10 years ago
  41. b659333 Fixed double offset in resize filter by commit-bot@chromium.org · 10 years ago
  42. 816b805 Some stragglerbot rebaselines for lighting, imagefiltersscaled GMs. by senorblanco@chromium.org · 10 years ago
  43. e552dc8 Fix broken Android builds due to missing includes for NEON defines by djsollen@google.com · 10 years ago
  44. 99e5b52 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  45. 9206da6 Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 10 years ago
  46. f48182b SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  47. 9615d5f Remove the now-unnecessary enum in the elliptical clipping effect. by commit-bot@chromium.org · 10 years ago
  48. 520cf8b Fix cull nesting assertion. by commit-bot@chromium.org · 10 years ago
  49. 933e65d replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! by commit-bot@chromium.org · 10 years ago
  50. 7225506 gyp_skia: make default GYP_GENERATORS for each platform explicit by commit-bot@chromium.org · 10 years ago
  51. e65f1fa fix error in linux makefile for some shells by commit-bot@chromium.org · 10 years ago
  52. 662af29 android_run_skia: fix error check by commit-bot@chromium.org · 10 years ago
  53. 89351ec Don't use __ARM_HAVE_NEON to detect NEON's presence in SkBlitter_RGB16 by commit-bot@chromium.org · 10 years ago
  54. 736be35 rebaseline_server: when first started, tell client results are still being generated by commit-bot@chromium.org · 10 years ago
  55. d510478 New baselines for imagefiltersscaled and lighting GMs. by senorblanco@chromium.org · 10 years ago
  56. e32eeec add some debugging for bug skia:2313 by commit-bot@chromium.org · 10 years ago
  57. 5799423 rebaseline_server: serve JSON from static file, rather than generating it live by commit-bot@chromium.org · 10 years ago
  58. 69e5350 More gpu rebaselines by bsalomon@google.com · 10 years ago
  59. b42105a rebaseline_server: image URLs are relative to JSON file's location by commit-bot@chromium.org · 10 years ago
  60. 130dc91 Rebaseline minor pixel diffs from recent GPU changes. by senorblanco@chromium.org · 10 years ago
  61. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  62. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  63. a95a066 Fix Windows build break introduced in r13864. by bungeman@google.com · 10 years ago
  64. b470c21 Silence warning after f5e315ccf1a. by commit-bot@chromium.org · 10 years ago
  65. 1c30818 fix non-gpu build by commit-bot@chromium.org · 10 years ago
  66. 2472b32 Only use analytic effect-based clipping when AA is required by at least one element. by commit-bot@chromium.org · 10 years ago
  67. eb9547c stub for ganesh veto by commit-bot@chromium.org · 10 years ago
  68. e14792d hide Config8888 entirely by commit-bot@chromium.org · 10 years ago
  69. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  70. b9c9597 Use rounding to 8888 in lighting filters, raster path. by senorblanco@chromium.org · 10 years ago
  71. 8e13a15 Fixed cross compilation with mingw. by commit-bot@chromium.org · 10 years ago
  72. bdc772e Add quiet mode to lua_pictures. by commit-bot@chromium.org · 10 years ago
  73. b7b7eb3 Fix accessBitmap() with deferred clear, GPU path. by senorblanco@chromium.org · 10 years ago
  74. f5e315c add --writeChecksumBasedFilenames flag to render_pictures by commit-bot@chromium.org · 10 years ago
  75. fffb2cd Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 10 years ago
  76. 2aae298 Whitespace change to verify that buildbot scripts are fixed. by commit-bot@chromium.org · 10 years ago
  77. fa4dc2c SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  78. 2002d88 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  79. 3604853 Rebaseline imagefiltersscaled GM. by senorblanco@chromium.org · 10 years ago
  80. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  81. af5346a Add reg test for http://crbug.com/348821 by commit-bot@chromium.org · 10 years ago
  82. e5957f6 update comment on setShader to clarify alpha-bitmap behavior in bitmapshaders by commit-bot@chromium.org · 10 years ago
  83. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 10 years ago
  84. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 10 years ago
  85. 2077427 Put SimpleOffsetFilter on heap. by commit-bot@chromium.org · 10 years ago
  86. a1dfa0c Slightly faster quadtree searching by commit-bot@chromium.org · 10 years ago
  87. 341241d short-term fix for RunToolSelfTests by commit-bot@chromium.org · 10 years ago
  88. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  89. d9cdff6 Fix GPU displacement with expanding crop rects. by senorblanco@chromium.org · 10 years ago
  90. 1301bf3 add initial scraper for dashing by commit-bot@chromium.org · 10 years ago
  91. e4ff3e6 Update SkXPSDevice.cpp too by robertphillips@google.com · 10 years ago
  92. 158001d Windows build fix by robertphillips@google.com · 10 years ago
  93. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  94. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  95. b1bcb21 gen_bench_expectations to generate bench expectations files. by commit-bot@chromium.org · 10 years ago
  96. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 10 years ago
  97. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  98. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  99. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  100. 1c556db Reverting r13831 (Add a means of extracting active operations from SkPicture) due to Mac compiler issue by robertphillips@google.com · 10 years ago