1. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  2. 3d6405b more rebaselines by Brian Salomon · 10 years ago
  3. 1252511 Add more ignore gm's for recent Xfer Processor CL by egdaniel · 10 years ago
  4. eb33d5f Add baseline images for new filterfastbounds GM by robertphillips · 10 years ago
  5. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  6. 28828d0 Add GM for 2-rects blur which cannot break into nine-patch by qiankun.miao · 10 years ago
  7. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  8. 72b0c05 Add SSSE3 acceleration for S32_D16_filter_DX by qiankun.miao · 10 years ago
  9. 67f2eb4 fix surface test for gpu and codecs by reed · 10 years ago
  10. f9d09c9 Update SKP version by skia.buildbots · 10 years ago
  11. e18a530 Add bench to measure blur rects performance by qiankun.miao · 10 years ago
  12. 933d438 Update SKP version by skia.buildbots · 10 years ago
  13. 7543aa2 add readPixels to SkSurface (later try to remove it from SkCanvas) by reed · 10 years ago
  14. 9a0c7ab Skia: Track the fIsWrapped separately so that we delete correctly by hendrikw · 10 years ago
  15. 7af39f6 rrrrrrrrrrrreeeeeeeeeeebaseline! by Brian Salomon · 10 years ago
  16. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  17. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  18. f3c78cc Adding an option for pixelated rendering in SkPictureImageFilter by junov · 10 years ago
  19. 4beac74 More N10 rebaselines TBR= by Brian Salomon · 10 years ago
  20. 138aa22 Remove unused static function skcolor_to_grcolor_nopremultiply. by egdaniel · 10 years ago
  21. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  22. 269edd5 Rebaseline after texture coord precision changes. by Brian Salomon · 10 years ago
  23. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  24. 6dd1739 Fix for alpha textures on Nexus 6. by jvanverth · 10 years ago
  25. 06194c5 Don't call GetShaderPrecisionFormat for geometry shaders. by bsalomon · 10 years ago
  26. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  27. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  28. 54a57f5 Use GrCoordTransform precision to set uniform matrix precision by bsalomon · 10 years ago
  29. 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
  30. e451c4d Update nanobench so the non-MPD path doesn't permit layer hoisting by robertphillips · 10 years ago
  31. a3e5272 Switch non-MPD nanobench path to use a separate canvas per tile by robertphillips · 10 years ago
  32. 43be354 Increase timeouts for CSS3Gradients and GooglePlus pagesets by rmistry · 10 years ago
  33. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  34. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  35. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  36. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  37. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  38. e4c5320 Rebaselines for https://codereview.chromium.org/785893004/ (Fix MatrixImageFilter computeFastBounds) by robertphillips · 10 years ago
  39. 414867c Avoid crash on some 64b ARM NEON platforms. by tomhudson · 10 years ago
  40. 2b6658a Rebaseline GalaxyS4 and Nexus10. by scroggo · 10 years ago
  41. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  42. 8b7b9c2 Fix MatrixImageFilter computeFastBounds by robertphillips · 10 years ago
  43. ff3106c Display text blob bounds in the debugger. by fmalita · 10 years ago
  44. 6cd1181 Cleanup GM:pictureshadertile by fmalita · 10 years ago
  45. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  46. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  47. 4ccf0b9 Fix GrUnPreMulColor. by egdaniel · 10 years ago
  48. 266b2ad Remove virtual clear in PdfViewer's SkNulCanvas by robertphillips · 10 years ago
  49. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  50. a2bd24f Tweak SkPictureShader's tile semantics. by fmalita · 10 years ago
  51. cf56009 Massive N10 Rebaseline Part 2 by Brian Salomon · 10 years ago
  52. 9a26410 Add new GM (filterfastbounds) by robertphillips · 10 years ago
  53. 2be0fd8 Constify CreatePictureShader's picture arg. by fmalita · 10 years ago
  54. 999f5e7 Update dftext expectations after https://codereview.chromium.org/772633003/. by jvanverth · 10 years ago
  55. 08c357c remove device::clear -- no longer called by reed · 10 years ago
  56. 7d74cd1 Massive N10 Rebaseline by Brian Salomon · 10 years ago
  57. b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
  58. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  59. f4e0d9e clear() is now an alias for drawPaint, so remove its virtual by reed · 10 years ago
  60. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  61. 915187b Check XpFactory equality in DrawState by egdaniel · 10 years ago
  62. e78f11e rebaseline after GM change by reed · 10 years ago
  63. ced9010 Fix include for GrPortderDuffXferProcessor.cpp TBR=bsalomon@google.com by egdaniel · 10 years ago
  64. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  65. 03d3bb0 get rid of static gps by joshualitt · 10 years ago
  66. 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
  67. 69469b5 Use size of SkRect as the key for blur mask cache by qiankun.miao · 10 years ago
  68. 22c9ae1 rebaseline after change to imagefilterscropped gm change by reed · 10 years ago
  69. 95f9b5f Fix overoptimization in distance field code on N7 and N10. by jvanverth · 10 years ago
  70. f4aa9cc remove unnecessary save/clip/restore by reed · 10 years ago
  71. 5a8fc33 Don't upload metrics we don't want to track. by mtklein · 10 years ago
  72. a9bf1aa Tolerate unstarted builds in rebaseline server. by bungeman · 10 years ago
  73. 0be41a0 Update SKP version by skia.buildbots · 10 years ago
  74. b35760e Ignore failures for n7 and n10 dftext GM. by jvanverth · 10 years ago
  75. c92aadc clean up default precision handling by bsalomon · 10 years ago
  76. eb2a676 Remove backend factories by joshualitt · 10 years ago
  77. e109145 nanobench: upload peak memory usage as its own trace. by mtklein · 10 years ago
  78. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
  79. 32fee29 rebaseline pdf-native by halcanary · 10 years ago
  80. 87f48d9 create and thread batch tracker object by joshualitt · 10 years ago
  81. 4b8128c pdf-mac clear to black rebaseline by halcanary · 10 years ago
  82. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  83. 051e56d Upload picture byte size and op count metrics for SKP recording. by mtklein · 10 years ago
  84. eeb6f0c Rebaseline multipicturedraw GMs by robertphillips · 10 years ago
  85. b19ce31 quick fix to land clear() change by reed · 10 years ago
  86. 63242d7 Fix SKPBench tiling so MPD and non-MPD match by robertphillips · 10 years ago
  87. 89dee42 check (thread-tricky) colortable after we've copied the bitmap into a per-thread context by reed · 10 years ago
  88. c88ceda Fix up RecordReplaceDrawTest memory leak. by mtklein · 10 years ago
  89. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  90. 60f3c65 Add SSSE3 acceleration for S32_D16_filter_DXDY by qiankun.miao · 10 years ago
  91. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  92. 841a6b5 Revert of create and thread batch tracker object (patchset #9 id:160001 of https://codereview.chromium.org/772513002/) by joshualitt · 10 years ago
  93. b8eb85c make clear private (before we delete it) by reed · 10 years ago
  94. 748ea60 Update SKP version by skia.buildbots · 10 years ago
  95. 9da051a Revert of Add SSSE3 acceleration for S32_D16_filter_DXDY (patchset #3 id:40001 of https://codereview.chromium.org/773753002/) by jam · 10 years ago
  96. c3a6eb2 create and thread batch tracker object by joshualitt · 10 years ago
  97. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  98. e575072 Revert of Revert of remove unused device::eraseColor (patchset #1 id:1 of https://codereview.chromium.org/777003002/) by reed · 10 years ago
  99. 9ed02e4 Add SK_SUPPORT_LEGACY_PORTER_DUFF macro. by tfarina · 10 years ago
  100. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago