summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-02-23Add libdrm_intel.pc by popular demand.libdrm-2.4.5Eric Anholt1-1/+2
2009-02-22Fix fix distcheck for optional nouveau stuff.Pekka Paalanen1-1/+1
Tylo. Signed-off-by: Pekka Paalanen <pq@iki.fi>
2009-02-21Fix distcheck for optional nouveau stuff.Eric Anholt1-4/+1
2009-02-21Bump version to 2.4.5 for new API additions.Eric Anholt1-1/+1
2009-02-15libdrm: make libdrm_nouveau conditional, disabled by defaultBen Skeggs1-0/+9
libdrm isn't supposed to ship APIs not present in a released kernel.
2009-02-04nouveau: install libdrm_nouveau with libdrmBen Skeggs1-0/+2
2009-02-03modetest: Use cairo (if available) to paint a better pattern.Kristian Høgsberg1-0/+7
2009-01-14bump version to 2.4.4libdrm-2.4.4Eric Anholt1-1/+1
2009-01-07libdrm: add autoconf check for clock_gettimeJesse Barnes1-0/+7
Should be more portable this way.
2008-12-17libdrm: Fix modetest/modeprint to use automake stuff.Eric Anholt1-0/+2
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-1/+0
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff.
2008-12-10Bump version to 2.4.3 to reflect addition of mode setting headerJesse Barnes1-1/+1
2008-12-03Merge branch 'master' into modesetting-gemJesse Barnes1-1/+1
2008-12-02Bump version to 2.4.2 to signal new libdrm_intel functions.Eric Anholt1-1/+1
2008-11-13Merge branch 'master' into modesetting-gemJesse Barnes1-1/+1
Conflicts: libdrm/Makefile.am libdrm/intel/intel_bufmgr.h libdrm/intel/intel_bufmgr_fake.c libdrm/intel/intel_bufmgr_gem.c shared-core/drm.h shared-core/i915_dma.c shared-core/i915_irq.c shared-core/radeon_cp.c shared-core/radeon_drv.h
2008-10-30libdrm 2.4.1.libdrm-2.4.1Eric Anholt1-1/+1
2008-10-27radeon: radeon util libraryJerome Glisse1-0/+1
2008-10-17intel: Protect bufmgr objects with a pthread mutex.Eric Anholt1-0/+4
We want to be able to use the bufmgr from multiple threads for GL, and thus we need to protect the internal structures. The pthread-stubs package is used so that programs not linked against pthreads get weak symbols to stubs and don't eat most of the cost.
2008-10-09intel: Protect bufmgr objects with a pthread mutex.Eric Anholt1-0/+4
We want to be able to use the bufmgr from multiple threads for GL, and thus we need to protect the internal structures. The pthread-stubs package is used so that programs not linked against pthreads get weak symbols to stubs and don't eat most of the cost.
2008-08-24libdrm: add udev support.Dave Airlie1-0/+7
This patch allows you to --enable-udev, and will avoid having libdrm make device nodes. If you are using udev, you should really --enable-udev your libdrm.
2008-06-12Bump libdrm version to 2.4.0.Eric Anholt1-1/+1
We need a version to depend on from the other components that require GEM and the bufmgr code. Some interfaces will be removed before the 2.4.0 release.
2008-06-03Fix and hook up bufmgr code to the build.Eric Anholt1-0/+68
2007-07-19Add some trivial regression tests, one of which fails.Eric Anholt1-1/+6
2007-03-10Bump version patchlevel so it can be tested for new functionality.Michel Dänzer1-1/+1
2006-11-08libdrm: add support for server side functionality in libdrmDave Airlie1-1/+1
This adds APIs to allow the X server to use libdrm from the system rather than its own in-built copy.
2006-10-27Reserve the new IOCTLs also for *bsd.Thomas Hellstrom1-1/+1
Bump libdrm version number to 2.2.0
2006-10-02Make the user_token 44-bit for TTMs, and have them occupy a unique file spaceThomas Hellstrom1-0/+1
starting at 0x00100000000. This will hopefully allow us to use unmap_mapping_range(). Note that user-space will need 64-bit file offset support.
2006-09-28Libdrm version bump and naming.Thomas Hellstrom1-1/+1
2006-06-27Disable building static libraries. Bump to 2.0.2 for header updates.libdrm-2_0_2Adam Jackson1-1/+2
2005-11-30Bump package and DSO numbers to 2.0 to reflect 32/64 ABI changeAdam Jackson1-1/+1
2005-10-31Bump to 1.0.5 for new via headerlibdrm-1_0_5Adam Jackson1-1/+1
2005-10-20Bump to 1.0.4.libdrm-1_0_4Adam Jackson1-1/+1
2005-10-20Remove the remaining references to Xlib. libdrm is totally independent now.Adam Jackson1-4/+0
2005-08-25Include appropriate CFLAGS to find X headers, needed to build libdrm.Eric Anholt1-0/+4
2005-08-20Fix silly install issue by moving the header install rules for shared-corelibdrm-1_0_3Adam Jackson1-2/+2
into shared-core/Makefile.am. Bump to 1.0.3.
2005-08-19Add r300_reg.h. Bump to 1.0.2.libdrm-1_0_2Adam Jackson1-1/+1
2005-08-01version bumplibdrm-1_0_1Adam Jackson1-1/+1
2005-07-13distcheck fixeslibdrm-1_0_0Adam Jackson1-11/+1
2005-07-10autoconfiscate libdrmAdam Jackson1-0/+46