[Mesa-dev] [PATCH] mesa: Fix GL_NUM_DEVICE_UUIDS_EXT

Józef Kucia joseph.kucia at gmail.com
Thu Mar 21 14:03:20 UTC 2019


On Thu, Mar 21, 2019 at 1:24 PM Tapani Pälli <tapani.palli at intel.com> wrote:
> Yeah, checked that value matches of find_value_indexed;
>
> Reviewed-by: Tapani Pälli <tapani.palli at intel.com>

I don't have commits rights. Please push the patch for me.

> Does this affect 'ext_semaphore-api-errors' Piglit test that calls this
> in any way?

No. Before the patch numDevices is 0 and 1 is invalid index anyway.

glGetUnsignedBytei_vEXT(GL_DEVICE_UUID_EXT, numDevices + 1, data);


More information about the mesa-dev mailing list