mesa/src/egl/drivers/dri2
Emil Velikov 13faddb6b8 mesa_glinterop: remove mesa_glinterop typedefs
As is there are two places that do the typedefs - dri_interface.h and
this header. As we cannot include the former in here, just drop the
typedefs and use the struct directly (as needed).

This is required because typedef redefinition is C11 feature which is
not supported on all the versions of GCC used to build mesa.

v2: Kill the typedef alltogether, as per Marek.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96236
Cc: Vinson Lee <vlee@freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2016-05-30 17:53:44 +01:00
..
egl_dri2.c mesa_glinterop: remove mesa_glinterop typedefs 2016-05-30 17:53:44 +01:00
egl_dri2.h egl: android: directly use dri2_create_image_dma_buf() 2016-05-23 12:07:47 +01:00
egl_dri2_fallbacks.h egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.h 2015-05-11 19:31:44 +02:00
platform_android.c egl: android: remove explicit glFlush call 2016-05-23 12:07:47 +01:00
platform_drm.c gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumb 2016-05-23 12:07:46 +01:00
platform_surfaceless.c egl: Remove every double semi-colon 2016-04-26 14:36:29 -07:00
platform_wayland.c dri: add backbuffer use flag 2016-03-09 15:02:25 +01:00
platform_x11.c egl/x11: resolve "initialization from incompatible pointer type" warning 2016-05-01 08:37:25 +01:00
platform_x11_dri3.c egl/dri3: don't crash on no context. 2016-05-30 11:30:04 +10:00
platform_x11_dri3.h egl/x11: Implement dri3 support with loader's dri3 helper 2015-11-17 17:26:20 +02:00