[Libre-soc-bugs] [Bug 251] Initial 3D MESA non-accelerated software-only driver is needed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sun Sep 6 05:48:29 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=251
--- Comment #48 from vivekvpandya <vivekvpandya at gmail.com> ---
Currently driver skeleton fails at
53x VkResult libresoc_CreateGraphicsPipelines(
54x VkDevice _device,
55x VkPipelineCache pipelineCache,
56x uint32_t count,
57x const VkGraphicsPipelineCreateInfo* pCreateInfos,
58x const VkAllocationCallbacks* pAllocator,
59x VkPipeline* pPipelines)
60x {
61t> return VK_ERROR_UNKNOWN;
62x //FIXME: stub
63x }
which is my original intention to in Step 2: as per comment 36.
https://gitlab.freedesktop.org/vivekvpandya/mesa/-/tree/libresoc_dev/src/libre-soc/vulkan
However coed quality is not good, with lots of TODOs and stubs.
Next target is to get SPIRV dumps of shaders.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list