dri: remove GLsync typedef
This was previously used with interop extension but since then it has been changed to use mesa_glinterop_flush_out instead. This typedef is causing some compilation issues, so remove it. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12378 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32807>
This commit is contained in:
@@ -442,7 +442,6 @@ struct mesa_glinterop_device_info;
|
||||
struct mesa_glinterop_export_in;
|
||||
struct mesa_glinterop_export_out;
|
||||
struct mesa_glinterop_flush_out;
|
||||
typedef struct __GLsync *GLsync;
|
||||
|
||||
struct __DRI2interopExtensionRec {
|
||||
__DRIextension base;
|
||||
|
Reference in New Issue
Block a user