mesa/src
Tom Stellard 106946153f clover: Re-order includes in invocation.cpp to fix build
The build was failing because the official CL headers have a few defines,
like: # define cl_khr_gl_sharing 1

Which have the same name as some class members of clang's OpenCLOptions class.
If we include the cl headers first, this breaks the build because the member
names of this class are replaced by the literal 1.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Reviewed-by: Vedran Miletić <vedran@miletic.net>
2016-07-20 21:15:53 +00:00
..
compiler nir: Add nir_load_interpolated_input lowering code. 2016-07-20 11:01:00 -07:00
egl egl/android: Stop leaking DRI images 2016-07-20 15:48:54 +01:00
gallium clover: Re-order includes in invocation.cpp to fix build 2016-07-20 21:15:53 +00:00
gbm gbm: Fix comments 2016-06-23 13:55:03 -07:00
getopt
glx Avoid overflow in 'last' variable of FindGLXFunction(...) 2016-07-20 16:05:17 +01:00
gtest Remove wrongly repeated words in comments 2016-06-23 13:55:03 -07:00
hgl
intel anv: Properly call gen75_emit_state_base_address on Haswell. 2016-07-20 10:59:44 -07:00
loader Android: move libdrm settings to top-level Android.common.mk 2016-06-13 15:31:29 +01:00
mapi mapi: Export all GLES 3.1 functions in libGLESv2.so 2016-06-29 14:28:59 -07:00
mesa i965: Move VS load_input handling to nir_emit_vs_intrinsic(). 2016-07-20 11:01:26 -07:00
util list: fix list_replace() for empty lists 2016-07-06 10:17:30 -04:00
Makefile.am automake: don't mandate git_sha1.h/MESA_GIT_SHA1 2016-07-05 12:16:20 +01:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00