index
:
xorg/driver/xf86-video-savage
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
pci-rework
sco_port_update
X.org xf86-video-savage driver. (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-savage)
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-14
Move sizeof to second argument in calloc calls
HEAD
master
Alan Coopersmith
3
-7
/
+7
2024-05-29
drop dead code
Enrico Weigelt, metux IT consult
10
-926
/
+114
2024-05-29
drop obsolete compat macros
Enrico Weigelt, metux IT consult
6
-69
/
+35
2024-05-22
drop support for ancient xserver versions
Enrico Weigelt, metux IT consult
2
-57
/
+0
2024-05-22
no need to check for xf86XVFillKeyHelperDrawable()
Enrico Weigelt, metux IT consult
2
-8
/
+0
2024-05-18
Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Alan Coopersmith
10
-1176
/
+25
2024-05-08
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
1
-3
/
+3
2024-05-08
use XNFalloc() instead of xnfalloc
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-03-24
xf86-video-savage 2.4.1
xf86-video-savage-2.4.1
Alan Coopersmith
1
-1
/
+1
2024-01-17
Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
Alan Coopersmith
1
-0
/
+5
2024-01-10
Fix 5 -Wshadow warnings
Alan Coopersmith
1
-7
/
+6
2024-01-10
Use C99 named initializers for XF86ModReqInfo in SavagePreInit()
Alan Coopersmith
1
-4
/
+4
2024-01-10
Fix -Wdeclaration-after-statement warning in SavagePreInit()
Alan Coopersmith
1
-4
/
+4
2024-01-10
Fix warning: no previous prototype for ‘SavageGetCopyROP’
Alan Coopersmith
3
-6
/
+1
2024-01-10
Revert "exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr"
Alan Coopersmith
1
-1
/
+1
2024-01-10
Add X.Org's standard C warning flags to AM_CFLAGS
Alan Coopersmith
1
-1
/
+1
2024-01-10
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-2
/
+1
2023-12-07
Don't build unused code for HorizScaleFactor != 1
Alan Coopersmith
1
-0
/
+4
2023-12-07
Don't call xf86DisableRandR in ABI_VIDEODRV_VERSION 24 & later
Alan Coopersmith
1
-0
/
+12
2023-10-06
gitlab CI: ensure libtool is installed in build container
Alan Coopersmith
1
-3
/
+3
2023-04-09
xf86-video-savage 2.4.0
xf86-video-savage-2.4.0
Alan Coopersmith
1
-2
/
+2
2022-12-08
Fix -Wformat warnings about integer size of arguments
Alan Coopersmith
2
-4
/
+4
2022-12-08
constify some char * declarations
Alan Coopersmith
1
-4
/
+6
2022-12-08
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-01-27
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-01-27
Fix spelling/wording issues
Alan Coopersmith
11
-27
/
+27
2022-01-27
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2019-05-04
configure.ac: fix cross-compilation
Fabrice Fontaine
1
-6
/
+12
2019-02-01
Changing result parameter type for ScreenWakeupHandlerProcPtr
Kevin Brace
1
-1
/
+1
2018-12-13
Eliminate unused variable compilation warnings
Kevin Brace
3
-18
/
+7
2018-12-13
Eliminate set but not used variable compilation warnings
Kevin Brace
2
-7
/
+16
2018-12-07
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-18
Update README for gitlab migration
Alan Coopersmith
3
-20
/
+20
2018-06-26
Add check for max[HV]Value to ValidMode hook
Stefan Dirsch
1
-2
/
+8
2017-07-17
xf86-video-savage: remove the GlxSetVisualConfigs stub and friends
Emil Velikov
3
-171
/
+1
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2017-01-26
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-2
/
+3
2017-01-26
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+2
2017-01-17
xf86-video-savage 2.3.9
xf86-video-savage-2.3.9
Matt Turner
1
-1
/
+1
2016-07-19
Adapt Block/WakeupHandler signature for ABI 23
Adam Jackson
1
-0
/
+8
2016-04-27
Disable tiling on SuperSavage by default
Stefan Dirsch
1
-1
/
+5
2015-05-08
Bump to 2.3.8
xf86-video-savage-2.3.8
Julien Cristau
1
-1
/
+1
2015-05-08
Fix compiler warnings with recent X servers
Julien Cristau
1
-1
/
+1
2014-07-29
dri: Stop (uselessly) initializing the ValidateTree hooks
Adam Jackson
1
-3
/
+0
2014-05-21
Use own thunk function instead of vgaHW*Weak
Adam Jackson
1
-1
/
+8
2014-01-07
Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c.
Jeremy White
1
-0
/
+1
2013-09-24
xf86-video-savage: bump to version 2.3.7
xf86-video-savage-2.3.7
Tormod Volden
1
-1
/
+1
2013-09-19
Drop miInitializeBackingStore() call
Alexander Grothe
1
-1
/
+0
[next]