summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-12COPYING: replace stub file with Copyright noticeGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-04Remove non-linear framebuffer mappingAdam Jackson
It hasn't worked since the pciaccess conversion anyway. Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-18Remove mibank.h referenceAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-04-07pciaccess: remove test for the XSERVER_PCIACCESS #defineGaetan Nadon
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-07config: remove MFB usage as it is no longer in xserverGaetan Nadon
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-07config: remove ISA bus code, support removed in xserverGaetan Nadon
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-07config: remove support for obsolete xf86rush extensionGaetan Nadon
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-02-08config: move compiler flags from configure.ac to Makefile.amGaetan Nadon
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-08config: remove unrequired '-I$(top_srcdir)/src'Gaetan Nadon
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-08config: remove unused INCLUDES='-I$(top_srcdir)/src'Gaetan Nadon
This statement is redundant and not used in the makefile Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08config: removed unused variables XORG_INCS and XF86RUSH_INCSGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-29configure.ac: sdkdir usage duplicates the sdk include dirGaetan Nadon
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-15configure.ac: remove wrong include path. #24674Michael Olbrich
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-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
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-26Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
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-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon
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-09-08xf86-video-apm: Remove unused .cvsignore file #23776Gaetan Nadon
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-30apm: bump for 1.2.2 releasexf86-video-apm-1.2.2Dave Airlie
2009-07-30apm: fix up ABI properlyDave Airlie
2009-07-28apm: update for resources/RAC API removalDave Airlie
2009-07-16Update to xextproto 7.1 support.Peter Hutterer
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-05-28Remove useless loader symbol lists.Adam Jackson
2009-01-25Typo fixJulien Cristau
This was introduced in "xf1/4 bpp conversion" (commit 5e0510dd0144c8ee85b2bd8bde58ae212f0d8453)
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith
2008-12-22apm 1.2.1xf86-video-apm-1.2.1Dave Airlie
2008-12-19Stop using XVCALL macroAdam Jackson
2008-11-23Make ISA optionalAdam Jackson
2008-08-15Actually use the DDC results we get.Adam Jackson
2008-08-15Uninclude xf86Version.hAdam Jackson
2008-07-28Protect xf86rush dependent code around #ifdef XF86RUSHPaulo Cesar Pereira de Andrade
Also correct an incorrect #ifndef -> #ifdef, so that the driver now doesn't have any calls to non existent symbols. Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2008-03-19apm 1.2.0xf86-video-apm-1.2.0Adam Jackson
2008-03-19Death to RCS tags.Adam Jackson
2008-03-11further build fixesDave Airlie
2008-03-11xf1/4 bpp conversionDave Airlie
2008-03-11pcirename conversionDave Airlie
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb
2007-08-07Define APM_*_VERSION using PACKAGE_VERSION_*Brice Goglin
2007-03-01Remove useless mfb.h include.Adam Jackson
2007-03-01renamed: .cvsignore -> .gitignoreAlan Coopersmith
2007-03-01Replace references to XFree86/XF86Config in man pageAlan Coopersmith
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh
2006-04-08Bump to 1.1.1 for Xv changes.xf86-video-impact-0_2_0apm-1_1_1XORG-7_1Adam Jackson
2006-04-07Add a DrawablePtr argument to the XV functions to pave the way forAaron Plattner
redirected video.
2006-04-07Fix a missed VERSION -> APM_VERSION.apm-1_1_0Adam Jackson
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.Adam Jackson
2005-12-26Bug #5356: Don't redefine VERSION. (Tilman Sauerbeck)Adam Jackson
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin