mesa/src
Emil Velikov 72c784347b st/dri: unwrap/remove __NOT_HAVE_DRM_H magic
With the dri_interface.h clean of the macro, we can remove the final
only st/dri specific use of the very same.

Seemingly it was incorrectly used, as the build-time presence of dri2 is
not libdrm specific. At run-time, the code is already limited to dri2
use-cases plus returning true, when the extension is not present (or too
old) will likely lead to a crash as one tries to use it shortly after
the dri_with_format() call.

As a side effect this gives us a nice cleanup the builds.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-07-22 16:35:25 +01:00
..
egl egl/dri2: load libglapi.0.dylib on osx 2015-07-08 13:19:33 +01:00
gallium st/dri: unwrap/remove __NOT_HAVE_DRM_H magic 2015-07-22 16:35:25 +01:00
gbm mesa: Enable subdir-objects globally. 2015-06-26 12:55:25 +01:00
getopt
glsl glsl: check for leading zeros in array index validation 2015-07-22 12:58:33 +10:00
glx dri3_open: don't leak the reply 2015-07-11 20:48:53 +01:00
gtest mesa: Enable subdir-objects globally. 2015-06-26 12:55:25 +01:00
hgl
loader loader: don't leak udev_enumerate 2015-07-11 20:49:25 +01:00
mapi mesa: add API dispatch for GL_ARB_get_texture_sub_image 2015-07-21 18:35:38 -06:00
mesa dri/swrast: automake: add LIBDRM_CFLAGS 2015-07-22 16:33:11 +01:00
util mesa: Detect and provide macros for function attributes pure and const. 2015-07-17 12:25:54 -07:00
Makefile.am mesa: Enable subdir-objects globally. 2015-06-26 12:55:25 +01:00
SConscript