mesa/src
Mark Kettenis b8e59292e6 egl/x11: resolve "initialization from incompatible pointer type" warning
With earlier commit we've moved a few functions and changing the
argument type from _EGLDisplay * to struct dri2_egl_display *.

The latter is effectively a wrapper around the former, thus
functionality was preserved, although GCC rightfully warned us about the
misuse.

Add a simple wrapper that casts and propagates the correct type.

Fixes: 9bbf3737f9 ("egl/x11: authenticate before doing chipset id
ioctls")
Cc: "11.2 11.1" <mesa-stable@lists.freedesktop.org>
Reported-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-05-01 08:37:25 +01:00
..
compiler nir/lower_double_ops: fix indentation 2016-04-30 12:16:32 -07:00
egl egl/x11: resolve "initialization from incompatible pointer type" warning 2016-05-01 08:37:25 +01:00
gallium glx: Refactor the configure options for glx implementation choice (v3) 2016-05-01 08:37:25 +01:00
gbm gbm: add GBM_FORMAT_XBGR8888 format support 2016-04-21 14:45:56 +01:00
getopt
glx dri3: Check for dummyContext to see if the glx_context is valid 2016-04-27 13:03:34 +01:00
gtest
hgl
intel nir: Switch the arguments to nir_foreach_function 2016-04-28 15:54:48 -07:00
loader loader: add a libdrm case for loader_get_device_name_for_fd 2016-04-21 14:41:41 +01:00
mapi scons: Whenever possible decide what to do based on platform and not compiler. 2016-04-26 17:17:00 +01:00
mesa glx: Refactor the configure options for glx implementation choice (v3) 2016-05-01 08:37:25 +01:00
util st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor 2016-04-29 11:52:59 -05:00
Makefile.am i965: Add a dependency on libisl 2016-04-21 20:44:27 -07:00
SConscript glsl: move to compiler/ 2016-01-26 16:08:33 +00:00