Commit Graph

8 Commits

Author SHA1 Message Date
Ian Romanick
4bef7f3e2b Remove redefinition of kernel types. 2006-11-16 15:00:30 -08:00
Ian Romanick
240ff63455 Fix DRM type names.
This code used the old style names (e.g., drmHandle).  This patches
the code to use the new style names (e.g., drm_handle_t).
2006-11-16 15:00:03 -08:00
Ian Romanick
298bfb66d5 Remove space after backslashes. 2006-11-16 14:58:49 -08:00
Ian Romanick
b0d8bc81e8 Remove spaces after back-slashes. 2006-11-16 14:57:00 -08:00
Ian Romanick
4e1086f670 Fix include file madness.
Make sure that every C file includes config.h.  Make sure that all
extension header files (e.g., Xv.h) come from X11/extensions.  Remove
all of the $XFree86$ cruft.
2006-11-16 13:08:10 -08:00
Ian Romanick
1a3cd0a7f8 Initial pass at getting driver building. Not done yet.
Shuffle files around into their correct places.  Create Makefile.am,
configure.ac, and autogen.sh based on similar files in other drivers.  Delete
pre-modular files (e.g., Imakefile) that are no longer necessary.
2006-11-16 12:41:02 -08:00
Adam Jackson
0ace27ac3e Initial import (bug #8611) 2006-11-16 15:41:38 -05:00
Adam Jackson
dfc30f4b02 Start repo. 2006-11-14 17:30:44 -05:00