Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-10 | The SiS and Unichrome drivers assume that the handle to the | Thomas Hellström | |
AGP map is equivalent to the AGP physical address. Fix this. | |||
2005-10-19 | Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, all | Eric Anholt | |
drirenderbuffers pointed at screen offset 0 and NULL. Instead, set up the front buffer at startup but leave the others for later, since sis allocates them on demand rather than using the static method of the other non-sis-descendent drivers. Some basic apps work, but fallbacks may be broken still. | |||
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. | |||
2003-12-04 | merge latest DRI sis driver changes from the DRI trunk | Alan Hourihane | |
2003-09-30 | add the SiS driver - no kernel driver yet | Alan Hourihane | |
(build tested, but not physically tested) |