1. 83bc229 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  2. 35a5261 privatize by reed · 9 years ago
  3. 5599996 disable floating point textures if GLSL version is < 330 by joshualitt · 9 years ago
  4. 932d413 Switch to glyphs as paths at a higher point size on Android by jvanverth · 9 years ago
  5. 7ab04d9 remove dead guarded code for legacy SkData proc by reed · 9 years ago
  6. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  7. d7395d8 Initialize the sample config for wrapped RTs to kUnified. by senorblanco · 9 years ago
  8. 74953c3 Modify android_install_app to install VisualBench by joshualitt · 9 years ago
  9. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago
  10. bedd0e8 remove SkData proc guard by reed · 9 years ago
  11. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 9 years ago
  12. 241b56d Allows windowed apps to be built on the Mac just by writing a SkOSWindow subclass without needing nib/plist files. by bsalomon · 9 years ago
  13. 274980c Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/) by joshualitt · 9 years ago
  14. c69fe20 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  15. 1e23736 Remove FT_HAS_COLOR definition. by bungeman · 9 years ago
  16. cd08eff Plumb through out_row byte length so we can assert we stay underneath it. by mtklein · 9 years ago
  17. 525e90a Try again to rename one SkJpegUtility.h to remove ambiguity. by mtklein · 9 years ago
  18. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  19. 4c58e08 Remove separate SP enabled SKP run since it is now on by default by rmistry · 9 years ago
  20. 7b7c844 Remove unused SkTypeface_android.h. by bungeman · 9 years ago
  21. b3ec76b Update android perf script by msarett · 9 years ago
  22. d49f48d Add test for SkRegion::writeToMemory. by scroggo · 9 years ago
  23. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  24. 00b621c Add sk_parallel_for() by mtklein · 9 years ago
  25. 5a9e299 Revert of Bump up point where we switch to distance fields for large glyphs (patchset #1 id:1 of https://codereview.chromium.org/1184153004/) by jvanverth · 9 years ago
  26. 77f85ad Move Android SkFontMgr::Factory to its own file. by bungeman · 9 years ago
  27. 2a4685f SkSemaphore: use SYNC_POLICY_LIFO on Mach. by mtklein · 9 years ago
  28. c292ad4 add guard for SkData proc change by reed · 9 years ago
  29. 61fa22b Add and use SkSemaphore by mtklein · 9 years ago
  30. ab80e35 Improved subset benchmarks by msarett · 9 years ago
  31. 6b7f34e simplify release-proc for SkData, removing unneeded size param by reed · 9 years ago
  32. 12555d7 Add signcla verifier to skia. by sheyang · 9 years ago
  33. d83f495 initialize firstDir by caryclark · 9 years ago
  34. 0b1de26 Move FontConfig factory into separate file. by bungeman · 9 years ago
  35. 942e99b Modernize atomics in SkTaskGroup's threadpool. by mtklein · 9 years ago
  36. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  37. 48fc0ea Avoid unnecessary comparison if both Typeface are NULL by jin.a.yang · 9 years ago
  38. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  39. e3b22dc Remove SkOSWindow_Mac.cpp by bsalomon · 9 years ago
  40. 45171e2 Load visualbench pictures one at a time. by bsalomon · 9 years ago
  41. 921827b Add a note to SkGlobalInitialization_chromium.cpp. by mtklein · 9 years ago
  42. 85ab551 Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow by bsalomon · 9 years ago
  43. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  44. 48297f7 Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. by bsalomon · 9 years ago
  45. 8464a96 fix null-pointer deref in SkComposeShader::toString() by halcanary · 9 years ago
  46. bf9e600 nanobench: split CPU and GPU .SKP tile sizes. by mtklein · 9 years ago
  47. c3176aa Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  48. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  49. 0fce1fb Bump up point where we switch to distance fields for large glyphs by jvanverth · 9 years ago
  50. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
  51. 1e7951f There are still things to sort out but this seems to run correctly. by bsalomon · 9 years ago
  52. 5cf1949 Refactor SkFontHost_linux into SkFontMgr_custom. by bungeman · 9 years ago
  53. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  54. e0ef4a7 win32: post invalidation rectangle to OS directly in SkOSWindow::onHandleInval() by bsalomon · 9 years ago
  55. 256cc89 Disable direction pre-caching to suss out TSAN failures. by mtklein · 9 years ago
  56. 5042020 Convert PictureRenderer to SkPaintFilterCanvas by fmalita · 9 years ago
  57. 3747875 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  58. 07a8fc8 Blacklist ARM from advanced blend by cdalton · 9 years ago
  59. b1bbca8 Revert of Thorough tests for saturatedAdd and mulDiv255Round. (patchset #1 id:1 of https://codereview.chromium.org/1184113003/) by mtklein · 9 years ago
  60. da5469d Invalidate GrTexture mipmap on content change notification by junov · 9 years ago
  61. 27631bd Revert "Remove ambiguity of SkJpegUtility name." by scroggo · 9 years ago
  62. ce9d111 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  63. c751ecb When --mpd is true, run _mpd variants first, then non-mpd. by mtklein · 9 years ago
  64. f5c633f don't rely on fonts having a stream by caryclark · 9 years ago
  65. 1692bd1 Add markdown for GPU wrangler. by bsalomon · 9 years ago
  66. 822ace9 Use SkPaintFilterCanvas for SampleApp paint filtering by fmalita · 9 years ago
  67. fd674dd Remove SkDrawPictureCallback by fmalita · 9 years ago
  68. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  69. f53ce80 call portable font cleanup only once at app end by caryclark · 9 years ago
  70. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  71. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  72. b5b50a0 SkGIFMovie: Fix corrupted background color by Takahiro.Aizawa · 9 years ago
  73. eee0e4e SkPDF: Annotations are clipped by canvas clip stack. by halcanary · 9 years ago
  74. 245c850 Update SKP version by skia.buildbots · 9 years ago
  75. c0c4d75 The correct case of 'sdl' directory in gyp. by bungeman · 9 years ago
  76. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  77. 82fecd4 make drawlooper portable by caryclark · 9 years ago
  78. 030dc84 Visual bench on native android by joshualitt · 9 years ago
  79. 6eba305 remove lcd by caryclark · 9 years ago
  80. 824996a Update DM to respect blacklists for tests by djsollen · 9 years ago
  81. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  82. d85093c make emptypath portable; add 565 color utility by caryclark · 9 years ago
  83. 1866b57 Stop running SKPs in DM on the bots. by mtklein · 9 years ago
  84. f793cd0 Print command to be executed in verbose mode by djsollen · 9 years ago
  85. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  86. 8ed08e5 Disable failing GPU tests on Nexus 6. by djsollen · 9 years ago
  87. ceb9f3b update complexclip to portable by caryclark · 9 years ago
  88. f6db27e Fixing stripe test by msarett · 9 years ago
  89. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 9 years ago
  90. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  91. 57856a1 convert cubicpaths gm tests to portable by caryclark · 9 years ago
  92. 93858b4 Remove ambiguity of SkJpegUtility name. by mtklein · 9 years ago
  93. a0f1a18 Don't leak fragment processor in SkColorFilter::asFragmentProcessors implementations. by bsalomon · 9 years ago
  94. ee0175f Move blend enums into GrBlend.h by cdalton · 9 years ago
  95. 7e85216 fix portable text in test by caryclark · 9 years ago
  96. bf514e2 SkiaLab doc: add another step for new Android devices by borenet · 9 years ago
  97. 3c83432 change Resize to take pixmap for src by reed · 9 years ago
  98. 74d614a remove unused private Resizer by reed · 9 years ago
  99. ceadfef next batch of portable typeface changes by caryclark · 9 years ago
  100. 0a24297 DM testing for skipping and scaling by msarett · 9 years ago