1. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  2. 6589dec Rebaseline Unknown-Arm64 GM flakes by robertphillips · 10 years ago
  3. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  4. 23cd4d2 Whitespace change to test Skia's CQ by rmistry · 10 years ago
  5. 10d0327 add SkRect::joinNonEmptyArg for faster unioning by reed · 10 years ago
  6. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  7. dbcb5ff Add pdf-native textblobshader GM baseline by fmalita · 10 years ago
  8. b1dfb03 webtry: More README doc cleanups. by tfarina · 10 years ago
  9. cda6885 Whitespace change to test the new CQ trybot by rmistry · 10 years ago
  10. 92656ea Add buggy GPU baselines for MultiPictureDraw Sierpinski GM (with bug label) by robertphillips · 10 years ago
  11. e946f71 New baselines for image=surface gm by Justin Novosad · 10 years ago
  12. d9c42f7 optimize setRectFan and join -- from profiling drawText by reed · 10 years ago
  13. 24e430f Add 8888 & 565 baselines for multipicturedraw Sierpinski GM by robertphillips · 10 years ago
  14. f6fde17 Archive more dead code. by mtklein · 10 years ago
  15. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  16. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  17. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  18. b5a9715 Allow previously-hoisted layers to be reused in the same draw by robertphillips · 10 years ago
  19. 5bc760a Remove support for SkPicture::clone(). by mtklein · 10 years ago
  20. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  21. fffa16c webtry: Only create sqlite3 tables if they don't exist yet. by tfarina · 10 years ago
  22. 1b466f7 Archive SkFloat by mtklein · 10 years ago
  23. e8db3ef specialize setConcat for scale+translate, helps drawText perf by reed · 10 years ago
  24. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  25. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  26. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  27. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  28. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  29. 4572ae9 allow caller to override the default output directory for gyp by humper · 10 years ago
  30. ed42059 Move offset and CTM from LayerCache Key to per-hoisted-layer info by robertphillips · 10 years ago
  31. 92f7fc4 Rebaselining Win7 image failures (textblob, verttext2) by robertphillips · 10 years ago
  32. 656f2cd Make writeRenderTargetPixels use draw buffer rather than GrGpu by bsalomon · 10 years ago
  33. 320a4e6 Fix some references to non-existant polyfill directory. by tfarina · 10 years ago
  34. c425ae3 Mention 'go get' command in the README file. by tfarina · 10 years ago
  35. 2bb5210 Applying post-commit comments from https://codereview.chromium.org/607993002/ by junov · 10 years ago
  36. 47c548a Temp fix for crash when generating 16-bit cache for colorTables. by djsollen · 10 years ago
  37. b7bac3d Override drawImage*() in SkNWayCanvas by piotaixr · 10 years ago
  38. a9ceaf5 Don't test the old picture backend anymore. by mtklein · 10 years ago
  39. 4ceb039 webtry database has more than one table. by tfarina · 10 years ago
  40. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago
  41. 9f58dd0 run the webtry build script instead of using go build by humper · 10 years ago
  42. c06d9a7 fail on extremely large coincident curves by caryclark · 10 years ago
  43. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  44. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago
  45. 51936a3 Always force the bounds of the empty pathref. by mtklein · 10 years ago
  46. aa0c837 Make pictures in multipicturedraw GM fit in 0,0..W,H range by robertphillips · 10 years ago
  47. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  48. cce6bbf Adding test suppression for image-surface GM by Justin Novosad · 10 years ago
  49. 96c118e Change GrContext::copyTexture to go through GrDrawTarget by junov · 10 years ago
  50. faccb8e SkMatrix44::preserves2dAxisAlignment() by tomhudson · 10 years ago
  51. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  52. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  53. 2cce421 Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect() by piotaixr · 10 years ago
  54. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  55. fbe8d89 Reinitialize monit to changes take effect. by tfarina · 10 years ago
  56. 8fb7b79 Update SKP version to 112 by borenet · 10 years ago
  57. 91c395a Fix SkTableColorFilter deserialization validation. by senorblanco · 10 years ago
  58. d52893c Add doc on SkCanvas::drawImage*() methods by piotaixr · 10 years ago
  59. 90a36e5 Make SkImage::draw() private by piotaixr · 10 years ago
  60. 587c5a2 Seems that some of our compliers can't infer this type, though most can. by Mike Klein · 10 years ago
  61. 610a015 Remove SkPaint dirty bits. by mtklein · 10 years ago
  62. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  63. 0f7197b Fix SkXfermode deserialization. by senorblanco · 10 years ago
  64. 7b09aab Correct glyph with non-bmp from typeface on Mac. by bungeman · 10 years ago
  65. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  66. d632ea4 Use OptDrawState instead of DrawState when flushing state in GrGpuGL by egdaniel · 10 years ago
  67. eee606c Swap iteration order in TileGrid::insert(). by mtklein · 10 years ago
  68. 30d2cc6 Update layer hoisting code to correctly render sub-picture layers by robertphillips · 10 years ago
  69. 34a9895 Revert "Use draw buffer for texture copy impl." by Brian Salomon · 10 years ago
  70. dc5bbab Have nanobench --verbose mode always just print integer nanoseconds. by mtklein · 10 years ago
  71. e33985a Revert "Add support for EGL on linux" by borenet · 10 years ago
  72. 6915f7f Update SKP version to 110 by borenet · 10 years ago
  73. 1cea736 Add support for EGL on linux by derekf · 10 years ago
  74. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  75. 271a030 We need to adjust the bounds of clip ops with SaveLayer paints too. by Mike Klein · 10 years ago
  76. f64596d Remove unused fRequiresVertexShader data member from OptDrawState by egdaniel · 10 years ago
  77. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  78. e51ac56 Remove underscores from mode identifiers. by mtklein · 10 years ago
  79. e3d4bf2 Use draw buffer for texture copy impl. by bsalomon · 10 years ago
  80. cd523eb Use uniform color/coverage inputs when path rendering. by bsalomon · 10 years ago
  81. 033ea7f Fix inputCoverageIsUsed bug in GrGLProgramDesc by egdaniel · 10 years ago
  82. f238091 Adding support for GL_CHROMIUM_copy_texture, part 1 by junov · 10 years ago
  83. d39c191 Update SKP version to 109 by borenet · 10 years ago
  84. 76ce81e Fix SDF font positions when using global scale. by jvanverth · 10 years ago
  85. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  86. ae44496 Change GrGLProgramDesc header to have DoPathRendering flag instead of RequiresVertexShader by egdaniel · 10 years ago
  87. 9959c21 Rebaseline gm expectations after nvpr text change by cdalton · 10 years ago
  88. a85511a Don't try to scale embedded bitmaps. by bungeman · 10 years ago
  89. 8d034a1 Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  90. ee902cd Make a flipped fDirtyBit always mean "this field is not the default". by mtklein · 10 years ago
  91. baae2f1 remove flags that now live in chrome's SkUserConfig.h by reed · 10 years ago
  92. c0a7755 Fix typo in experimental/webtry/DESIGN.md. by jcgregorio · 10 years ago
  93. 0125847 Proposed fix for small bug in gpu conical gradients by joshualitt · 10 years ago
  94. 4401a1f Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:20001 of https://codereview.chromium.org/586073002/) by bsalomon · 10 years ago
  95. 150723b Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
  96. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  97. a29b5d8 Cleaning includes in SkImage-related files by piotaixr · 10 years ago
  98. a392c9d Update SKP version to 108 by borenet · 10 years ago
  99. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  100. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago