mesa: add support for semaphore object creation/import/delete v3
authorAndres Rodriguez <andresx7@gmail.com>
Fri, 6 Oct 2017 21:17:54 +0000 (17:17 -0400)
committerAndres Rodriguez <andresx7@gmail.com>
Tue, 30 Jan 2018 20:13:49 +0000 (15:13 -0500)
commit67d5d08682c4975a025182a7bf58a4768753e677
treebfca34272dd4eee12b89e32dfedbe4169b8d1df7
parent8e635f7d65752cd5af362036fd50ff3957275510
mesa: add support for semaphore object creation/import/delete v3

Used by EXT_semmaphore and EXT_semaphore_fd

v2: Removed unnecessary dummy callback initialization
v3: Fixed attempting to free the DummySemaphoreObject

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/dd.h
src/mesa/main/externalobjects.c
src/mesa/main/externalobjects.h
src/mesa/main/mtypes.h
src/mesa/main/shared.c