[Bug 96850] Crucible tests fail for 32bit mesa

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 24 21:58:45 UTC 2016


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

Nanley Chery <nanleychery at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Nanley Chery <nanleychery at gmail.com> ---
Thanks to some help from Jason I was able to get a 32-bit build of crucible on
my 64-bit system with the following command:

 ./configure CC="gcc -m32" --build=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu

It seems that func.first started passing with the following commit:

commit fa714ad88e1392909e767a622c6fd1ea4febccbf
Author: Nanley Chery <nanley.g.chery at intel.com>
Date:   Thu Jul 7 16:03:57 2016 -0700

    Conform to Vulkan Specification 1.0.20

    I used the Vulkan Validation layers to determine the areas of
    non-conformance.

    Changes:
     * Provide required fields:
       - VkFramebufferCreateInfo::renderPass
       - VkSubmitInfo::sType
       - VkDeviceQueueCreateInfo::sType
       - VkDeviceQueueCreateInfo::pQueuePriorities
     * Assign the right bit to VkDescriptorPoolCreateInfo::flags for the
       freeing which occurs during cleanup.
     * Use the correct VkDescriptorPoolCreateInfo::poolSizeCount value.
       This fixes a bug in DescriptorPool creation in which DescriptorTypes
       after STORAGE_TEXEL_BUFFER were not being added to the pool.
     * Set VkGraphicsPipelineCreateInfo::pDynamicState to NULL if
       VkPipelineDynamicStateCreateInfo::dynamicStateCount is zero

    Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>

-- 
You are receiving this mail because:
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/20161024/69d7256a/attachment-0001.html>


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