mesa/include/GL
Emil Velikov c85b34ffd0 mesa_glinterop: allow building without X and related headers
This commit effectively reverts c10dcb2ce8
and fixes the typedef redefinition which inspired it.

In order to prevent requiring X packages at build time earlier commit
forward declared the required X/GLX typedefs. Since that approach
introduced typedef redefinition (a C11 feature) it was reverted.

To avoid the redefinition while _not_ mandating X and related headers
forward declare the structs and use those through the header.

As anyone uses the mesa interop header they ensure that the X (or others
in terms of EGL) headers are included, which ensures that everything is
resolved within the compilation unit.

Cc: Vinson Lee <vlee@freedesktop.org>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Cc: Tapani Pälli <tapani.palli@intel.com>
Cc: Chih-Wei Huang <cwhuang@android-x86.org>
Fixes: c10dcb2ce8 ("Revert "mesa_glinterop: remove inclusion of GLX
header"")
Fixes: 8472045b16 ("mesa_glinterop: remove inclusion of GLX header")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96770
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Tested-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
2016-10-14 11:08:59 +01:00
..
internal dri: add offset attribute and bump version of EGLImage extensions. 2016-09-21 12:19:19 +01:00
gl.h
gl_mangle.h
glcorearb.h GL: update glcorearb.h to svn 32433 2016-06-10 20:31:53 -04:00
glext.h Update Khronos-supplied headers to r33100 2016-08-28 21:41:47 -04:00
glx.h
glx_mangle.h
glxext.h Update Khronos-supplied headers to r33100 2016-08-28 21:41:47 -04:00
mesa_glinterop.h mesa_glinterop: allow building without X and related headers 2016-10-14 11:08:59 +01:00
osmesa.h
wglext.h Update Khronos-supplied headers to r33100 2016-08-28 21:41:47 -04:00