1. 8016b26 interpolation of coincidence must be local to a single span by caryclark · 8 years ago
  2. d9ee597 Add some required packages to tools/install_dependencies.sh by tikuta · 8 years ago
  3. 67f6636 Remove tsan.supp. by mtklein · 8 years ago
  4. 3ed1897 Try removing Ganesh suppression. by mtklein · 8 years ago
  5. e01295c Lift SkString TSAN suppression, to see what yells. by mtklein · 8 years ago
  6. b987afa Remove empty {lsan,ubsan}.supp files. by mtklein · 8 years ago
  7. 0590fa5 Build LSAN suppressions into the test binaries. by mtklein · 8 years ago
  8. 30b9fdd pathops coincident work by caryclark · 8 years ago
  9. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  10. 580fa59 In VulkanWindowContext add check to see if ganesh changed the layout of the image. by egdaniel · 8 years ago
  11. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  12. cd01b03 GN: add sources_when_disabled to optional by mtklein · 8 years ago
  13. 4f0a23a SkTextBlob: Begin implementing Extended TextBlob API by halcanary · 8 years ago
  14. fd7f867 Increase run_benchmarks timeout because the two Chromium page sets can take a while by rmistry · 8 years ago
  15. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  16. 0ac1bec Add width, height, unique ID, alpha to debugger DrawImageCommand by msarett · 8 years ago
  17. e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
  18. 1c9f55b Do not spam the debugging information by liyuqian · 8 years ago
  19. f412f09 SkDrawCommand: hinting by halcanary · 8 years ago
  20. f419781 update Android auto-detection. by mtklein · 8 years ago
  21. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  22. 23d2458 Fix touch event parameter order by liyuqian · 8 years ago
  23. a629166 Build command buffer with is_component_build=false by borenet · 8 years ago
  24. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  25. bf63e61 Add mssa configs for vulkan, and simple bug fix by egdaniel · 8 years ago
  26. 300178b Only open X Display once for all test GLX contexts by bsalomon · 8 years ago
  27. 90b5cc3 Improvements to build_command_buffer.py by bsalomon · 8 years ago
  28. f5fe4b5 Fix crash in viewer on certain android devices by egdaniel · 8 years ago
  29. 8c67ebe Clean up Xlib viewer by jvanverth · 8 years ago
  30. d71fe83 Update VERSION of "svg" asset. by rmistry · 8 years ago
  31. 80e38ac Add more error printing to know why command buffer lib failed to load. by bsalomon · 8 years ago
  32. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  33. d8a620b SVG tool that downloads SVGs from a txt file into a specified dir by rmistry · 8 years ago
  34. a489e3f Add RasterWindowContext_mac by jvanverth · 8 years ago
  35. fc3ea41 Check more GLES versions when creating context by martina.kollarova · 8 years ago
  36. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  37. 1413d52 Speculative fix for SKP partner-dir upload by borenet · 8 years ago
  38. 401c196 Add new GM for occluded blurmask filter draws by robertphillips · 8 years ago
  39. 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
  40. 538d5b6 Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes by borenet · 8 years ago
  41. 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
  42. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  43. 13cba49 SkShaper: optionally disable harfbuzz by halcanary · 8 years ago
  44. 9e3d3d8 Fix fake_specs.py, update recipe expectation by borenet · 8 years ago
  45. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  46. 5dbd274 gn: fix fiddle by mtklein · 8 years ago
  47. 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
  48. 86baf3d Fix build_command_buffer for Windows by borenet · 8 years ago
  49. b6aafe6 Fix Chrome build for RecreateSKPs and CommandBuffer bots for GYP->GN by borenet · 8 years ago
  50. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  51. f5b675e Stop running nanobench on Test.*Debug bots by borenet · 8 years ago
  52. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  53. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  54. 4e41364 Add another GM to skip in serialize mode. by mtklein · 8 years ago
  55. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  56. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  57. 20c27d6 Make coverage.py optional for dm and nanobench _flags.py by mtklein · 8 years ago
  58. 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
  59. 4484d6a Remove unused render target members from GL and VK sk_app::WindowContext classes by bsalomon · 8 years ago
  60. a26efc9 Include NVPR configs in dm runs on TegraX1 by csmartdalton · 8 years ago
  61. 0634317 GN: fix mac build again by mtklein · 8 years ago
  62. 1c58696 Remove unused sk_app::WindowContext::presentRenderSurface by bsalomon · 8 years ago
  63. b8794cc Enable backend switching for Windows Viewer by jvanverth · 8 years ago
  64. 25c81d4 GN: dm by mtklein · 8 years ago
  65. 7d10b9f GN: fixes for Mac by mtklein · 8 years ago
  66. cb571e1 Rename textual includes as *.inc. by benjaminwagner · 8 years ago
  67. ccde4ab SW backend for viewer on Windows by bsalomon · 8 years ago
  68. 735109c Add gyp define to enable vulkan debug layers by egdaniel · 8 years ago
  69. 7fd93e3 Start measuring f16 and srgb speed. by mtklein · 8 years ago
  70. 6c471f7 Add sw support to viewer on Linux. by bsalomon · 8 years ago
  71. 1b51e0e Move SkJSONCPP.h to tools. It tool-only. by mtklein · 8 years ago
  72. d1bdd1f Use Windowing system-specific WindowContext factories. by bsalomon · 8 years ago
  73. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  74. eeb4c38 Don't unnecessarily resize windows in sk_app on X by bsalomon · 8 years ago
  75. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 8 years ago
  76. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  77. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  78. 2869847 webpages_playback: Make --upload_to_partner_bucket work without --upload by borenet · 8 years ago
  79. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  80. 5bfee98 Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  81. 2259c5f Disable CopySurface test on Nexus 10 for flakiness by bsalomon · 8 years ago
  82. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  83. 8168194 allow curves on side of lines to be very small by caryclark · 8 years ago
  84. 85f0e63 Add "skp" asset by borenet · 8 years ago
  85. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  86. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  87. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  88. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  89. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  90. 9f071d1 Update build_command_buffer.py to copy libcommand_buffer_gles2.so from the correct dir on linux by bsalomon · 8 years ago
  91. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  92. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  93. fbbf01a Add iOS to platform_os_emoji. by bungeman · 8 years ago
  94. 7b70156 Fix context creation problems in dm by martina.kollarova · 8 years ago
  95. c8fcb9c Add "Infra" to the builder_name_schema by borenet · 8 years ago
  96. a3f3cac Stub in Mac viewer code. by jvanverth · 8 years ago
  97. c7b4b28 Make sk_app::WindowContext directly create a SkSurface without an intermediate GrRenderTarget by bsalomon · 8 years ago
  98. d876a4b Add bounds info by fmenozzi · 8 years ago
  99. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  100. 55888e4 pathops coincidence and security rewrite by caryclark · 8 years ago