Vulkan + SkiaRenderer crashes |
|||
Issue descriptionIn the SkiaRenderer ctor it calls output_surface_->context_provider()->ContextCapabilities(); But in a Vulkan build, the call to context_provider() returns nullptr. Dereferencing that will cause a crash. There is a VulkanContextProvider but it isn't yet in a position where it can be used in a Vulkan build instead.
,
Jun 19 2018
Peng is looking into this.
,
Jun 20 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ed237d078027bb322370ea62345569bbe99ad364 commit ed237d078027bb322370ea62345569bbe99ad364 Author: Peng Huang <penghuang@chromium.org> Date: Wed Jun 20 15:21:48 2018 Make --enable-vulkan work with SkiaRenderer without SkDDL. Bug: 848388, 850745 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I6bacef1ca791ff7e00769258f3bce99ef4954b59 Reviewed-on: https://chromium-review.googlesource.com/1106614 Reviewed-by: Robert Kroeger <rjkroege@chromium.org> Reviewed-by: Chris Blume <cblume@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#568848} [modify] https://crrev.com/ed237d078027bb322370ea62345569bbe99ad364/components/viz/service/display/skia_renderer.cc [modify] https://crrev.com/ed237d078027bb322370ea62345569bbe99ad364/components/viz/service/display/skia_renderer.h
,
Jun 20 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by cblume@chromium.org
, Jun 19 2018