408 Commits

Author SHA1 Message Date
Alan Coopersmith
49c641b638 Make sisRegs3D4 big enough to hold all values written to it
Increase size from 0xff to 0x100 since SiS315Save (sis_dac.c line 752)
writes values into sisRegs3D4[0x00..0xff] if ChipType >= XGI_20

[This bug was found by the Parfait bug checking tool.
 For more information see http://research.sun.com/projects/parfait ]

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-01 16:52:10 -07:00
Chris Ball
5583c2342d Revert "Build fixes for EXA3"
This reverts commit 7adc184e5e.
The EXA developers have backed out this ABI bump.

Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-27 10:57:35 -05:00
Chris Ball
7adc184e5e Build fixes for EXA3
* EXA in xserver head now requires -DEXA_DRIVER_KNOWN_MAJOR=3
* EXA3 drops the UploadToScratch hook, so guard it for < 3 only.

Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-24 12:32:01 -05:00
Alan Coopersmith
e4f6a2fcd5 Remove xorgconfig & xorgcfg from See Also list in man page 2009-01-09 16:34:01 -08:00
Dave Airlie
6ab99d8d66 sis 0.10.1 xf86-video-sis-0.10.1 2008-12-22 14:38:17 +10:00
Matthieu Herrb
7ae731c269 Fix build on alpha. 2008-11-06 23:40:34 +01:00
Daniel Stone
3150915275 Remove XFree86-Misc (PassMessage) support
The driver used PassMessage/HandleMessage from XFree86-Misc to ... just
return BadMatch.  So how about we drop this bit of code, including an
additional dependency?
2008-07-20 04:15:52 +03:00
Adam Jackson
70ccce405b sis 0.10.0 xf86-video-sis-0.10.0 2008-03-19 15:31:27 -04:00
Adam Jackson
3aff2a77c9 Fix distcheck 2008-03-19 15:29:30 -04:00
Adam Jackson
be77b71c36 Death to RCS tags. 2008-03-19 15:28:09 -04:00
Matthieu Herrb
6c7f2d4d2d Makefile.am: nuke RCS Id 2008-03-08 23:51:57 +01:00
Julien Cristau
be954beff0 fixup pciaccess version detect 2008-03-07 17:09:35 +01:00
Julien Cristau
f43247d383 Require pciaccess >= 0.10.0 for pci_device_map_range() 2008-02-27 14:10:17 +01:00
Dave Airlie
36ed5521af fix some thinkos in the pciaccess patch, this now works on real hardware 2008-01-17 15:49:41 +10:00
Dave Airlie
797e6215ad fixup unmap memory 2008-01-16 17:46:06 +10:00
Dave Airlie
992f586cbf use map domain memory with pciinfo 2008-01-16 17:42:44 +10:00
Pete Zaitcev
0e4dc89b7f switch vga over to pciaccess 2008-01-16 13:39:01 +10:00
Dave Airlie
585e03e687 switch bios reading over 2008-01-16 13:34:58 +10:00
Dave Airlie
ef98280b03 finish off read/write long conversion 2008-01-08 17:04:22 +10:00
Dave Airlie
e2cb9fa303 convert all hostbridge read/writes to accessor functions 2008-01-08 16:45:49 +10:00
Dave Airlie
77641c7696 fixup type punning 2008-01-08 16:14:07 +10:00
Dave Airlie
08cfb9c048 another open/fopen confusion 2008-01-08 16:09:55 +10:00
Dave Airlie
6753430565 fix thinko between open/fopen 2008-01-08 16:06:47 +10:00
Dave Airlie
70989db1c4 fix warnings in build 2008-01-08 16:01:09 +10:00
Dave Airlie
d94a2efa2e inital SiS pci access patch 2008-01-08 15:59:39 +10:00
Julien Cristau
14d6555419 Bump to 0.9.4. xf86-video-sis-0.9.4 2007-11-16 12:39:15 +01:00
James Cloos
748df80708 Add *~ to .gitignore to skip patch/emacs droppings 2007-09-03 05:52:43 -04:00
James Cloos
f269b388cb Rename .cvsignore to .gitignore 2007-08-23 19:25:55 -04:00
Julien Cristau
ba3c4d45d6 Get rid of the XFree86Server macro.
It's not exported by xserver these days, so don't test it.
2007-08-09 03:36:21 +02:00
Julien Cristau
391dad44fa Fix xserver version detection.
Newer xserver releases report a version of 1.x, which is smaller
than 6.8.99.900.
2007-08-09 03:36:21 +02:00
Brice Goglin
89d2f2118a Define SIS_*_VERSION using PACKAGE_VERSION* 2007-08-07 12:57:23 +02:00
Alex Deucher
346693719a bump Xv image height up from 1080 to 1088 for 315 chips
fixes bug 10075
2007-02-27 20:35:35 -05:00
Eamon Walsh
be1d494e09 Revert "Convert callers of LookupWindow() to dixLookupWindow()."
This reverts commit e3070bc483.
2006-12-18 14:09:45 -05:00
Eamon Walsh
e3070bc483 Convert callers of LookupWindow() to dixLookupWindow(). 2006-12-15 17:46:03 -05:00
Daniel Stone
07ca144f29 bump to 0.9.3 xf86-video-sis-0.9.3 xf86-video-sis 2006-11-30 19:58:16 +02:00
Daniel Stone
27299b5af8 include stdlib.h for strtod
Calling strtod() without including stdlib.h leads to unspecified results.
https://launchpad.net/distros/ubuntu/+source/xserver-xorg-video-sis/+bug/56649
2006-11-30 16:10:57 +02:00
Adam Jackson
115106f042 Bump to 0.9.2 xf86-video-sis-0.9.2 2006-10-13 18:43:53 -04:00
Donnie Berkholz
7a38608cd4 Add missing #include <assert.h>. 2006-06-06 16:09:54 +00:00
Alex Deucher
f16c4ee67f - fix minor typo 2006-04-30 18:17:18 +00:00
Adam Jackson
7e88ed4b04 Bump to 0.9.1 for Xv changes. sis-0_9_1 XORG-7_1 2006-04-08 01:47:22 +00:00
Aaron Plattner
e7f05c6510 Add a DrawablePtr argument to the XV functions to pave the way for
redirected video.
2006-04-07 23:14:46 +00:00
Adam Jackson
fe557561f9 Unlibcwrap. Bump server version requirement. Bump to 0.9.0. sis-0_9_0 2006-04-07 21:05:21 +00:00
Eric Anholt
1b851e8180 Don't forget to zero the xf86ModReqInfo before using it. Noticed by Alex
Deucher.
2006-04-07 04:15:34 +00:00
Eric Anholt
7d9999fa84 Update drivers that support EXA for the new EXA ABI. This consists of
moving all the accel and card members into the driver ptr, filling in
    the exa_major/ exa_minor fields, and always using LoadSubModule so we
    can check the module version up front. Only tested on ATI.
2006-03-09 06:06:25 +00:00
Kevin E Martin
79bb52873a Update package version for X11R7 release. XORG-7_0 2005-12-21 02:30:02 +00:00
Adam Jackson
ce0bbcb467 Stub COPYING files 2005-12-19 16:25:54 +00:00
Kevin E Martin
6dfa26038c Update package version number for final X11R7 release candidate. XORG-6_99_99_904 2005-12-15 00:24:19 +00:00
Kevin E Martin
2c57a2f4c0 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. MODULAR_COPY 2005-12-06 22:48:37 +00:00
Kevin E Martin
252f54c230 Update package version number for X11R7 RC3 release. XORG-6_99_99_903 2005-12-03 05:49:35 +00:00
Kevin E Martin
1b0b4dbcd8 Remove extraneous AC_MSG_RESULT. 2005-12-02 02:16:10 +00:00