summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-20config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
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-20config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
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-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-22/+8
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon1-1/+0
The sdkdir variable isn't use, so remove the statement. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-1/+0
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
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 Nadon2-8/+5
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 Nadon1-6/+64
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-13wsfb: do not forget tiny.xf86-video-wsfb-0.3.0Matthieu Herrb1-1/+1
2009-09-13wsfb: fix typo in previous bumpMatthieu Herrb1-1/+1
2009-09-13wsfb: bump for release 0.3Matthieu Herrb1-1/+1
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-09-13Call shadowRemove() in wsfbCloseScreen().Matthieu Herrb1-1/+6
This fixes a free memory dereference on exit. Hint by Daniel Stone. Thanks. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-09-13wsfb: update for resources/RAC API removalMatthieu Herrb1-1/+5
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-09-08xf86-video-wsfb: Remove unused .cvsignore file #23776Gaetan Nadon2-8/+0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-11wsfb: use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon2-6/+7
Build break: Makefile.am: command not found: git-log Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-01add some missing TRACE_EXITs, tweak and clean up comments.Jasper Lievisse Adriaanse1-57/+70
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
2009-05-28Remove useless loader symbol lists.Adam Jackson1-25/+0
2009-01-30Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-0/+20
2009-01-13Don't call xf1bpp or xf4bpp if they're not present (xorg-server-1.6 & later)Alan Coopersmith2-2/+21
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith1-1/+1
2008-09-30Remove old libc wrapper stuff. now works with xserver 1.5.Matthieu Herrb1-7/+2
2008-03-09Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0
2007-02-27Change XFree86 to __xservername__ in man page See Also sectionAlan Coopersmith1-1/+1
2007-01-26If using shadowfb, allocate shadow area before fbScreenInitAlan Coopersmith1-0/+11
(Copied from xf86-video-fbdev)
2007-01-02Makefile.am: make ChangeLog hook saferxf86-video-wsfb-0.2.1Matthieu Herrb2-2/+7
Make ChangeLog hook as safe as possible Bump patchlevel.
2007-01-02Use PACKAGE_VERSION_* macros provided by xorg-macros.Matthieu Herrb1-3/+3
2007-01-02Fix shadow framebuffer, and by extension rotation.Matthieu Herrb1-39/+56
Based on similar fixes in xf86-video-fbdev and xf86-video-vesa.
2006-12-21"framebuffer size is linebytes * height, not linebytes * height *Jeremy C. Reed1-2/+1
depth" Noticed in recent NetBSD CVS commit. Also in OpenBSD's CVS. Okayed by Matthieu. Before my system said: "(II) wsfb(0): Vidmem: 24576k". Now says: "(II) wsfb(0): Vidmem: 1536k"
2006-12-03Pull code from OpenBSD 4.0 version.Matthieu Herrb1-35/+199
- rotation support - only allocate space for colormap save/restore at 8bpp - switch on render extension at 8bpp
2006-12-01Add *~ to .gitignoreAlan Coopersmith1-0/+1
2006-12-01Change XF86_VERSION_CURRENT to XORG_VERSION_CURRENT in WsfbVersRecAlan Coopersmith1-1/+1
2006-10-18Replace stub with real license found in man page and wsfb_driver.c.Jeremy C. Reed1-8/+52
It is based on fbdev.c so include its generic XFree86 license for that too.
2006-10-17Increase version to reflect newer changes and to be ready for release.xf86-video-wsfb-0.2.0Jeremy C. Reed1-1/+1
2006-10-17In man page, also mention it supports NetBSD/i386.Jeremy C. Reed1-4/+4
(Uncomment my previous comment in the man page.)
2006-09-17Add a driverfunc to indicate that this driver doesn't need hw access.Matthieu Herrb1-2/+22
2006-09-17Replace ChangeLog with a rule that generates it on 'make dist'Matthieu Herrb2-36/+9
2006-09-17renamed: .cvsignore -> .gitignoreMatthieu Herrb1-0/+0
2006-06-01Fix for dlopen() -based module loader.Matthieu Herrb2-2/+7
2006-05-27Added autoconf related files. Copied from other driver so keeping sameJeremy C. Reed7-2/+221
copyright. The version is 0.1.0 based on what was in wsfb_driver.c. In wsfb_driver.c, renamed VERSION to WSFB_VERSION so doesn't conflict with VERSION from new makefile. Tested under NetBSD using wsdisplay on vesafb.
2006-05-26Use __xservername__ macro instead of hardcoding. Mention it is for NetBSDJeremy C. Reed2-2/+13
also (I tested under NetBSD/i386). Add a comment (roff comment) about NetBSD. Mention device name for NetBSD.
2006-05-26NetBSD uses /dev/ttyE?. (Already that way inJeremy C. Reed2-0/+10
xserver/xorg/hw/xfree86/os-support/bsd/bsd_init.c.) I tested on NetBSD/i386 using NetBSD's vesafb. Also this is in NetBSD's CVS too where it was tested on Sparc. Also added a ChangeLog file.
2006-05-18Fix ShadowFB support to work with recent miext/shadow changes from bugXORG-7_1Kevin E Martin1-14/+1
#5460.
2005-12-19Stub COPYING filesXORG-7_0Adam Jackson1-0/+12
2005-11-21Add .cvsignores for drivers.XORG-6_99_99_904XORG-6_99_99_903MODULAR_COPYEric Anholt3-0/+27
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_99_99_902XORG-6_99_99_901XORG-6_99_99_900XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+4
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13Adam Jackson1-2/+2
2004-12-04Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1Markus Kuhn1-1/+1
2004-11-27xc/programs/Xserver/hw/xfree86/driver/ati/radeon.manMatthieu Herrb1-2/+2
xc/programs/Xserver/hw/xfree86/driver/voodoo/voodo.man xc/programs/Xserver/hw/xfree86/driver/wsfb/wsfb.man XF86Config -> __xconfigfile__