Commit Graph

16 Commits

Author SHA1 Message Date
Alan Coopersmith
37743f0433 Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`

`git diff -w` & `git diff -b` show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/-/merge_requests/42>
2025-12-16 10:35:42 +01:00
Adam Jackson
be77b71c36 Death to RCS tags. 2008-03-19 15:28:09 -04:00
Thomas Winischhofer
c8abdb74f9 SiS driver:
- 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().
2005-07-04 10:57:08 +00:00
Daniel Stone
1db609b22e Change all misc.h and os.h references to <X11/foo.h>. 2005-07-01 22:43:13 +00:00
Thomas Winischhofer
5a253b1f4f SiS driver:
- 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
2005-01-19 16:19:40 +00:00
Thomas Winischhofer
725276d251 SiS driver: Fix for 650/740 new BIOS data layout 2004-07-26 22:40:56 +00:00
Thomas Winischhofer
515b943c44 SiS driver update 2004/06/17 2004-06-17 13:20:14 +00:00
Eric Anholt
5880d0f36b DRI XFree86-4_3_99_12-merge import 2004-06-16 09:23:54 +00:00
Egbert Eich
2a8d0bc1b0 Merging XORG-CURRENT into trunk 2004-04-23 19:45:40 +00:00
Egbert Eich
36986a29ab Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 2004-03-14 08:33:36 +00:00
Egbert Eich
edfb01cf07 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 2004-03-03 12:12:25 +00:00
Egbert Eich
07d847169b readding XFree86's cvs IDs 2004-02-26 13:35:55 +00:00
Egbert Eich
a2b4d6323e Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 2004-02-26 09:23:24 +00:00
Egbert Eich
10c83bf291 Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004 2004-01-29 08:08:37 +00:00
Kaleb Keithley
abe805c8c5 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 2003-11-25 19:28:40 +00:00
Kaleb Keithley
d1473b7bcf Initial revision 2003-11-14 16:48:55 +00:00