Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 6e3e5abe | 2009-07-18 14:54:42 | Fix libdrm for the buffer mapping strategy our GEM implementation will use We always map through the gtt, never using the cpu mapping (this decreases complexity a lot). Keep use of the original ioctl for this. Also don't bother with userland domain setting, the kernel handles this correctly. Finally, don't persist mapping across calls to unmap and remapping, this aids with debugging, but may change later. ok matthieu@. | ||
| 9e424939 | 2009-06-27 10:02:53 | Use the bsd.xorg.mk rules to install the pkgconfig file and add the libdrm_intel.pc. with oga@. | ||
| c976b8a8 | 2009-06-21 17:39:53 | Add support to the fake (non GEM) bufmgr for pinning and unpinning objects. Makes overlay XV work with intel 2.7.1. ok matthieu@, tested by naddy@, sturm@, matthieu@ and myself. This is most important for the x40 and other 8xx chipset which lack textured video. | ||
| 54ef134d | 2009-05-03 19:43:26 | update libdrm to 2.4.9 (actually to -current, but the only real changes are to some assertions and a small change to modesetting code). bump libdrm_intel minor due to added symbols, libdrm doesn't get bumped, no change to symbol list. ok matthieu@. | ||
| 43a3b634 | 2009-01-26 23:14:37 | Update libdrm to 2.4.3 This is needed for us to be able to update Mesa and xf86-video-intel. Includes a few fixes, as well as the intel bufmgr interface and the modesetting interface (which currently errors when you check if it's enabled). ok matthieu@ | ||
| cc283d3c | 2009-01-10 16:29:26 | De-autoconf libdrm. Now that xenocara has been made clean with respect to using kernel headers instead of those provided with libdrm, remove the copy of the headers included here. Since it is now very simple, move it over to using standard bsd makefiles instead of autoconf. ok matthieu@ | ||
| 5c3f5f1a | 2008-08-26 16:36:24 | update libdrm to 2.3.1 preserving local changes. This was tested by several before lock. ok matthieu. | ||
| 4b526e48 | 2008-06-12 22:20:24 | change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered irritating. | ||
| e21a353d | 2008-06-12 18:52:07 | Enable privsep support. Finally! ok matthieu@. | ||
| 7830df18 | 2008-03-15 18:08:24 | Regen with autoconf 2.59-p2, with AM_SANITY check zapped. | ||
| e3881499 | 2008-02-12 21:27:14 | - remove stuff that we don't want from drmOpenDevice() - prepare for privilege separation support. ok oga@. | ||
| 8370179c | 2007-07-29 10:50:16 | regen | ||
| 930101c6 | 2007-04-14 20:44:09 | regen with libtool 1.5.22p10 and metaauto 0.7 | ||
| 00a847b3 | 2007-03-25 13:02:54 | regen with libtool 1.5.22p9 | ||
| 6637a9a3 | 2007-03-18 22:29:12 | regen with automake 1.9.6p2 | ||
| 5954aa65 | 2007-03-15 23:28:08 | regen | ||
| 854f5def | 2007-03-15 23:00:47 | Bump major of shared libs that depend on libX11 (which already got bumped). ok todd@ | ||
| 42549768 | 2007-01-01 10:34:17 | correct SHARED_LIB | ||
| 17c4db3e | 2007-01-01 10:33:12 | add build infrastructure. | ||
| 1e64eadd | 2007-01-01 10:30:41 | Import libdrm 2.3.0 |