Commit Graph

122 Commits

Author SHA1 Message Date
Dave Airlie
736cb01bfa xf86-video-apm: bump to version 1.2.5
Signed-off-by: Dave Airlie <airlied@redhat.com>
xf86-video-apm-1.2.5
2012-07-17 16:05:09 +10:00
Dave Airlie
09c6ce0bea apm: fix make dist.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17 15:22:37 +10:00
Dave Airlie
a57b784ddf apm: convert to new screen conversion apis.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17 14:52:05 +10:00
Dave Airlie
d9a3071242 apm: handle xaa removal
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-13 15:09:29 +10:00
Dave Airlie
01bdd7d3d1 apm: initial compat api
Port to new server compat API.

Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-13 15:09:01 +10:00
Julien Cristau
d63d7c600c xf86-video-apm 1.2.4
Signed-off-by: Julien Cristau <jcristau@debian.org>
xf86-video-apm-1.2.4
2012-05-12 12:46:11 +02:00
Luc Verhaegen
384531dbd4 xv: disable reputimage hook on newer api
This change makes Xv support slightly less nice, but should, in itself,
not deteriorate things too much, as most drivers function acceptably
without reputimage.

Signed-off-by: Luc Verhaegen <luc.verhaegen@basyskom.de>
Signed-off-by: Julien Cristau <jcristau@debian.org>
2012-05-12 12:42:22 +02:00
Julien Cristau
e92c8ed0b0 Disable PC98 code on newer servers
It was removed in xserver commit
6ad7bb69eebd5e5b4068bd9aa0b9a7168f075006, and keeping API compatibility
would have been too hard.  Or something.
2012-05-01 15:40:03 +02:00
Julien Cristau
37630bd20e Stop including xf86PciInfo.h
Deprecated in xserver commit 1f5baa924a5907978f564372265d9830ac72a077
2012-05-01 15:40:03 +02:00
Julien Cristau
784c3a1fa5 Replace x{{,re,c}alloc,free} with malloc/realloc/calloc/free 2012-05-01 15:40:03 +02:00
Adam Jackson
21f5f7acf9 Fix for new vgaHW ABI
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19 17:44:20 -05:00
Adam Jackson
f66da557eb Fall back to shadowfb if XAA fails to load
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19 16:09:34 -05:00
Adam Jackson
ca19356b3b Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-apm 2011-12-19 16:06:05 -05:00
Adam Jackson
967f6f2067 Check ABI major not encoded ABI
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-11-17 15:50:02 -05:00
Adam Jackson
6b195cc027 Adapt to vgahw changes in videoabi 12
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-11-16 13:02:34 -05:00
Adam Jackson
9ce6499f01 s/IOADDRESS/unsigned long/
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-11-16 12:59:00 -05:00
Alan Coopersmith
6f8a776f79 Add XFree86 Copyright/License to COPYING for all code that came from XF86 4.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-07-28 07:42:30 -07:00
Alan Coopersmith
876d8aea6c xf86-video-apm 1.2.3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
xf86-video-apm-1.2.3
2010-07-23 15:13:02 -07:00
Alan Coopersmith
cf36c50f79 Remove xorgconfig reference from the README
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-07-23 15:12:26 -07:00
Gaetan Nadon
c78c6c81cb config: add comments for main statements 2010-07-21 20:12:42 -04:00
Gaetan Nadon
bf03417c2c config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 16:07:00 -04:00
Gaetan Nadon
8843f296b9 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:05:22 -04:00
Gaetan Nadon
95598411c4 config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 09:27:42 -04:00
Gaetan Nadon
a98fd5c475 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
3971681ab2 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:30 -04:00
Gaetan Nadon
cce7f168f5 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:18 -04:00
Gaetan Nadon
9d10ac3f48 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
Gaetan Nadon
0a7bb1b365 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-13 16:31:08 -04:00
Gaetan Nadon
f27eacc529 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-13 15:50:42 -04:00
Gaetan Nadon
44244998c7 COPYING: replace stub file with Copyright notice
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-12 10:29:54 -04:00
Adam Jackson
413eee0328 Remove non-linear framebuffer mapping
It hasn't worked since the pciaccess conversion anyway.

Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-06-04 17:29:49 -04:00
Adam Jackson
aa26b72a5f Remove mibank.h reference
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-18 12:59:36 -04:00
Gaetan Nadon
55ea2bfc37 pciaccess: remove test for the XSERVER_PCIACCESS #define
This symbol is always defined in xorg-xserver.h.
ISA bus is no longer supported, pciaccess is required.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-07 10:42:39 -04:00
Gaetan Nadon
6bf81aad67 config: remove MFB usage as it is no longer in xserver
As of commit f31bd087e8a7f65cd588bd1d022bb18e72b2a60c
dated August 2007, xfree86 xf1bpp and xf4bpp have been removed
in the xserver.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-07 10:42:39 -04:00
Gaetan Nadon
7347b7d219 config: remove ISA bus code, support removed in xserver
Remove declaration check and AM conditional HAVE_ISA along
with the code conditionnaly included.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-07 10:42:39 -04:00
Gaetan Nadon
04fd172cc6 config: remove support for obsolete xf86rush extension
The Alliance ProMotion video card driver has an option to
build with the xf86rush extension which is no longer available
since X11R7.3.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-07 10:42:39 -04:00
Gaetan Nadon
05d0d0fcee config: move compiler flags from configure.ac to Makefile.am
CFLAGS is an automake defined variable that should not be set
by the module. It should not be AC_SUBST either, it already is.

Use AM_CFLAGS in Makefile.am. This will allow the user to override
the flags as they will be in the right order.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08 20:08:52 -05:00
Gaetan Nadon
ec2d3b6055 config: remove unrequired '-I$(top_srcdir)/src'
The current dir is already included by default in the makefile
top_builddir = ..
DEFAULT_INCLUDES = -I. -I$(top_builddir)

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08 19:07:22 -05:00
Gaetan Nadon
61bb9c15e6 config: remove unused INCLUDES='-I$(top_srcdir)/src'
This statement is redundant and not used in the makefile

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08 18:42:52 -05:00
Gaetan Nadon
0777bb6118 config: removed unused variables XORG_INCS and XF86RUSH_INCS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08 17:35:14 -05:00
Alan Coopersmith
9b2537d156 Update Sun license notices to current X.Org standard form
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15 15:52:34 -08:00
Gaetan Nadon
ca4a76ab4a configure.ac: sdkdir usage duplicates the sdk include dir
The sdkdir variable provides a duplicate copy of the include/xorg
directory. The statement is removed as this was it's only used.
In the Makefile, there is now only one instance of the -I sdkdir
The sdkdir is provided in XORG_CFLAGS

Acked-by: Dan Nicholson <dbn.lists at gmail.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-29 19:21:26 -05:00
Michael Olbrich
8337651f91 configure.ac: remove wrong include path. #24674
Don't use $(prefix)/include as include path. It can break things
when cross-compiling with DESTDIR and prefix=/usr

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-15 09:18:45 -05:00
Gaetan Nadon
71eecf7aa4 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
e4ce7d5542 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
c6b4a7bfe6 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
5781381407 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:20 -04:00
Gaetan Nadon
e84843a54a .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 12:34:16 -04:00
Gaetan Nadon
34a88fb7da xf86-video-apm: Remove unused .cvsignore file #23776
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-08 10:43:42 +10:00
Dave Airlie
ec3e90e90b apm: bump for 1.2.2 release xf86-video-apm-1.2.2 2009-07-30 11:20:31 +10:00