- May 15, 2024
-
-
Alan Coopersmith authored
Already effectively required by use of XNFcallocarray() introduced in xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015. Allows dropping remnants of code for XAA and ISA Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <!9>
-
- May 08, 2024
-
-
Enrico Weigelt, metux IT consult . authored
xnfcalloc is just an alias for XNFcallocarray() that doesn't seem to serve any practical purpose, so it can go away once all drivers stopped using it. Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!7>
-
Enrico Weigelt, metux IT consult . authored
xnfalloc is just an alias for XNFalloc() that doesn't seem to serve any practical purpose, so it can go away once all drivers stopped using it. Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!7>
-
- Jan 17, 2024
-
-
Alan Coopersmith authored
The Xorg headers provide their own versions of strlcat, strlcpy, and timingsafe_memcmp for platforms that don't have them in libc yet, but rely on configure to set HAVE_* defines to determine if they should be defined in the headers. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Jan 08, 2024
-
-
Alan Coopersmith authored
neo_driver.c: In function ‘NEOScreenInit’: neo_driver.c:1638:14: warning: declaration of ‘ret’ shadows a previous local [-Wshadow] 1638 | Bool ret = FALSE; | ^~~ neo_driver.c:1460:9: note: shadowed declaration is here 1460 | int ret; | ^~~ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008, so it's time to rely on it. Clears autoconf warnings: configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:44: You should run autoupdate. aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from... configure.ac:44: the top level Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Oct 05, 2023
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Apr 09, 2023
-
- Dec 09, 2022
-
-
Alan Coopersmith authored
neo_driver.c: In function ‘NEOPreInit’: neo_driver.c:892:9: warning: this statement may fall through [-Wimplicit-fallthrough=] if (nPtr->NeoChipset != NM2070) ^ neo_driver.c:894:2: note: here default: ^~~~~~~ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
neo_driver.c: In function ‘NEOGetRec’: neo_driver.c:464:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (pScrn->driverPrivate == NULL) ^~ neo_driver.c:466:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ return TRUE; ^~~~~~ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Jan 22, 2022
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Feb 14, 2019
-
-
Silences clang warnings. Signed-off-by:
Matthieu Herrb <matthieu@herrb.eu> Reviewed-by:
Walter Harms <wharms@bfs.de>
-
- Dec 25, 2018
-
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
- Dec 22, 2018
-
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
Kevin Brace authored
Signed-off-by:
Kevin Brace <kevinbrace@gmx.com>
-
- Nov 25, 2018
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Jan 26, 2017
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
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>
-
Peter Hutterer authored
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>
-
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- May 08, 2015
-
-
Julien Cristau authored
xf86GetOptValString was changed to return const char *. Signed-off-by:
Julien Cristau <jcristau@debian.org>
- Sep 20, 2014
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- May 21, 2014
-
-
Adam Jackson authored
I plan to remove the Weak functions from a future server Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- Aug 16, 2013
-
-
Matt Turner authored
Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=434468 Signed-off-by:
Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
- Sep 25, 2012
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- Sep 11, 2012
-
-
Matt Turner authored
DGA unneeded since b6633ee7, others probably never needed. Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
Matt Turner authored
Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
Matt Turner authored
Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
Matt Turner authored
The commit that makes XAA optional left a use of NEO_Sync while putting the body inside an #ifdef HAVE_XAA_H block, which caused undefined symbol errors when loading the driver. NEO_Sync doesn't do anything without XAA, so don't bother calling it without XAA. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=434468 Reviewed-by:
Alex Deucher <alexdeucher@gmail.com>
-
- Jul 17, 2012
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- Jul 16, 2012
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- Jun 06, 2012
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- Apr 18, 2012
-
-
Adam Jackson authored
The 'damage' member is an ancient compatibility hack I want to destroy. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-