summaryrefslogtreecommitdiff
path: root/tests/drmstat.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-01Remove unused tests/drmstat.cEmil Velikov1-419/+0
Earlier commit removed all the legacy 'tests' but a file was left danglig. Fixes: 0c80fddd1d0 "tests: remove useless legacy tests" Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reported-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2015-04-28drm: use c99 __func__ over __FUNCTION__Emil Velikov1-6/+1
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-03-20Fix unused function warningsJan Vesely1-13/+0
v2: Remove the handler function instead of commenting out split debugmsg function removal to a separate patch Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-03-15Add static qualifier to local functionsJan Vesely1-1/+1
v2: Don't bother marking dead functions static (handler, xf86VDrvMsgVerb, drmSetDebugMsgFunction) Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-09-01all: include config.h only when available and use its definesEmil Velikov1-0/+2
... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-04-17Mark functions printf-like where possibleThierry Reding1-1/+1
These functions all take a format string and either a list of variable arguments or a va_list. Use the new DRM_PRINTFLIKE macro to tell the compiler about it so that the arguments can be checked against the format string. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Thierry Reding <treding@nvidia.com>
2010-01-16Support gcc's __FUNCTION__ for people using other compilersAlan Coopersmith1-0/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-16Include alloca.h in tests/drmstat.c when configure detects itAlan Coopersmith1-0/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2004-10-10Make the test programs buildJon Smirl1-3/+3
2003-04-25Targets for building dristat and drmstat.David Dawes1-0/+9
2003-04-24Minor cleanups for dri/drmstat test progs (Both still need targets for newLeif Delgass1-1/+1
Makefile)
2000-06-08Merged glxmisc-3-0-0glxmisc-3-0-0-20000608-mergeBrian Paul1-2/+2
2000-04-04Merged mga branch with trunkmga-0-0-2-20000404-mergeJeff Hartmann1-1/+1
2000-03-16Merge with 4.0ati-4-0-1-20000319-baseX_4_0-20000315-mergeJeff Hartmann1-2/+1
2000-02-22Import of XFree86 3.9.18X_3_9_18Kevin E Martin1-20/+20
2000-01-06Import of XFree86 3.9.17X_3_9_17Rik Faith1-19/+19
1999-12-18Rename the device to be /dev/dri instead of /dev/dri to avoid a conflict.dispatch-0-0-1-20000128Daryll Strauss1-18/+18
Rename proc entry from /proc/graphics to /proc/dri to be consistent.
1999-12-07Move Mesa to xc/extras Update to the latest Mesa 3.2 code Fix the Q3DemoDaryll Strauss1-15/+15
bugs (white railgun and texture mapping) Simplify driver texture mapping routines Fix device driver for 2.3 kernels Improve performance
1999-12-05First DRI release of 3dfx driver.Daryll Strauss1-0/+417