All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] libdrm/intel: Add support for Android
@ 2011-12-23 20:11 Chad Versace
  2011-12-23 20:11 ` [PATCH 1/3] intel: Disable drm_intel_probe_agp_aperture_size() on Android Chad Versace
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Chad Versace @ 2011-12-23 20:11 UTC (permalink / raw)
  To: intel-gfx; +Cc: Chad Versace

From: Chad Versace <chad@chad.versace.us>

This series enables libdrm.so and libdrm_intel.so to build on Android
IceCreamSandwich.

Chad Versace (3):
  intel: Disable drm_intel_probe_agp_aperture_size() on Android
  libdrm,intel: Factor source file lists into sources.mk
  libdrm,intel: Add Android makefiles

 Android.mk           |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am          |    9 +++----
 intel/Android.mk     |   49 +++++++++++++++++++++++++++++++++++++++++++++++
 intel/Makefile.am    |    8 +++---
 intel/intel_bufmgr.c |   10 ++++++++-
 intel/sources.mk     |   29 +++++++++++++++++++++++++++
 sources.mk           |   30 ++++++++++++++++++++++++++++
 7 files changed, 177 insertions(+), 10 deletions(-)
 create mode 100644 Android.mk
 create mode 100644 intel/Android.mk
 create mode 100644 intel/sources.mk
 create mode 100644 sources.mk

-- 
1.7.7.4

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

end of thread, other threads:[~2012-05-09 19:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23 20:11 [PATCH 0/3] libdrm/intel: Add support for Android Chad Versace
2011-12-23 20:11 ` [PATCH 1/3] intel: Disable drm_intel_probe_agp_aperture_size() on Android Chad Versace
2011-12-27 20:40   ` Eric Anholt
2011-12-28 14:56     ` Eugeni Dodonov
2011-12-28 15:11       ` Purushothaman, Vijay A
2011-12-29 23:47         ` Chad Versace
2011-12-30  5:13           ` Purushothaman, Vijay A
2012-05-09  7:33           ` iyshwarya
2012-05-09  9:11             ` Sateesh Kavuri
2012-05-09 10:11               ` Sateesh Kavuri
2012-05-09 19:46                 ` Daniel Vetter
2012-05-09  7:35           ` Engineer
2012-05-09  8:20             ` Purushothaman, Vijay A
2011-12-29  0:45       ` Chad Versace
2011-12-23 20:11 ` [PATCH 2/3] libdrm,intel: Factor source file lists into sources.mk Chad Versace
2011-12-23 20:11 ` [PATCH 3/3] libdrm,intel: Add Android makefiles Chad Versace

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.