mesa/src/gallium/auxiliary
Jason Ekstrand d4b482d378 android: Drop the Android.mk build system
Android.mk files haven't really been supported by Mesa devs for a long
time.  Most of us have been willing to update Makefile.sources if we
remember and sometimes we try to blind code some Android.mk for a new
generator.  However, the reality is that it breaks regularly and ends up
being maintained by the Android community.  To address this problem
another approach was implemented in !10183 utilizing the maintained
meson build system.  The old Android.mk files are no longer required.

This commit was created with the following commands:

    git rm **/Android.mk
    git rm **/Android.*.mk
    git rm **/Makefile.sources
    git rm CleanSpec.mk

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4487
Acked-by: Roman Stratiienko <r.stratiienko@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9728>
2021-07-08 14:44:02 -05:00
..
cso_cache cso: don't look up a sampler CSO if the last one is identical 2021-06-27 12:49:12 +00:00
draw draw/tess: write correct primitive id into vertices 2021-07-05 14:07:39 +10:00
driver_ddebug gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
driver_noop gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
driver_rbug gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
driver_trace aux/trace: fix bool argument 2021-06-24 17:51:47 +00:00
gallivm nir/subgroups: Support > 1 ballot components 2021-07-08 16:02:41 +00:00
hud gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
indices util/primconvert: handle multidraws in primconvert 2021-06-23 03:13:41 +00:00
nir nir_to_tgsi: Declare immediates as float on non-native-ints hardware. 2021-07-07 23:39:33 +00:00
os os: Fix open result check. 2020-11-02 18:37:00 +00:00
pipe-loader android: Drop the Android.mk build system 2021-07-08 14:44:02 -05:00
pipebuffer gallium/pb: change alignment to 32 bits 2021-06-16 21:45:57 +00:00
postprocess gallium,st: add missing viewport swizzles 2021-03-21 18:29:50 +00:00
rbug rbug: Fix use of alloca() without #include "c99_alloca.h" 2019-10-25 16:04:34 +01:00
renderonly renderonly: remove layering violations 2021-03-11 14:41:48 +00:00
rtasm util: Add accessor for util_cpu_caps 2021-02-26 18:31:19 +00:00
target-helpers gallium/sw: add sw_vk bit to avoid having to futz with env vars for lavapipe 2021-07-01 10:27:44 +00:00
tessellator gallium/tessellator: Fix uninitialized variable warnings. 2021-05-20 17:11:22 +00:00
tgsi nir: Move workgroup_size and workgroup_variable_size into common shader_info 2021-06-08 09:23:55 -07:00
translate translate: assert that nr_elements is in range 2021-05-12 11:26:54 +02:00
util util/vbuf: check 3-component 16bit int formats for translation 2021-07-06 16:39:43 +00:00
vl vl/dri3: Don't leak regions on the X server 2021-06-24 03:18:06 +00:00
meson.build gallium/draw: Garbage collect draw_pt_fetch_emit. 2021-06-21 20:27:35 +00:00