[Bug 97579] Advertised VkMemoryType is inaccessible on non-LLC chipsets

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 2 19:31:37 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=97579

            Bug ID: 97579
           Summary: Advertised VkMemoryType is inaccessible on non-LLC
                    chipsets
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Vulkan/intel
          Assignee: intel-3d-bugs at lists.freedesktop.org
          Reporter: chadversary at chromium.org
        QA Contact: intel-3d-bugs at lists.freedesktop.org
                CC: jason at jlekstrand.net

On non-LLC chipsets, vkGetPhysicalDeviceMemoryProperties [1] advertises two
memory types: (0) coherent, uncached and (1) incoherent, cached. But
vkGetImageMemoryRequirements [2] and vkGetBufferMemoryRequirements always
report that memory type 0 is required. You can never use memory type 1.

[1]:
https://cgit.freedesktop.org/mesa/mesa/tree/src/intel/vulkan/anv_device.c?id=aad4f15506c2b5ff9f3304a467b51b45dd77554d#n613
[2]:
https://cgit.freedesktop.org/mesa/mesa/tree/src/intel/vulkan/anv_device.c?id=aad4f15506c2b5ff9f3304a467b51b45dd77554d#n1335

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20160902/42d2341f/attachment.html>


More information about the intel-3d-bugs mailing list