mesa/src
Vinson Lee 83bba8f146 util: Do not use __builtin_clrsb with Intel C++ Compiler.
This patch fixes this build error with icc 14.0.2.

In file included from state_tracker/st_glsl_to_tgsi.cpp(63):
../../src/gallium/auxiliary/util/u_math.h(583): error: identifier "__builtin_clrsb" is undefined
     return 31 - __builtin_clrsb(i);
                 ^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
2014-05-30 19:47:35 -07:00
..
egl egl_dri2: fix wayland_platform when drm_platform is not set 2014-05-29 20:01:03 +01:00
gallium util: Do not use __builtin_clrsb with Intel C++ Compiler. 2014-05-30 19:47:35 -07:00
gbm Make DRI dependencies and build depend on the target 2014-05-23 15:24:04 +01:00
getopt
glsl scons: add common.c as part of glcpp build 2014-05-30 10:11:44 +03:00
glx glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload 2014-05-29 13:32:21 -04:00
gtest gtest: Update to 1.7.0. 2014-04-14 00:06:53 -07:00
hgl haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
loader loader: add optional /sys filesystem method for PCI identification. 2014-05-29 20:25:37 -06:00
mapi glapi: Duplicate GLES1 prototypes in glapi_dispatch.c 2014-05-30 16:33:34 -07:00
mesa i915: add a missing NULL pointer check 2014-05-30 17:10:08 -07:00
Makefile.am src/build: Add getopt to distribution. 2014-04-07 09:41:02 -07:00
SConscript loader: introduce the loader util lib 2014-01-18 18:47:27 +00:00