mesa/src
Mauro Rossi 7993823d38 android: i965: add per-gen libmesa_i965_gen{4,45,5} static
Needed to fix android building errors:

external/mesa/src/mesa/drivers/dri/i965/brw_state_upload.c:148: error: undefined reference to 'gen5_init_atoms'
external/mesa/src/mesa/drivers/dri/i965/brw_state_upload.c:150: error: undefined reference to 'gen45_init_atoms'
external/mesa/src/mesa/drivers/dri/i965/brw_state_upload.c:152: error: undefined reference to 'gen4_init_atoms'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Fixes: 5a19d0b ("i965: Get real per-gen atom lists")
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
2017-05-09 08:04:09 +03:00
..
amd ac: fix broken elimination of duplicated VS exports 2017-05-08 19:18:29 +02:00
compiler glsl: Don't allow redefining builtin functions on GLSL 1.00. 2017-05-08 12:15:49 -07:00
egl egl: Fix -Wint-to-pointer-cast 2017-05-08 13:10:16 -04:00
gallium swr: fix polygonmode for front==back 2017-05-08 21:28:53 -05:00
gbm gbm/dri: Fix sign-extension in modifier query 2017-05-02 19:55:13 +01:00
getopt
glx glx/apple: remove empty variable SHARED_GLAPI_CFLAGS 2017-05-04 18:12:05 +01:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl
intel anv: check return value of anv_execbuf_add_bo 2017-05-08 14:38:27 +01:00
loader loader: use drmGetDevice[s]2 API 2017-03-15 11:37:55 +00:00
mapi mesa: add KHR_no_error support to copy buffer subdata functions 2017-05-07 15:29:33 +10:00
mesa android: i965: add per-gen libmesa_i965_gen{4,45,5} static 2017-05-09 08:04:09 +03:00
util util: move ALWAYS_INLINE macro to util/macro.h 2017-05-09 11:21:03 +10:00
vulkan vulkan/wsi/wayland: Pass damage through to the compositor 2017-04-03 13:51:08 -07:00
Makefile.am intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00
SConscript