summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gitlab CI: add a basic build testHEADmasterAlan Coopersmith2022-01-221-0/+98
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix spelling/wording issuesAlan Coopersmith2022-01-221-1/+1
| | | | | | | Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Build xz tarballs instead of bzip2Alan Coopersmith2022-01-221-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix build error when building with xserver built using mesonTuomo Rinne2019-01-141-1/+1
|
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-11-251-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Update README for gitlab migrationAlan Coopersmith2018-11-183-20/+20
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* fbdev 0.5.0xf86-video-fbdev-0.5.0Adam Jackson2018-05-301-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Update for 1.20 ABIAdam Jackson2018-05-301-0/+2
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Use #ifdef instead of #if to avoid build errorAlan Coopersmith2018-03-051-1/+1
| | | | | | | | | fbdev.c:491:21: error: #if with no expression #if HAVE_SHADOW_3224 ^ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
* Use shadowUpdate32to24 at 24bppAdam Jackson2017-02-162-6/+43
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Remove dead pix24bpp variableAdam Jackson2017-02-161-10/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
| | | | Signed-off-by: Mihail Konev <k.mvc@ya.ru>
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
| | | | | | | | | Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
| | | | | | | Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith2017-01-261-2/+3
| | | | | | See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2017-01-262-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix shadow fb allocation size (v2)Adam Jackson2017-01-051-2/+2
| | | | | | | | | ->bitsPerPixel is rather obviously eight times too large. v2: Use ->displayWidth - the pitch - not ->virtualX (Keith Packard) Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
* Initialize pci_devPascal Terjan2016-01-271-1/+1
| | | | | | | | | | | Else it is read before initialization if XSERVER_LIBPCIACCESS is not defined or location.type is not BUS_PCI. Noticed when I got a segfault where it was 0x1 while doing some tests on arm. Signed-off-by: Pascal Terjan <pterjan@google.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
* Pass the pci device (if any) through to fbdevhw in probe and preinitAdam Jackson2014-08-111-2/+8
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Use own thunk functions instead of fbdevHW*WeakAdam Jackson2014-05-211-15/+71
| | | | | | I plan to remove the Weak functions from a future server. Signed-off-by: Adam Jackson <ajax@redhat.com>
* Default to 32bpp if the console is 8bpp (and we weren't told otherwise)Adam Jackson2014-03-211-0/+26
| | | | | | | | | You can still override this on the command line or in the config file. Without this we'll come up at 8bpp on matroxfb (and probably others), which among other things breaks the default desktop since gnome-shell wants GLX and GLX doesn't support pseudocolor anymore. Signed-off-by: Adam Jackson <ajax@redhat.com>
* Bump to 0.4.4xf86-video-fbdev-0.4.4Julien Cristau2013-09-231-1/+1
|
* 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.