Summary: | Black window when HiZ enabled | ||
---|---|---|---|
Product: | Mesa | Reporter: | programmerjake |
Component: | Drivers/Vulkan/radeon | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | CC: | programmerjake |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | vktrace vulkan api trace |
Description
programmerjake
2018-09-18 22:46:25 UTC
My code seems to be causing a crash in NVidia's Vulkan driver, see https://github.com/programmerjake/hashlife3d/issues/1#issuecomment-421829804 note that the trace plays just fine using AMDVLK Well, can reproduce here using the provided application. I'll look into this later this week. Should have been fixed by commit 203f60ebf2f64dab3dc77ce9c098a6ae3d2aca43 Author: Samuel Pitoiset <samuel.pitoiset@gmail.com> Date: Thu Jun 13 13:56:22 2019 +0200 radv: emit framebuffer state from primary if secondary doesn't inherit it Otherwise fast color/depth clears can't work because they depend on the framebuffer. This fixes the following CTS (when the small hint is disabled): - dEQP-VK.geometry.layered.1d_array.secondary_cmd_buffer - dEQP-VK.geometry.layered.2d_array.secondary_cmd_buffer - dEQP-VK.geometry.layered.cube.secondary_cmd_buffer - dEQP-VK.geometry.layered.cube_array.secondary_cmd_buffer Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110810 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107986 Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.