summaryrefslogtreecommitdiff
path: root/libdrm/xf86drmSL.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17Move libdrm/ up one levelKristian Høgsberg1-480/+0
2007-07-18drm: remove drm_u64_t, replace with uint64_t everwhereDave Airlie1-1/+0
This might break something, stdint.h inclusion in drm.h maybe required but I'm not sure yet what platforms have it what ones don't.
2007-04-26libdrm: remove HAVE_XORG_CONFIG_H and XFree86LOADER ifdef's.George Sapountzis1-17/+5
We no longer import libdrm in the xserver.
2006-02-20Formatting cleanup, dead code removal. Remove N() namespacing macro,Adam Jackson1-36/+34
useless. Remove SIGIO handling functions as they're server-only and properly belong in libdri.
2005-11-30Resync from Xorg head: conditional include of xorg-config.hAdam Jackson1-0/+4
2005-01-30Final pass of libdrm.so work:Adam Jackson1-0/+1
- 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
2000-07-11Merge XFree86 4.0.1Alan Hourihane1-1/+1
2000-06-13Update email addresses and copyright notices to reflect VA Linux SystemsRik Faith1-1/+2
2000-03-15Import of XFree86 4.0Jeff Hartmann1-2/+1
1999-12-05Initial revisionDaryll Strauss1-0/+490