summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/server
AgeCommit message (Collapse)Author
2004-07-10Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.Jon Smirl
2004-07-05Convert 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-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t.
2004-05-03fix up build for solo/driDave Airlie
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-03-15couple of steps closer still not fully working.. something amiss in ringDave Airlie
buffer ..
2004-03-15Initial i810_dri.c for miniglx isn't fully functional yet...Dave Airlie
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
2003-09-30add the i810 driver - no kernel driver yetAlan Hourihane
(build tested, but not physically tested)