dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Upstreaming the Android build and misc fixes
@ 2014-07-27 18:25 Emil Velikov
  2014-07-27 18:25 ` [PATCH 1/8] all: include config.h only when available and use its defines Emil Velikov
                   ` (9 more replies)
  0 siblings, 10 replies; 31+ messages in thread
From: Emil Velikov @ 2014-07-27 18:25 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

Hello list,

Recently I've had a go at the Anroid builds and I felt ... inspired that
there are (at least) two downstream repositories that have the relevant
Android build, yet all of them use 6+month old libdrm.
Making even builds a pain in the neck :'(

Are there any objections if we get the android build upstream ? AFAICS 
it's nicely isolated from everything else + I've managed to reuse all 
the source/headers lists.

Note that the series lacks a couple of patches from the downstream 
repos, yet adds support for radeon, nouveau and freedreno :)

The missing fixes are - s/mmap/mmap64/, dma-bufs support + other intel 
specific "hacks". If people are happy with the series then we can take
a look at the final bits.


Cheers,
Emil

^ permalink raw reply	[flat|nested] 31+ messages in thread
* RE: [PATCH 0/8] Upstreaming the Android build and misc fixes
@ 2014-07-29 16:43 Gore, Tim
  0 siblings, 0 replies; 31+ messages in thread
From: Gore, Tim @ 2014-07-29 16:43 UTC (permalink / raw)
  To: Emil Velikov (emil.l.velikov@gmail.com); +Cc: dri-devel@lists.freedesktop.org

Hi Emil, these seemed to work ok, with two fixes.

1) Patch 3 didn't apply cleanly to the master branch due to a difference in the
Author email address for  a couple of files.

2) The Android.mk at the top level, at the end where you include the sub makefiles,
You need to use  LIBDRM_TOP instead of LOCAL_PATH. (Patches 4,6,7,8) So 

include $(LOCAL_PATH)/.....

Becomes

include $(LIBDRM_TOP)/....

this is because the included Android.mk files modify LOCAL_PATH

  TIm

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2014-08-29 10:03 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-27 18:25 [PATCH 0/8] Upstreaming the Android build and misc fixes Emil Velikov
2014-07-27 18:25 ` [PATCH 1/8] all: include config.h only when available and use its defines Emil Velikov
2014-07-27 18:25 ` [PATCH 2/8] libkms: remove explicit define _FILE_OFFSET_BITS 64 Emil Velikov
2014-07-27 18:25 ` [PATCH 3/8] libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources Emil Velikov
2014-07-27 18:25 ` [PATCH 4/8] libdrm,intel: Add Android build Emil Velikov
2014-07-27 18:25 ` [PATCH 5/8] libdrm,intel: rework android header handling Emil Velikov
2014-07-27 18:25 ` [PATCH 6/8] radeon: add Android build support Emil Velikov
2014-07-27 18:25 ` [PATCH 7/8] nouveau: " Emil Velikov
2014-07-27 18:25 ` [PATCH 8/8] freedreno: " Emil Velikov
2014-07-28  2:48 ` [PATCH 0/8] Upstreaming the Android build and misc fixes Emil Velikov
2014-07-28  7:07   ` Daniel Vetter
2014-07-28 12:01     ` Emil Velikov
2014-07-28 15:22       ` Daniel Vetter
2014-07-29 16:14         ` Gore, Tim
2014-07-29 17:10           ` Emil Velikov
2014-07-29 17:27 ` [PATCHv2 " Emil Velikov
2014-07-29 17:27   ` [PATCH 1/8] all: include config.h only when available and use its defines Emil Velikov
2014-07-29 17:27   ` [PATCH 2/8] libkms: remove explicit define _FILE_OFFSET_BITS 64 Emil Velikov
2014-07-29 17:27   ` [PATCH 3/8] libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources Emil Velikov
2014-08-24 18:28     ` [PATCHv3 " Emil Velikov
2014-07-29 17:27   ` [PATCH 4/8] libdrm,intel: Add Android build Emil Velikov
2014-07-29 17:27   ` [PATCH 5/8] libdrm,intel: rework android header handling Emil Velikov
2014-07-29 17:27   ` [PATCH 6/8] radeon: add Android build support Emil Velikov
2014-07-29 17:27   ` [PATCH 7/8] nouveau: " Emil Velikov
2014-07-29 17:27   ` [PATCH 8/8] freedreno: " Emil Velikov
2014-07-31 15:33   ` [PATCHv2 0/8] Upstreaming the Android build and misc fixes Gore, Tim
2014-07-31 18:32     ` Emil Velikov
2014-08-24 18:39       ` Emil Velikov
2014-08-29  9:44         ` Gore, Tim
2014-08-29 10:02           ` Emil Velikov
  -- strict thread matches above, loose matches on Subject: below --
2014-07-29 16:43 [PATCH " Gore, Tim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).