Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-26 | nouveau: bump for 0.0.13 | Ben Skeggs | |
2009-03-16 | libdrm_nouveau: The handle that is passed to mmap needs to be drm_handle_t | Robert Noland | |
drm_handle_t is defined to be a u32 on linux and a u64 on everything else. This addresses an issue on FreeBSD amd64 where the map offsets may be greater than 32bits. When the handle is cast to 32bit, mmap cannot match the requested map and causes X to crash. This should be a NOOP on linux since drm_handle_t is always 32bit. Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2009-02-04 | nouveau: install libdrm_nouveau with libdrm | Ben Skeggs | |