Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-15 | Add static qualifier to local functions | Jan Vesely | |
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-01 | all: include config.h only when available and use its defines | Emil Velikov | |
... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> | |||
2014-04-17 | Mark functions printf-like where possible | Thierry Reding | |
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-16 | Support gcc's __FUNCTION__ for people using other compilers | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-16 | Include alloca.h in tests/drmstat.c when configure detects it | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2004-10-10 | Make the test programs build | Jon Smirl | |
2003-04-25 | Targets for building dristat and drmstat. | David Dawes | |
2003-04-24 | Minor cleanups for dri/drmstat test progs (Both still need targets for new | Leif Delgass | |
Makefile) | |||
2000-06-08 | Merged glxmisc-3-0-0 | Brian Paul | |
2000-04-04 | Merged mga branch with trunk | Jeff Hartmann | |
2000-03-16 | Merge with 4.0 | Jeff Hartmann | |
2000-02-22 | Import of XFree86 3.9.18 | Kevin E Martin | |
2000-01-06 | Import of XFree86 3.9.17 | Rik Faith | |
1999-12-18 | Rename the device to be /dev/dri instead of /dev/dri to avoid a conflict. | Daryll Strauss | |
Rename proc entry from /proc/graphics to /proc/dri to be consistent. | |||
1999-12-07 | Move Mesa to xc/extras Update to the latest Mesa 3.2 code Fix the Q3Demo | Daryll Strauss | |
bugs (white railgun and texture mapping) Simplify driver texture mapping routines Fix device driver for 2.3 kernels Improve performance | |||
1999-12-05 | First DRI release of 3dfx driver. | Daryll Strauss | |