mesa/src
Eric Engestrom 4ca9ae587c egl/display: only detect the platform once
My refactor missed the fact that `native_platform` is static.
Add the proper guard around the detection code, as it might not be
necessary, and only print the debug message when a detection was
actually performed.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101252
Fixes: 7adb9b0948 ("egl/display: remove unnecessary code and
                              make it easier to read")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Grazvydas Ignotas <notasas@gmail.com>
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
2017-06-16 11:02:05 +01:00
..
amd ac/gpu: drop duplicated code line. 2017-06-13 10:01:40 +10:00
compiler glsl: add ir_variable::contains_bindless() 2017-06-14 10:04:36 +02:00
egl egl/display: only detect the platform once 2017-06-16 11:02:05 +01:00
gallium svga: Relax the format checks for copy_region_vgpu10 somewhat 2017-06-16 08:40:26 +02:00
gbm gbm: implement FD import with modifier 2017-06-15 10:43:36 +01:00
getopt
glx dri: Optionally turn off a couple of GLX extensions based on driconf options 2017-06-07 19:43:54 +02:00
gtest
hgl
intel intel/blorp: Work around Sandy Bridge occlusion query issue 2017-06-14 18:15:05 -07:00
loader loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11 2017-05-19 19:44:22 +01:00
mapi Fix khrplatform.h not installed if EGL is disabled. 2017-06-14 16:55:13 +01:00
mesa i965: Improve conditional rendering in fallback paths. 2017-06-15 22:42:50 -07:00
util mesa/util: add a hash table wrapper which support 64-bit keys 2017-06-14 10:04:35 +02:00
vulkan Android: vulkan: fix build error due to extra ) 2017-06-08 07:26:04 -05:00
Makefile.am automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits 2017-06-15 13:53:00 -06:00
SConscript