Commit Graph

384 Commits

Author SHA1 Message Date
Gaetan Nadon
517a7563c4 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 19:41:31 -04:00
Gaetan Nadon
494ce36b3b config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 18:45:19 -04:00
Fernando Carrijo
519a4653ff Purge macros NEED_EVENTS and NEED_REPLIES
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-07-09 20:50:00 -07:00
Dave Airlie
75a8a7c515 sis 0.10.3 xf86-video-sis-0.10.3 2010-07-05 14:23:33 +10:00
Julien Cristau
ac05588db7 Replace some broken URLs with winishhofer.eu
The old one seems to be a casino web site nowadays.

Debian bug#517075

Reported-by: Nigel Tamplin <fuse@f2s.com>
Signed-off-by: Julien Cristau <jcristau@debian.org>
2010-06-29 21:41:05 +01:00
Gaetan Nadon
116d40678d README: keep the text version of README, discard the sgml version
The linuxdoc doc tool is deprecated.
README files are exclusively text files.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-14 08:14:30 -04:00
Gaetan Nadon
5f9fd07d54 README: fix linuxdoc content
defs.ent are located under X11 directory
ident tag is not a Linuxdoc tag
replace docbook email tag with linuxdoc email tag

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-14 07:58:26 -04:00
Gaetan Nadon
1bec9268f5 COPYING: replace stub file with actual Copyright notices.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-13 10:56:05 -04:00
Adam Jackson
13583aba3e Remove mibank.h reference
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-18 13:11:01 -04:00
david@fries.net
47233238a6 SISVGABlankScreen: only update the hardware if we're changing the state
The command `xset s reset` will reset the X server screensaver to
reset the timer for the screensaver and dpms.  If the display is
already on, it should do nothing as far as the hardware goes.  In the
SISVGABlankScreen routine it requires as reset to update the register,
but that will disrupt the VGA signal and cause the monitor to resync
leaving the screen blank for a couple seconds.  I have a program that
wants to keep the screensaver from coming on, but allow normal
operation when it isn't running.

Debian bug#546838 <http://bugs.debian.org/546838>

Signed-off-by: Julien Cristau <jcristau@debian.org>
2010-05-11 15:19:48 +02:00
Tiago Vignatti
dff79298ae Document better the resource access hack
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2010-05-06 20:15:04 +03:00
Alan Coopersmith
d33e45dcae Update Sun license notices to current X.Org standard form
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15 13:55:44 -08:00
Gaetan Nadon
2c9baaaa8a configure.ac: use backticks rather than $() for cmd subs
Use "$PKG_CONFIG" rather than hard coded "pkg-config"

Acked-by: Dan Nicholson <dbn.lists@gmail.com>
Acked-by: Daniel Stone <daniel@fooishbar.org>

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-28 15:17:12 -05:00
Gaetan Nadon
cbfa94ccb1 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-23 09:25:05 -05:00
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