Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-05 | Fence all unfenced buffers function. | Thomas Hellstrom | |
2006-08-30 | Memory manager init and takedown. | Thomas Hellstrom | |
2006-08-29 | Part of buffer object libdrm interface. | Thomas Hellstrom | |
2006-08-28 | Add a 64-bit drm unsigned type for 64-bit clean IOCTLS. | Thomas Hellstrom | |
Conversion functions in drmP.h and xf86drm.c. | |||
2006-08-27 | Bugfixes. | Thomas Hellstrom | |
2006-08-27 | Remove the ioctl multiplexing, and instead allow for generic | Thomas Hellstrom | |
drm ioctls 0x80 - 0xFF. | |||
2006-08-22 | Add a fence object class field for future use (For example VSYNC fence objects) | Thomas Hellstrom | |
2006-08-21 | User / Kernel space fence objects (device-independent part). | Thomas Hellstrom | |
2006-02-20 | Formatting cleanup, dead code removal. Remove N() namespacing macro, | Adam Jackson | |
useless. Remove SIGIO handling functions as they're server-only and properly belong in libdri. | |||
2005-11-29 | fixes from Egbert for 64bit | Dave Airlie | |
2005-10-22 | Bug #328: Silence read-from-uninitialized warnings in DRM_CAS on Alpha. | Adam Jackson | |
(David Dawes) | |||
2005-08-23 | add options for x86_64 and amd will small letters | Dave Airlie | |
2005-02-01 | momentary revert. libdrm build may be broken now, but no one uses it yet... | Adam Jackson | |
2005-01-30 | Final pass of libdrm.so work: | Adam Jackson | |
- Add $(DESTDIR) for distributors doing package creation - Remove OS-specific include path from build - Add /usr/include/drm for driver-kernel API - Install all of shared-core/*.h in /usr/include/drm - Rename xf86drm.h to libdrm.h since we're not X biased anymore - Include backwards compat for xf86drm.h name, with a warning - Fix libdrm source to account for drm.h living in /usr/include/drm | |||
2005-01-16 | The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory | Dave Airlie | |
The attached patch adds a new buffer type DRM_FB_BUFFER. It works like AGP memory but uses video memory. From: austinyuan@viatech.com.cn (fd.o bug 1668) Signed-off-by: Dave Airlie <airlied@linux.ie> | |||
2005-01-01 | Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses | Felix Kuehling | |
drm_pci_alloc/free for allocating/freeing the memory. Only implemented in the Linux DRM so far. | |||
2004-07-31 | Patch picked up from Redhat xorg release: | Dave Airlie | |
Patch by John Dennis <jdennis@redhat.com> which fixes DRI locking bug on ia64 architecture. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=104338 http://bugs.xfree86.org/show_bug.cgi?id=778 | |||
2004-07-07 | Add xf86drm.h back to drm/libdrm until it's true home can be found. | Jon Smirl | |
mesa-solo needs this file to build. XFree86 bug: Reported by: Submitted by: Reviewed by: Obtained from: |