mesa/src/gallium/auxiliary
Mauro Rossi 96aef08dc6 android: radeonsi: fix build after vl refactoring (v2)
vl functions moved from radeonsi to gallium/auxiliary/vl have left
android build of radeonsi in broken state.

libmesa_galliumvl static is need to build readeonsi,
gallium_dri building rules are reworked to avoid multiple symbols
and libmesa_galliumvl static dependency is needed in radeonsi.

Here is the changelog:
- android: gallium/auxiliary: add libmesa_galliumvl static
- android: gallium_dri: move libmesa_gallium to static to prevent multiple symbols
- android: radeonsi: fix build after vl refactoring

Fixes the following building error:

external/mesa/src/gallium/drivers/radeonsi/si_uvd.c:47:
error: undefined reference to 'vl_video_buffer_create_as_resource'
clang.real: error: linker command failed with exit code 1 (use -v to see invocation)

Fixes: 86e60bc ("radeonsi: remove si_vid_join_surfaces and use combined planar allocations")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2019-12-05 08:08:23 +00:00
..
cso_cache mesa/st: Expose compute shaders when NIR support is advertised. 2018-12-13 11:44:47 -08:00
draw gallivm: add swizzle support where one channel isn't defined. 2019-11-28 14:49:16 +10:00
driver_ddebug util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
driver_noop gallium/noop: call finalize_nir 2019-11-15 14:34:49 -05:00
driver_rbug util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
driver_trace util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
gallivm gallivm/llvmpipe: add support for front facing in sysval. 2019-12-03 15:29:04 +10:00
hud gallium/auxiliary: Fix uses of gnu struct = {} extension 2019-11-26 12:48:11 -08:00
indices gallium/auxiliary/indices: consistently apply start only to input 2019-08-31 19:45:52 +00:00
nir gallium: add nir lowering passes for the draw pipe stages. (v2) 2019-11-28 14:49:05 +10:00
os gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER 2019-08-02 18:38:52 +01:00
pipe-loader driconf, glsl: Add a vs_position_always_invariant option 2019-11-27 18:48:04 +00:00
pipebuffer util: remove LIST_IS_EMPTY macro 2019-10-28 11:24:39 +00:00
postprocess util: use standard name for sprintf() 2019-07-19 22:39:38 +01:00
rbug rbug: Fix use of alloca() without #include "c99_alloca.h" 2019-10-25 16:04:34 +01:00
renderonly gallium/auxiliary: Fix uses of gnu struct = {} extension 2019-11-26 12:48:11 -08:00
rtasm gallium/util: replace pipe_mutex_unlock() with mtx_unlock() 2017-03-07 08:53:05 +11:00
target-helpers zink: add dri loader 2019-10-28 08:51:43 +00:00
tgsi radeonsi/nir: implement subgroup system values for SPIR-V 2019-11-27 19:28:23 -05:00
translate util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
util mesa/main/util: moving gallium u_mm to util, remove main/mm 2019-12-02 13:59:28 +01:00
vl gallium/auxiliary: Fix uses of gnu struct = {} extension 2019-11-26 12:48:11 -08:00
Android.mk android: radeonsi: fix build after vl refactoring (v2) 2019-12-05 08:08:23 +00:00
Makefile.sources mesa/main/util: moving gallium u_mm to util, remove main/mm 2019-12-02 13:59:28 +01:00
meson.build mesa/main/util: moving gallium u_mm to util, remove main/mm 2019-12-02 13:59:28 +01:00
SConscript gallivm: nir->tgsi info convertor (v2) 2019-11-28 14:48:11 +10:00