Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | More fixups to allow mesa to build | Robert Noland | |
2009-11-24 | Finish fixing the build on FreeBSD | Robert Noland | |
2009-11-23 | Fix build on *BSD | Kristian Høgsberg | |
This adds a minimal #ifdef clause to drm.h that we'll push upstream. Once that goes in we can share drm.h between linux, libdrm, and the bsd's. | |||
2009-11-23 | Drop duplicated radeon_*.h files in include/drm | Kristian Høgsberg | |
These files are userspace headers and live in radeon/ | |||
2009-11-20 | Put mach64_drm.h back in to avoid breaking mesa build | Kristian Høgsberg | |
We may want to drop mach64 from mesa instead, but that's a different discussion. | |||
2009-11-20 | Install kernel headers in ${includedir}/drm | Kristian Høgsberg | |
2009-11-21 | nouveau: fix DRM headers | Pekka Paalanen | |
The nouveau_drmif.h is not the Nouveau DRM kernel ABI file, but purely user space stuff. Remove it, it does not belong in include/drm/. Copy the right header from Nouveau kernel v2.6.31-rc9-757-gaca551c. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||
2009-11-17 | Fix typo in i915 pipe_from_crtc_id ioctl struct name | Kristian Høgsberg | |
2009-11-17 | Copy headers from kernel v2.6.32-rc6-130-g5b8f0be | Kristian Høgsberg | |