1. d2e39db GN: fontmgr_custom by mtklein · 8 years ago
  2. 1e5abf1 made point light shadows by vjiaoblack · 8 years ago
  3. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
  4. 653212c Add gammaIsLinear() API to SkColorSpace by msarett · 8 years ago
  5. eb2a271 Add 6p to other device mapping by kjlubick · 8 years ago
  6. 2c4b64e New gamut GM, to test gamut conversion in various code-paths by brianosman · 8 years ago
  7. e050555 docs: Add instructions on how to download isolated intermediaries. by jcgregorio · 8 years ago
  8. 522bcd9 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  9. b58fe9b GN: turn off ccache by mtklein · 8 years ago
  10. 28d1ce5 reconfigure dont-clip-to-layer gm to not have transparent pixels in its final output by reed · 8 years ago
  11. e54f4b7 Revert of More robust check for sRGB gamma tables (patchset #2 id:60001 of https://codereview.chromium.org/2263233003/ ) by msarett · 8 years ago
  12. 221722b [SVGDevice] Observe even-odd path fills by fmalita · 8 years ago
  13. 54dd2e2 Add Vulkan docs by bsalomon · 8 years ago
  14. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  15. 128a958 Revert of fix uninit immediate mode member var in GrDrawingManager (patchset #1 id:1 of https://codereview.chromium.org/2312333002/ ) by bsalomon · 8 years ago
  16. ce3b852 fix uninit immediate mode member var in GrDrawingManager by bsalomon · 8 years ago
  17. c1a50e1 added radial lights to SkLights by vjiaoblack · 8 years ago
  18. 45d1b44 Move uils and sksl to a common sources GYP file. by brettw · 8 years ago
  19. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  20. 0a44107 kNumWindows is only used in GPU builds by mtklein · 8 years ago
  21. 6669010 check for null-layer-paint after prev fix to savelayer ops by reed · 8 years ago
  22. 47ae5c5 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  23. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  24. 3c3e0d7 Work around VS 2015 Update 3 optimizer internal compiler error by brucedawson · 8 years ago
  25. e86134f SkDocument: turn off SK_SUPPORT_LEGACY_DOCUMENT_API by halcanary · 8 years ago
  26. 02f9ed7 test dont-clip-layer by reed · 8 years ago
  27. ef7cee4 provide safe exit for runaway intersections by caryclark · 8 years ago
  28. e97fe83 compare degenerates with tolerance by caryclark · 8 years ago
  29. b2be02b Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH by bsalomon · 8 years ago
  30. f54c00e Add device mapping for Nexus 6p (angler) by kjlubick · 8 years ago
  31. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  32. e6088c6 Revert of Move uils and sksl to a common sources GYP file. (patchset #1 id:1 of https://codereview.chromium.org/2302723005/ ) by caryclark · 8 years ago
  33. 5a3c528 test picture-ops for savelayer by reed · 8 years ago
  34. 8016b26 interpolation of coincidence must be local to a single span by caryclark · 8 years ago
  35. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  36. 712bb1e Delete kInvalid_GammaNamed (part 2) by msarett · 8 years ago
  37. 008fbd1 Revert of Delete SkColorSpace::kUnknown_Named, remove fNamed field (patchset #1 id:20001 of https://codereview.chromium.org/2302413002/ ) by mgiuca · 8 years ago
  38. 3b4bc74 Update SKP version by update-skps · 8 years ago
  39. af92a7f kNumWindows is only used in GPU builds by mtklein · 8 years ago
  40. 54682e8 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  41. 39f7a10 Move uils and sksl to a common sources GYP file. by brettw · 8 years ago
  42. b55d98d pdfium: Fix the pdfium builder. by jcgregorio · 8 years ago
  43. 32799a4 [task scheduler] Fix CIPD package versions by borenet · 8 years ago
  44. de6c531 remove unused SkDevice::setMatrixClip by reed · 8 years ago
  45. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  46. 022c2bd SkMakeUnique.h defines skstd::make_unique<T>(Args...) by halcanary · 8 years ago
  47. 233eb0a Include $extra_ldflags in link descriptions. by mtklein · 8 years ago
  48. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  49. 005327b BUG=skia:5602 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302913002 by hcm · 8 years ago
  50. 8d2141f Small perf optimizations preparing sampled images in vulkan by egdaniel · 8 years ago
  51. 443c584 [task scheduler] Add extra_args in tasks.json by borenet · 8 years ago
  52. df0e3ec Revert of Force SkPath::getConvexity() cache for thread safety. (patchset #1 id:1 of https://codereview.chromium.org/2300003003/ ) by mtklein · 8 years ago
  53. d9ee597 Add some required packages to tools/install_dependencies.sh by tikuta · 8 years ago
  54. 6ae6969 record drawfilters by reed · 8 years ago
  55. 400a93b Make swizzler optional for SkPngCodec, refactor xforms by msarett · 8 years ago
  56. e26a8ad Request legacy mode behavior from SkCodec in BitmapRegionDecoder by msarett · 8 years ago
  57. 7954231 GN: Build and link with LLD when using our Clang toolchain. by mtklein · 8 years ago
  58. d592a4e The *SAN bots are now all Clang bots. by mtklein · 8 years ago
  59. 67f6636 Remove tsan.supp. by mtklein · 8 years ago
  60. b944728 Move Skia GN sources to a separate .gni file. by brettw · 8 years ago
  61. 59be20c SkPDF: revert changes to CMapName/Registry/Ordering in 3d01c62 by halcanary · 8 years ago
  62. d0634ee Force SkPath::getConvexity() cache for thread safety. by mtklein · 8 years ago
  63. 07f0446 Fix PostUploadHook for Gerrit issues by rmistry · 8 years ago
  64. 3ed1897 Try removing Ganesh suppression. by mtklein · 8 years ago
  65. ae509db GN: expunge all environment variables that have no effect on GN by mtklein · 8 years ago
  66. de3184f Add infra/bots/tasks.json by borenet · 8 years ago
  67. e01295c Lift SkString TSAN suppression, to see what yells. by mtklein · 8 years ago
  68. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  69. 0b629ec Disable MSAAPathRender for Android Framework builds by robertphillips · 8 years ago
  70. db0283b Enable Gerrit support in Skia's PostUploadHook by rmistry · 8 years ago
  71. b9a9e87 Use methods from depot_tool's Changelist object instead of Rietveld RPC by rmistry · 8 years ago
  72. bb35a6a GN: add extra_ldflags by mtklein · 8 years ago
  73. 4bb029c SkFontMgr_FontConfigInterface create typeface from FontParameters. by bungeman · 8 years ago
  74. d0cd2ec Remove some useless declarations by sylvestre.ledru · 8 years ago
  75. 2b44853 preserve GN_Android in compile -> test mapper by mtklein · 8 years ago
  76. 7370e0d Enable the screenspace AA tessellating path renderer. by senorblanco · 8 years ago
  77. f0cbfb3 Remove a duplicate declaration by sylvestre.ledru · 8 years ago
  78. b987afa Remove empty {lsan,ubsan}.supp files. by mtklein · 8 years ago
  79. 0730be7 minor SkSL changes to avoid compiler errors in Chromium by ethannicholas · 8 years ago
  80. 787e5a3 Add contributor to Skia AUTHORS file by hcm · 8 years ago
  81. d3030ac Fix ASAN int overflow error in GLProgramsTest by bsalomon · 8 years ago
  82. 0590fa5 Build LSAN suppressions into the test binaries. by mtklein · 8 years ago
  83. f04f99e Blame this for GTX960 diffs. by benjaminwagner · 8 years ago
  84. 13a7eee Flush some non-substantive Ganesh changes by robertphillips · 8 years ago
  85. 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
  86. 30b9fdd pathops coincident work by caryclark · 8 years ago
  87. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  88. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  89. 3d01c62 SkPDF: Fix Type3 ToUnicode table. by halcanary · 8 years ago
  90. 41a8f32 Update FreeType dependency from 2.6.1 to 2.6.5. by bungeman · 8 years ago
  91. 04fff63 Fix up presubmit for SAN GCC->Clang fix. by mtklein · 8 years ago
  92. da8f654 Add and use a clang_linux asset. by mtklein · 8 years ago
  93. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  94. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  95. bcdc405 added point light attenuations to raster by vjiaoblack · 8 years ago
  96. bb10606 Optimizations and more documentation of SkShadowShader by vjiaoblack · 8 years ago
  97. 580fa59 In VulkanWindowContext add check to see if ganesh changed the layout of the image. by egdaniel · 8 years ago
  98. f57372d Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  99. 19ff103 Always add a barrier when old layout was general in vulkan. by egdaniel · 8 years ago
  100. 682580f Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 of https://codereview.chromium.org/1152733009/ ) by senorblanco · 8 years ago