- Added initial support for XGI chipsets (V3XT, V5, V8, Z7). Z7 and V5 are
untested. All features supported (Xv, HWCursor, DPMS, etc.). The binary
XGI DRI driver is not supported.
- Ported driver to EXA 0.1.0. Known problems still to solve at this time
are:
EXA's deinitialisation routine "DriverFini()" does not unwrap
pScreen->DestroyPixmap (and others), leading to a crash on machines
where the SWCursor is being used (SWCursor pixmaps are destroyed after
EXA has destroyed the offscreen memory manager).
EXA does not work correctly with 24bpp framebuffers. For some reason, all
pixmaps handed to the drawing primitives are 32bpp, despite the correct
24bpp-flag handed to xf86SetDepthBpp().
- Fix off-by-one error in setting up offscreen-images
- Fix for retrieval of mode timing from BIOS for LCD
- Fix for DGA in MergedFB mode
- Code size reduction by more calculations, less tables
- ShadowFB uses fast memcpy (correctly) now
- Prefer user given modes over default ones
- Add ForcePanelRGB option