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
Adam Jackson
b09bab0ff3
Bug #5207 : Enable EXA. (Thomas Winischofer)
2005-12-01 20:29:43 +00:00
Adam Jackson
4fd5c122ea
Bump libdrm dep to 2.0.
2005-11-30 18:51:46 +00:00
Adam Jackson
374156d3cf
Only build dlloader modules by default.
2005-11-29 23:30:03 +00:00
Alan Coopersmith
82f9c39f69
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
...
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-28 22:04:10 +00:00
Eric Anholt
80bfbc8b33
Add .cvsignores for drivers.
2005-11-21 10:49:18 +00:00
Kevin E Martin
d59932a8d9
Bump version numbers for X11R6.9/X11R7 RC2.
XORG-6_99_99_902
XORG-6_8_99_903
XORG-6_8_99_902
2005-11-09 21:31:21 +00:00
Kevin E Martin
61a128fb20
Update package version number for X11R7 RC2 release.
2005-11-09 21:15:20 +00:00
Matthias Hopf
0081e372f6
Bug #4998 : Add ';' and ',' as valid separators for MetaModes as well.
2005-11-09 17:42:58 +00:00
Kevin E Martin
d7a277fadf
Update pkgcheck depedencies to work with separate build roots.
2005-11-01 15:08:54 +00:00
Thomas Winischhofer
f544e67b00
SiS driver: Fix EDID->ranges conversion
2005-11-01 12:45:54 +00:00
Thomas Winischhofer
c63936bf30
SiS driver: Fix static build
2005-10-29 10:10:09 +00:00
Adam Jackson
634177ea66
Bug #4829 : Remove some useless DRI symbol checks.
2005-10-21 18:40:19 +00:00
Kevin E Martin
8c17b504da
Update package version number for RC1 release.
XORG-6_99_99_901
2005-10-19 02:48:04 +00:00
Alan Coopersmith
e4d73b8642
Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
...
substitutions to work better with BSD make
2005-10-18 00:01:54 +00:00
Adam Jackson
5d20115817
More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
...
of indirectly
2005-10-17 22:57:35 +00:00
Alan Coopersmith
be5a30fa3e
Use sed & cpp to substitute variables in driver man pages
2005-10-17 00:09:05 +00:00
Thomas Winischhofer
5461be0c19
SiS driver: Fix MIPS linking error
XORG-6_8_99_901
2005-10-16 18:12:32 +00:00
Søren Sandmann Pedersen
a8ebd720f7
Check in generated README files
2005-10-04 20:01:03 +00:00
Søren Sandmann Pedersen
60b23a8cd5
- For all drivers that have a <driver>.sgml file, add code in their build
...
system to build the README file at make dist time
- in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
will check if the required tools and files exist, and if so set a
conditional.
- util/modular/symlink.sh
- Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
- Add all the README.<driver> to the list of excluded files
- xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
it spew less warnings when the text file is built.
2005-10-03 21:22:08 +00:00
Thomas Winischhofer
abd9f74220
SiS driver: SiS301 supports 1024x768 in Hivision; exclude 512x384
2005-09-28 23:12:53 +00:00
Thomas Winischhofer
bfb25dcbb9
SiS driver: Fix Xv in MergedFB mode on SiS760 with hybrid memory
2005-09-23 16:34:04 +00:00
Thomas Winischhofer
27583a4ccc
SiS driver: Fix a possible crash in case EXA killed our allocated areas
2005-09-21 23:50:13 +00:00
Thomas Winischhofer
0cb78509d1
SiS driver: Remove debug output
2005-09-20 16:38:53 +00:00
Thomas Winischhofer
2b7817e6be
SiS driver: Color saturation for newer chipsets
2005-09-20 16:34:32 +00:00
Eric Anholt
9db2013e9c
Break EXA ABI while we still can. Add coordinates to the UploadToScreen
...
hook so we can upload a subset of a pixmap, and convert the current
drivers to respect that. Use this support to directly UploadToScreen in
exaGlyphs, providing a 47.4% +/-2.4% decrease in wall time for ls -lR
programs/Xserver in an antialiased gnome-terminal on an M6 (n=3, caches
hot). I would have bumped major version, only I can't tell what the
EXA_VERSION_* is supposed to be doing as opposed to the module version.
2005-09-18 02:32:23 +00:00
Thomas Winischhofer
6cf261a522
SiS driver: Improve vertical scaling for TV output on 301C
2005-09-17 23:07:17 +00:00
Thomas Winischhofer
a08a3a729b
SiS driver: Fix dual-pointer issue in dual head mode (really this time)
...
Calculate 4-tap scaler data instead of using tables sisfb: if not
loaded, it can't have POSTed cards...
2005-09-16 13:46:39 +00:00
Thomas Winischhofer
1c03c71b29
SiS driver: Fixed "double" cursor in dual head mode after mode switch
2005-09-16 00:24:24 +00:00
Thomas Winischhofer
eed6bccec2
SiS driver: - Fix (gamma) brightness and add contrast
...
- EXA fixes (Eric Anholt)
2005-09-15 21:23:59 +00:00