Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-15 | Add Egberts fixes for 64bit architectures | Alan Hourihane | |
Add additional checks for the *DRIRec info structure passed in from the device driver. This ensures that things fallback to indirect rendering if the DDX driver has had modifications (i.e. removal of the drmAddress field). | |||
2004-07-10 | Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used. | Jon Smirl | |
2004-07-05 | Convert miniglx to use Ian's fancy new driver config code. | Jon Smirl | |
This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations. | |||
2004-06-02 | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick | |
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t. | |||
2004-05-03 | fix up build for solo/dri | Dave Airlie | |
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | |
2004-03-15 | couple of steps closer still not fully working.. something amiss in ring | Dave Airlie | |
buffer .. | |||
2004-03-15 | Initial i810_dri.c for miniglx isn't fully functional yet... | Dave Airlie | |
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | |
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||
2003-09-30 | add the i810 driver - no kernel driver yet | Alan Hourihane | |
(build tested, but not physically tested) |