mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
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:
parent
76e542e92a
commit
346f4d3c11
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue