Menu

Tree [93d88e] ics-x86 android-x86-4.0-r1 /
 History

HTTPS access


File Date Author Commit
 include 2012-02-03 Alan Coopersmith Alan Coopersmith [f82c77] Make drm/drm_fourcc.h portable to non-linux pla...
 intel 2011-08-01 Chih-Wei Huang Chih-Wei Huang [7f4509] android: intel: disable drm_intel_probe_agp_ape...
 libkms 2011-05-14 Chris Wilson Chris Wilson [61be94] libkms: All current BO_TYPE are 32bpp
 m4 2011-02-09 Javier Jardón Javier Jardón [fd3ed3] build: Update autotools configuration
 nouveau 2011-11-24 Maarten Lankhorst Maarten Lankhorst [37ccce] nouveau: Mark nouveau subchannel unbound nouvea...
 omap 2012-04-02 Víctor Manuel Jáquez Leal Víctor Manuel Jáquez Leal [e98ed3] omap: fix compiler warning
 radeon 2011-03-19 Chia-I Wu Chia-I Wu [89d12c] android: build libdrm_radeon
 tests 2012-02-21 Chih-Wei Huang Chih-Wei Huang [93d88e] android: add Android.mk
 .gitignore 2010-06-03 Jesse Barnes Jesse Barnes [73a42a] add vbltest to .gitignore
 Android.mk 2012-02-21 Chih-Wei Huang Chih-Wei Huang [93d88e] android: add Android.mk
 Makefile.am 2012-03-28 Rob Clark Rob Clark [ef1b95] omap: add omapdrm support
 README 2009-11-20 Kristian Høgsberg Kristian Høgsberg [1b064c] Update README
 RELEASING 2009-12-03 Kristian Høgsberg Kristian Høgsberg [be957c] Add RELEASING to document the release process
 autogen.sh 2011-02-09 Javier Jardón Javier Jardón [fd3ed3] build: Update autotools configuration
 configure.ac 2012-03-28 Alex Deucher Alex Deucher [a3c34f] configure: Bump version for 2.4.33
 libdrm.pc.in 2010-04-09 Kristian Høgsberg Kristian Høgsberg [894c86] Revert "Fix pkgconfig includes for /usr/include...
 libdrm_lists.h 2009-11-17 Kristian Høgsberg Kristian Høgsberg [4f57ab] Move libdrm/ up one level
 xf86atomic.h 2010-04-17 Alan Coopersmith Alan Coopersmith [c9065c] Correct the Solaris definitions of atomic_add &...
 xf86drm.c 2011-11-01 Jeremy Huddleston Jeremy Huddleston [961bf9] Fix compilation with -Werror=int-to-pointer-cas...
 xf86drm.h 2011-09-23 Tapani Pälli Tapani Pälli [cfee52] xf86drm.h : wrap C code for C++ compilation/lin...
 xf86drmHash.c 2009-11-17 Kristian Høgsberg Kristian Høgsberg [4f57ab] Move libdrm/ up one level
 xf86drmMode.c 2012-02-02 Ville Syrjälä Ville Syrjälä [76b4a6] Using sizeof() on a function parameter with an ...
 xf86drmMode.h 2012-03-09 David Herrman David Herrman [fd39e6] xf86drmMode.h: Add header protection
 xf86drmRandom.c 2009-11-17 Kristian Høgsberg Kristian Høgsberg [4f57ab] Move libdrm/ up one level
 xf86drmSL.c 2010-01-30 Matthew W. S. Bell Matthew W. S. Bell [e4a519] Tidy up compile warnings by cleaning up types.
 xf86mm.h 2009-11-17 Kristian Høgsberg Kristian Høgsberg [4f57ab] Move libdrm/ up one level

Read Me

libdrm - userspace library for drm

This  is libdrm,  a userspace  library for  accessing the  DRM, direct
rendering  manager, on  Linux,  BSD and  other  operating systes  that
support the  ioctl interface.  The library  provides wrapper functions
for the  ioctls to avoid  exposing the kernel interface  directly, and
for chipsets with drm memory manager, support for tracking relocations
and  buffers.   libdrm  is  a  low-level library,  typically  used  by
graphics drivers  such as the Mesa  DRI drivers, the  X drivers, libva
and  similar projects.  New  functionality in  the kernel  DRM drivers
typically requires  a new  libdrm, but a  new libdrm will  always work
with an older kernel.


Compiling
---------

libdrm  is  a  standard  autotools  packages and  follows  the  normal
configure, build  and install steps.   The first step is  to configure
the package, which is done by running the configure shell script:

	./configure

By default, libdrm  will install into the /usr/local/  prefix.  If you
want  to  install   this  DRM  to  replace  your   system  copy,  pass
--prefix=/usr and  --exec-prefix=/ to configure.  If  you are building
libdrm  from a  git checkout,  you first  need to  run  the autogen.sh
script.  You can  pass any options to autogen.sh  that you would other
wise  pass to configure,  or you  can just  re-run configure  with the
options you need once autogen.sh finishes.

Next step is to build libdrm:

	make

and once make finishes successfully, install the package using

	make install

If you are install into a system location, you will need to be root to
perform the install step.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.