aboutsummaryrefslogtreecommitdiff
path: root/tests/dristat.c
AgeCommit message (Collapse)Author
2008-12-17libdrm: add mode setting filesJesse Barnes
Add mode setting files to libdrm, including xf86drmMode.* and the new drm_mode.h header. Also add a couple of tests to sanity check the kernel interfaces and update code to support them.
2008-12-10Revert "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-01-09add internals for opening a control nodeDave Airlie
2005-02-18Bug #2567: Fix reversed memset arguments. (David Krause)Adam Jackson
2004-10-10Make the test programs buildJon Smirl
2004-08-31Apply patch from Bryan Stine bugzilla #1227Dave Airlie
2003-04-24Minor cleanups for dri/drmstat test progs (Both still need targets for newLeif Delgass
Makefile)
2003-04-24Remove #if 0'd code and some unused string functionsKeith Whitwell
2001-02-28Implement drmOpen* without /proc dependence (Fallback to /proc is includedRik Faith
for backward compatibility.) Move statistic-gathering drm* calls from dristat.c to xf86drm.c
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes