summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-22Fix spelling/wording issuesHEADmasterAlan Coopersmith6-9/+9
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-22Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-18Update README for gitlab migrationAlan Coopersmith3-21/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-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>
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-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>
2017-01-26autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-24Replace xf86GetOS call with #ifdefJulien Cristau1-7/+2
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Julien Cristau <jcristau@debian.org>
2017-01-17xf86-video-glint 1.2.9xf86-video-glint-1.2.9Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
Signed-off-by: Adam Jackson <ajax@redhat.com>
2016-03-14Fix I2C for DDC2.Michael Lorenz1-1/+2
When doing DDC2 on Permedia make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits actually do something. Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2014-08-11Pass the pci device through to fbdevHWInitAdam Jackson1-2/+6
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-09-25Remove mibstore.hAdam Jackson1-3/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-07-17xf86-video-glint: bump to version 1.2.8xf86-video-glint-1.2.8Dave Airlie1-1/+1
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-16glint: build against server with no XAA support.Dave Airlie10-8/+83
This removes the XAA bits so it builds against latest server. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-06-06glint: port to new compat APIDave Airlie16-71/+163
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-02-15xf86-video-glint 1.2.7xf86-video-glint-1.2.7Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-01-25Remove uses of xf86PciInfo.hMatt Turner21-153/+139
Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-12-19Fall back to shadowfb if XAA is unavailableAdam Jackson1-2/+3
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-10-29Disable PC98 code on newer servers.Jeremy Huddleston1-1/+7
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-09-06xf86-video-glint 1.2.6xf86-video-glint-1.2.6Matt Turner1-1/+1
2011-08-13Fix uploading YV12 data to texture buffer on BE machinesMark Kettenis1-11/+41
On BE machines various hardware byteswapping options are used for the framebuffer aperture. Which option gets used depends on the depth of the framebuffer. Uploading YV12 data to the texture buffer is done through the same aperture, but is always done in 32-bit wide units. Therefore the code that does the uploading needs to take into account the byteswapping done by the hardware. For 32bpp modes we can use the same code as on LE machines, but 16bpp and 8bpp modes need their own versions. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-08-13Make pm2's xv driver collect options like all other drivers.Jesse Adkins2-75/+82
The current method of argument collection is to collect options from different ports of a VideoAdaptor record. Specifically, the ports had to be named 'Input' for input options, and 'Output' for output options. This resulted in three groups of options, requiring people to know what VideoAdaptor does, both of which were not documented in the man page. If you forgot to create a VideoAdaptor port, then the xv driver would just not work. This patch makes the xv driver collect options from the screen, like every single other driver. Input and Output prefixes are used for options where the input and output ports have the same args (FramesPerSec, for example). Documentation added for the change. This is a step toward getting rid of VideoAdaptor, since only glint uses it (and is probably the only one to have used it). v2: Complain about Xv driver failing to load only if the user wanted Xv. Don't use pGlint->Options, since glint is still initializing. Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-12-04unifdef XFree86LOADERMatt Turner2-5/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-12-04Add &component=Driver/glint to Bugzilla linkMatt Turner2-2/+2
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-12-04Don't check for fontsproto.Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-12-04Add back mistakenly removed check for videoprotoMatt Turner1-0/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-10-06Purge cvs tags.Jesse Adkins23-29/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-09-23Include xf86dgaproto.h, not xf86dgastr.hMatt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-09-23Delete CFBMatt Turner2-35/+1
ajax killed cfb in April 2008 (0dab6fa3582b70ccd0f01459902415c28dbc81ff). Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-09-23Delete DRI/DRMMatt Turner13-3003/+3
The DRM kernel component has been gone since at least 2.6.13, and Mesa dropped the gamma driver in February 2010 (79aeafd3ca3680c28f6d47a21a501334844f4475). Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-09-23Don't check for unneeded proto headers.Matt Turner1-3/+0
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-09-15Fix timing errors, as per documentationMatt Turner2-6/+4
pm2_dac.c: - VsEnd and VsStart should have 1 subtracted, say the docs. This also matches with the PM3 and PM4 docs, and is what the pm2fb Linux kernel driver does. - Move VsTotal subtract-1 to instantiation, since it doesn't need to be shifted before the subtraction, unlike horizontal timings (HTotal, for instance). - Remove subtract-1 from HsStart, as the docs don't say this is correct. This also matches with the PM3 and PM4 docs, and is what the pm2fb Linux kernel driver does. pm3_dac.c: - Subtract 1 from HTotal after the Shiftbpp, as the docs say. This error has existed since xf86-video-glint was imported into git and has been propagated to the pm3fb Linux kernel driver. Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-09-11xf86-video-glint 1.2.5xf86-video-glint-1.2.5Matt Turner1-1/+1
2010-07-21config: add comments for main statementsGaetan Nadon1-5/+6
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-2/+2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([DRI_CFLAGS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon1-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>
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-21/+7
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
2010-06-12COPYING: replace stub file with actual Copyright notices.Gaetan Nadon1-8/+101
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-09Remove another superfluous if(p) check around free(p)Matt Turner1-3/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-06-09Move mem_barrier() outside of loopMatt Turner1-1/+2
This makes more sense, and is also how the pm3fb driver in the kernel does it. Signed-off-by: Matt Turner <mattst88@gmail.com>