[Mesa-dev] [PATCH 07/14] gallium/freedreno: add preliminary android build-system

Matt Turner mattst88 at gmail.com
Mon Jul 21 10:28:02 PDT 2014


On Mon, Jul 21, 2014 at 3:40 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> For all the people interested in testing the freedreno driver on
> their Android devices. The next commit will hook these up within
> the libEGL driver (via the gallium-egl backend).
>
> There may be some rough edges but those can be sorted when a
> willing builder/tester comes along.
>
> Cc: "10.1 10.2" <mesa-stable at lists.freedesktop.org>
> Cc: Rob Clark <robclark at freedesktop.org>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>  Android.mk                                  |  4 +--
>  src/gallium/Android.mk                      |  5 ++++
>  src/gallium/drivers/freedreno/Android.mk    | 41 +++++++++++++++++++++++++++++
>  src/gallium/winsys/freedreno/drm/Android.mk | 38 ++++++++++++++++++++++++++
>  4 files changed, 86 insertions(+), 2 deletions(-)
>  create mode 100644 src/gallium/drivers/freedreno/Android.mk
>  create mode 100644 src/gallium/winsys/freedreno/drm/Android.mk
>
> diff --git a/Android.mk b/Android.mk
> index 05ed62f..2e4f30b 100644
> --- a/Android.mk
> +++ b/Android.mk
> @@ -24,7 +24,7 @@
>  # BOARD_GPU_DRIVERS should be defined.  The valid values are
>  #
>  #   classic drivers: i915 i965
> -#   gallium drivers: swrast i915g ilo nouveau r300g r600g radeonsi vmwgfx
> +#   gallium drivers: swrast freefreno i915g ilo nouveau r300g r600g radeonsi vmwgfx

freedreno


More information about the mesa-dev mailing list