Hello everyone,
newbie to the Mesa codebase here.
I found that in the current main branch the llvmpipe Vulkan driver does
not produce correct results for `vkCmdDrawIndexedIndirect` when the
preceding call to `vkCmdBindIndexBuffer` passed a non-zero value for
`offset`. I poked around in the co
Hi all,
In order to check whether a OpenGL ES driver bug I'm hitting on the
Raspberry Pi 4 still appears in the latest Mesa version, I'm trying to
build Mesa myself and run my application with that. Unfortunately I'm
having no success with either 19.3.2 (the version distributed with
raspbian)
Hi Iago,
Thank you very much, that did it!
Lukas
On 2021-01-07 08:26, Iago Toral wrote:
Hi Lukas,
you need:
-Dgallium-drivers=v3d,vc4,kmsro
Iago
On Wed, 2021-01-06 at 12:22 +0100, li...@luckyxxl.de wrote:
Hi all,
In order to check whether a OpenGL ES driver bug I'm hitting on the
Raspbe