Commit Graph

256 Commits

Author SHA1 Message Date
Gaetan Nadon
b59697b78c config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 09:27:42 -04:00
Gaetan Nadon
b3a97ac2f7 config: remove unrequired AC_SUBST([DRI_CFLAGS])
This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 21:54:12 -04:00
Gaetan Nadon
bbe1bcd32a config: remove unrequired AC_SUBST([XORG_CFLAGS])
This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 21:44:58 -04:00
Gaetan Nadon
c5bd3024ed config: remove unrequired AC_HEADER_STDC
Autoconf says:
"This macro is obsolescent, as current systems have conforming
header files. New programs need not use this macro".

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 20:24:42 -04:00
Gaetan Nadon
511f04802f 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
5ecf1285f4 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
Gaetan Nadon
60c9b466f8 config: upgrade to util-macros 1.8 for additional man page support
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
2010-07-20 17:38:00 -04:00
Fernando Carrijo
98cff06e16 Purge macro 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:56:14 -07:00
Chris Ball
d8af97e260 xgi: Compile fix: XSERVER_LIBPCIACCESS guards 2010-06-26 20:52:43 -04:00
Chris Ball
9f688a692e xgi: Compile fix: f2b97df.. incorrectly removed micmap.h instead of mibank.h 2010-06-26 20:52:42 -04:00
Chris Ball
edc7a40ed2 xgi: Compile fix: guard XF86_VERSION_CURRENT with ifdef 2010-06-26 20:52:42 -04:00
xgi0007
f2b97df11d XGI: Remove mibank.h reference 2010-06-23 11:14:54 +08:00
xgi0007
b8e0da9399 XGI: Fixed compile issues for current version of xorg-xserver 2010-06-23 11:08:33 +08:00
root
0fa7f054db XGI: Fixed compile issues for new versions of xorg-server 2010-06-23 11:03:24 +08:00
Gaetan Nadon
f29e03ef1e COPYING: add file with actual Copyright notices.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-13 13:29:37 -04:00
Adam Jackson
4031f9428d Remove mibank.h reference
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-18 13:18:14 -04:00
xgi0007
2ac9f2a81d XGI:Unify driver for x86/PowerPC/ARM, Add EXA, I2c EDID, Custom Modes, Bugs fixed, ... 2010-05-06 13:29:15 +08:00
xgi0007
19c426c15f XGI:suport ARM, add EXA, I2c EDID, Custom Modes, Bugs fixed, ... 2010-05-06 13:22:39 +08:00
Gaetan Nadon
6357c787a3 man: complete the makefile to build the man pages
Using the common sed method to build the man pages.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-25 16:02:28 -04:00
Alan Coopersmith
9b7d5630a5 Update Sun license notices to current X.Org standard form
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15 15:05:54 -08:00
Gaetan Nadon
f3cc0e3e78 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
ca80c41bce 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:06 -05:00
Gaetan Nadon
cbcfbab5b1 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
a7e1c8df93 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:10 -04:00
Gaetan Nadon
d9adca4882 Deploy the new XORG_DEFAULT_OPTIONS #24242
Pre-req for generating INSTALL file
2009-10-27 08:47:05 -04:00
Gaetan Nadon
cbabb766a3 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
2009-10-26 22:08:41 -04:00
Gaetan Nadon
39703da488 .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-21 21:45:46 -04:00
Rémi Cardona
f3ef66fcaa fix detection of libpciaccess support in the server
Signed-off-by: Rémi Cardona <remi@gentoo.org>
2009-09-20 00:21:41 +02:00
Dave Airlie
a33ffd84e8 bump to 1.5.1 xf86-video-xgi-1.5.1 2009-09-07 15:03:21 +10:00
Peter Hutterer
a737574ac9 Remove xgi-xg20-21-27.patch (#23752)
Patch was basis for f9f7b2a745 but should be
in the repo itself.

X.Org Bug 23752 <http://bugs.freedesktop.org/show_bug.cgi?id=23752>

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-07 09:00:39 +10:00
Gaetan Nadon
b085ad2f3e video-xgi: fix incorrect function call to open() #23010
call to ‘__open_missing_mode’
declared with attribute error: open with O_CREAT in second argument needs 3
arguments

fd = open("/dev/fb", 'r') Second parm is incorrect,
changed to O_RDONLY as other distros did.

Tested for correct compilation on AMD64

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-26 08:58:06 +10:00
Dave Airlie
fff5d8cf8e xgi: change to using ABI version check 2009-07-28 15:22:42 +10:00
Dave Airlie
2de661a49f xgi: fix resources/rac rework 2009-07-28 13:47:49 +10:00
Dave Airlie
48b614fd26 xgi: update for resources/RAC API removal 2009-07-28 13:32:41 +10:00
Peter Hutterer
6e3d664fd3 xf86-video-xgi: Uninclude xf1bpp.h and xf4bpp.h.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-21 13:49:47 +10:00
Peter Hutterer
4ecc827754 xf86-video-xgi: Rename xf86Version includes and defines to xorgVersion.
s/xf86Version.h/xorgVersion.h/
s/XF86_VERSION/XORG_VERSION_/

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-21 13:49:34 +10:00
Gaetan Nadon
c7ef9a7191 Use XORG_CHANGELOG macro to create ChangeLog. #22611
Adding the macro in configure.ac and use it in Makefile.am
    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
    Global maintenance on all modules

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-16 14:35:19 +10:00
Peter Hutterer
a365343b07 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 12:00:04 +10:00
Alan Coopersmith
0009607e1d Add README with pointers to mailing list, bugzilla & git repos 2009-01-30 21:07:52 -08:00
Ian Romanick
55cc78e4eb Fix build for libpciaccess X servers 2008-05-30 11:30:11 -07:00
root
f9f7b2a745 XGI:Add support for XG21/27 2008-04-28 10:46:29 +08:00
James Cloos
0b28672591 Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-xgi 2007-09-03 06:09:25 -04:00
James Cloos
d832b8a0af Add *~ to .gitignore to skip patch/emacs droppings 2007-09-03 05:52:52 -04:00
Ian Romanick
f9980c8526 Eliminiate remaining bits xgi_ver.h cruft. xf86-video-xgi-1.5.0 2007-08-27 16:13:48 -07:00
Ian Romanick
9d9c5718d4 Bump version to 1.5.0. xgi-1.5.0 2007-08-27 16:02:24 -07:00
Ian Romanick
8966e20662 Port to libpciaccess and related interfaces. 2007-08-27 15:40:06 -07:00
Ian Romanick
eb6d0b2ea0 Use SiS DRM.
Support was added for SiS based XGI chips in SiS DRM version 1.3.0.
Use this as the DRM for XG40 chips.
2007-06-26 09:53:20 -07:00
Ian Romanick
07c232e368 Change default configuration for maxxfbmem
Previously maxxfbmem had to be configured by the user via xorg.conf in
order for DRI to work.  maxxfbmem is now set to the required size for
the virtual display.  This allows DRI to work without additional user
intervention.

In addition, code was added to detect the case there no additional
framebuffer memory is available.  In this case, DRI is disabled.  This
prevents mysterious lock-ups when trying to use DRI without video
memory for back buffers, etc.
2007-06-26 09:24:09 -07:00
Ian Romanick
b03d7713bb Refactor code that selects max wait iterations to its own function
Move code that selects the maximum wait iterations out of Volari_Wait
into Volari_SetDefaultIdleWait.  This function is called from
XGIModeInit.  The win here is that we can eliminate the Current*
global variables.
2007-06-25 16:12:05 -07:00
Ian Romanick
34069dec0a Fix typo in comment. 2007-06-25 15:54:24 -07:00