Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-02 | radeon: enable by default now that kms is out of staging | Dave Airlie | |
2010-01-16 | Add support for Solaris libc atomic operations | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-16 | Include alloca.h in tests/drmstat.c when configure detects it | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-08 | tests: Add a very small libkms test | Jakob Bornecrantz | |
2010-01-05 | libkms: Make vmwgfx optional | Jakob Bornecrantz | |
2010-01-05 | Merge branch 'master' into libkms-master | Jakob Bornecrantz | |
Conflicts: configure.ac | |||
2010-01-05 | libkms: Disable by default | Jakob Bornecrantz | |
2010-01-05 | vmwgfx: Add experimental vmwgfx kernel header | Jakob Bornecrantz | |
2009-12-21 | libdrm 2.4.17 | Dave Airlie | |
2009-12-04 | libkms: Add libkms | Jakob Bornecrantz | |
2009-12-03 | Bump to 2.4.16 for release | Kristian Høgsberg | |
2009-11-23 | Don't hardcore 'yes', use in configure.ac output | Kristian Høgsberg | |
Oops, I assumed intel was always enable, but it just defaults to on. | |||
2009-11-23 | Output summary of enabled features at the end of configure.ac | Kristian Høgsberg | |
2009-11-20 | Install kernel headers in ${includedir}/drm | Kristian Høgsberg | |
2009-11-17 | Move libdrm/ up one level | Kristian Høgsberg | |
2009-11-17 | Use headers copied from kernel instead of shared-core | Kristian Høgsberg | |
2009-11-17 | Add makefile rule to copy headers from kernel tree | Kristian Høgsberg | |
2009-11-05 | Only install libdrm_intel.pc if we build libdrm_intel | Julien Cristau | |
2009-10-13 | intel: Fallback to atomic-ops.h [libatomic-ops-dev] | Chris Wilson | |
Use the external implementation for atomic operations across a wide range of architectures. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2009-10-13 | configure: Typo in error message. | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2009-10-12 | configure: Conditionally build libdrm_intel | Chris Wilson | |
Only build libdrm_intel automatically if we have support for atomic operations. To force configure to build drm pass --enable-intel, which will cause the configure to error if no support is found. Or pass --disable-intel to explicitly prevent libdrm_intel from being built. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2009-10-08 | Bump to 2.4.15 for release. | Eric Anholt | |
2009-10-03 | intel: Add a configure option to *disable* building libdrm-intel | Chris Wilson | |
In conjunction with the atomic operation patch, it may be more convenient for some people to disable building libdrm-intel and its dependencies upon the atomic intrinsics then it is for them to use a supported compiler. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2009-10-02 | intel: Use atomic refcounters | Chris Wilson | |
As the target architecture for Intel GPUs is the x86, we can presume to have reasonable compiler support for Intel atomic intrinsics, i.e. gcc, and so use those in preference to pulling in a complicated mess of fragile assembly. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> [anholt: hand-resolved against my previous commit. This brings cairo-gl firefox-talos-gfx time from 65 seconds back down to 62 seconds.] Signed-off-by: Eric Anholt <eric@anholt.net> | |||
2009-09-21 | Bump to 2.4.14 for release. | Eric Anholt | |
2009-08-28 | Bump to version 2.4.13 for release. | Eric Anholt | |
2009-07-15 | Bump to version 2.4.12 for release. | Eric Anholt | |
2009-07-10 | configure: move AC_USE_SYSTEM_EXTENSIONS up higher | Dave Airlie | |
this was giving me a warning on automake 1.11 | |||
2009-07-06 | s/AC_USE_SYSTEM_MACROS/AC_USE_SYSTEM_EXTENSIONS/ | Ian Romanick | |
Not sure what I was thinking. | |||
2009-07-06 | libdrm: Set _XOPEN_SOURCE and _GNU_SOURCE | Ian Romanick | |
Several POSIX extensions are used in the libdrm code (e.g., mknod and ffs). Set _XOPEN_SOURCE and _GNU_SOURCE to something reasonable to ensure that prototypes for these functions are available. This is done in configure.ac using AC_USE_SYSTEM_MACROS. This requires autoconf 2.60 or later. Eventually the code should check for the existance of these defines and do something reasonable if they are not available. Inspired by a patch by Pauli Nieminen and suggestions from Julien Cristau. Thanks. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2009-06-17 | libdrm/radeon: add initial libdrm_radeon | Dave Airlie | |
requires --enable-radeon-experimental-api for now | |||
2009-05-14 | libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure. | Keith Packard | |
The convention is that all APIs are per-bufmgr, so make this one the same. Then, have it return -1 on failure so that the application can know what's going on and do something sensible. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
2009-05-12 | Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse | Keith Packard | |
New API, new version. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net> | |||
2009-04-10 | Bump version to 2.4.9 | Jesse Barnes | |
Who needs 2.4.8 anyway? | |||
2009-04-10 | Bump version to 2.4.8 | Jesse Barnes | |
2009-04-09 | Bump version to 2.4.7 | Kristian Høgsberg | |
2009-04-06 | Use libudev in test case to only run gem tests for intel devices. | Kristian Høgsberg | |
2009-03-30 | libdrm: bump version to 2.4.6 | Jesse Barnes | |
This version includes GTT unmap support for the Intel bufmgr. | |||
2009-02-23 | Add libdrm_intel.pc by popular demand. | Eric Anholt | |
2009-02-22 | Fix fix distcheck for optional nouveau stuff. | Pekka Paalanen | |
Tylo. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||
2009-02-21 | Fix distcheck for optional nouveau stuff. | Eric Anholt | |
2009-02-21 | Bump version to 2.4.5 for new API additions. | Eric Anholt | |
2009-02-15 | libdrm: make libdrm_nouveau conditional, disabled by default | Ben Skeggs | |
libdrm isn't supposed to ship APIs not present in a released kernel. | |||
2009-02-04 | nouveau: install libdrm_nouveau with libdrm | Ben Skeggs | |
2009-02-03 | modetest: Use cairo (if available) to paint a better pattern. | Kristian Høgsberg | |
2009-01-14 | bump version to 2.4.4 | Eric Anholt | |
2009-01-07 | libdrm: add autoconf check for clock_gettime | Jesse Barnes | |
Should be more portable this way. | |||
2008-12-17 | libdrm: Fix modetest/modeprint to use automake stuff. | Eric Anholt | |
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||
2008-12-10 | Bump version to 2.4.3 to reflect addition of mode setting header | Jesse Barnes | |