Commit Graph

220 Commits

Author SHA1 Message Date
Gaetan Nadon
a69569c72e INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-10-28 14:41:41 -04:00
Gaetan Nadon
8d766ddd89 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
2009-10-28 14:09:09 -04:00
Gaetan Nadon
b92482e522 Several driver modules do not have a ChangeLog target in Makefile.am #23814
The git generated ChangeLog replaces the hand written one.
Update configure.ac to xorg-macros level 1.3.
Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
Update Makefile.am to add ChangeLog target if missing
Remove ChangeLog from EXTRA_DIST or *CLEAN variables
This is a pre-req for the INSTALL_CMD
2009-10-26 12:54:22 -04:00
Gaetan Nadon
8655ebf788 .gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-10-22 14:51:23 -04:00
Gaetan Nadon
ef03b3abab .gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-10-22 14:51:22 -04:00
Matteo Delfino
8370499d40 Fix BIOS read on 650 and 760. (#19070)
Signed-off-by: Matteo Delfino <kendatsuba@gmail.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-10-21 10:27:41 -04:00
Dave Airlie
9e50319293 sis: bump for release 0.10.2 xf86-video-sis-0.10.2 2009-07-30 12:04:29 +10:00
Dave Airlie
8c3eca8737 sis: change to using ABI version check 2009-07-28 15:22:41 +10:00
Dave Airlie
9e1ebb9530 sis: update for resources/RAC API removal 2009-07-28 13:32:37 +10:00
Peter Hutterer
59ea80738d Update to xextproto 7.1 support.
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers
need to include dpmsconst.h if xextproto 7.1 is available.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-16 11:55:25 +10:00
Adam Jackson
74553b5ee4 Remove useless loader symbol lists. 2009-05-28 15:19:25 -04:00
Alan Coopersmith
933dd8f860 Correct bounds check of blitClip array access
Array is defined as blitClip[NUM_BLIT_PORTS], so invalid indexes
are >= NUM_BLIT_PORTS, not just > NUM_BLIT_PORTS

[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:57:22 -07:00
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