summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove mibstore.hbaserock/morphAdam Jackson2012-09-251-2/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* fbdev: bump to 0.4.3xf86-video-fbdev-0.4.3Dave Airlie2012-07-021-1/+1
| | | | Signed-off-by: Dave Airlie <airlied@redhat.com>
* fbdev: port to new server API.Dave Airlie2012-06-052-36/+95
| | | | Signed-off-by: Dave Airlie <airlied@redhat.com>
* fbdev: convert to new screen conversion APIs.Dave Airlie2012-06-051-4/+4
| | | | | | Generated using util/modular/x-driver-screen-scrn-conv.sh Signed-off-by: Dave Airlie <airlied@redhat.com>
* fbdev: add compat-api + makefileDave Airlie2012-06-053-0/+44
|
* Add MOD_CLASS_VIDEODRV to FBDevVersRecPaulo Zanoni2010-12-171-1/+1
| | | | | | | | fbdev seems to be the only video driver without MOD_CLASS_VIDEODRV Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com> Reviewed-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Julien Cristau <jcristau@debian.org>
* Perform XV initialization only if the server supports it.Cyril Brulebois2010-11-101-0/+2
| | | | | | | | | Use XV from server's xorg-server.h to determine whether to perform XV initialization. Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Cristau <jcristau@debian.org>
* Avoid unused variables when XSERVER_LIBPCIACCESS is defined.Cyril Brulebois2010-11-101-0/+2
| | | | | | Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Cristau <jcristau@debian.org>
* man: Stop mentioning server's -scanpci option.Cyril Brulebois2010-11-101-3/+1
| | | | | | | | | | It got removed in server's 9727db88d57089be6483104de435626cdbad883a (long time ago). Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Julien Cristau <jcristau@debian.org>
* Convert x{re,c,}alloc and xfree.Cyril Brulebois2010-11-101-9/+9
| | | | | | Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Cristau <jcristau@debian.org>
* Purge cvs tags.Jesse Adkins2010-10-061-1/+0
| | | | | Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: add comments for main statementsGaetan Nadon2010-07-211-5/+6
|
* config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon2010-07-211-4/+5
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon2010-07-211-1/+1
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2010-07-211-1/+1
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: complete AC_INIT m4 quotingGaetan Nadon2010-07-211-2/+2
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon2010-07-201-1/+0
| | | | | | This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove unrequired AC_HEADER_STDCGaetan Nadon2010-07-201-2/+0
| | | | | | | | 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>
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon2010-07-201-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>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-07-201-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>
* config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2010-07-202-21/+7
| | | | | Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
* Bump to 0.4.2xf86-video-fbdev-0.4.2Julien Cristau2010-04-031-1/+1
|
* configure: require xorg-macros 1.4 for XORG_INSTALLJulien Cristau2010-02-101-2/+2
| | | | Signed-off-by: Julien Cristau <jcristau@debian.org>
* fbdev: add missing shadowRemove in CloseScreen()Julien Cristau2010-02-081-0/+1
| | | | | | | Fixes crash in CloseScreen(). Signed-off-by: Julien Cristau <jcristau@debian.org> Tested-by: Cyril Brulebois <kibi@debian.org>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-151-22/+19
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon2009-12-301-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>
* Remove afb supportAdam Jackson2009-12-141-44/+2
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-231-0/+1
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-281-1/+0
| | | | | Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-282-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.
* Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon2009-10-263-69/+13
| | | | | | | | | 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
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-10/+65
| | | | | | 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.
* fbdev: bump for release 0.4.1xf86-video-fbdev-0.4.1Dave Airlie2009-07-301-1/+1
|
* fbdev: change to using ABI version checkDave Airlie2009-07-281-1/+1
|
* fbdev: update for resources/RAC API removalDave Airlie2009-07-281-1/+4
|
* Remove useless loader symbol lists.Adam Jackson2009-05-281-74/+0
|
* Allow building against a non-DGA server.Adam Jackson2009-03-041-0/+4
|
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-01-301-0/+20
|
* Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith2009-01-091-1/+1
|
* Make ISA optionalAdam Jackson2008-11-232-5/+16
|
* fbdev 0.4.0xf86-video-fbdev-0.4.0Adam Jackson2008-03-191-1/+1
|
* Fixed leftover PCIACCESS -> XSERVER_LIBPCIACCESS.Matthias Hopf2007-10-121-8/+8
|
* Replace a non-ascii char with the corresponding groff escape in fbdev.manBrice Goglin2007-09-121-1/+1
|
* Add conditional support for pci-rework branch.Ian Romanick2007-01-222-3/+94
| | | | | | To build VESA driver for use with pci-rework Xserver, add --enable-pciacces to the configure command line. Otherwise, the "traditional" VESA driver will be built.
* Only determine pitch after setting initial mode.Michel Dänzer2006-12-311-9/+13
| | | | | We were determining it from the mode which is current at X server startup, which may have a completely different pitch.
* Bump to 0.3.1 for release.xf86-video-fbdev-0.3.1Michel Dänzer2006-12-291-1/+1
|
* Use package version definitions from XORG_RELEASE_VERSION macros.Michel Dänzer2006-12-291-3/+1
|
* Don't prefer 24bpp for depth 24.Michel Dänzer2006-12-291-1/+1
|
* Fix shadow framebuffer, and by extension rotation.Michel Dänzer2006-12-271-32/+60
| | | | Based on Adam Jackson's shadow framebuffer fixes in xf86-video-vesa.
* Add missing argument to xf86DrvMsg().Michel Dänzer2006-12-271-1/+1
|