mesa/src/etnaviv/drm
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
..
tests meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
etnaviv_bo.c etnaviv/drm: add some locking asserts 2020-12-01 12:20:45 +00:00
etnaviv_bo_cache.c etnaviv/drm: add some locking asserts 2020-12-01 12:20:45 +00:00
etnaviv_cmd_stream.c etnaviv/drm: add some locking asserts 2020-12-01 12:20:45 +00:00
etnaviv_device.c etnaviv/drm: add some locking asserts 2020-12-01 12:20:45 +00:00
etnaviv_drmif.h etnaviv: tell the truth if alpha-test is supported 2021-04-08 19:25:26 +00:00
etnaviv_gpu.c etnaviv: tell the truth if alpha-test is supported 2021-04-08 19:25:26 +00:00
etnaviv_perfmon.c etnaviv: drm: Drop excessive debugging in perfmon 2019-06-05 08:58:05 +00:00
etnaviv_pipe.c etnaviv/drm: only print out fence error on non timeout 2021-03-29 11:54:59 +02:00
etnaviv_priv.h etnaviv, v3d: Fix valgrind include paths. 2020-12-15 19:39:29 +00:00
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00