index
:
xorg/driver/xf86-video-apm
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
X.org xf86-video-apm driver. (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-apm)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-28
drop compat with ancient xserver versions
HEAD
master
Enrico Weigelt, metux IT consult
5
-131
/
+25
2024-05-19
drop obsolete XV_NEW_REPUT
Enrico Weigelt, metux IT consult
2
-22
/
+0
2024-05-19
Remove XAA support
Alan Coopersmith
6
-716
/
+0
2024-05-12
Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Alan Coopersmith
2
-44
/
+18
2024-05-08
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
1
-2
/
+2
2024-05-08
use XNFalloc() instead of xnfalloc
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-01-05
Add X.Org's standard C warning flags to AM_CFLAGS
Alan Coopersmith
1
-2
/
+2
2024-01-05
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-2
/
+1
2023-10-01
gitlab CI: ensure libtool is installed in build container
Alan Coopersmith
1
-3
/
+3
2023-05-07
Make order of arguments in function prototypes match definitions
Alan Coopersmith
1
-2
/
+2
2023-02-09
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-02-19
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2022-01-17
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-01-17
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2019-02-06
Version bumped to 1.3.0
xf86-video-apm-1.3.0
Kevin Brace
1
-1
/
+1
2019-01-27
Use libpciaccess for newer X Servers when unmapping video RAM
Kevin Brace
1
-0
/
+12
2019-01-27
Eliminate unused variable compilation warnings
Kevin Brace
2
-2
/
+1
2019-01-27
Use const char for xf86GetOptValString return type
Kevin Brace
1
-1
/
+2
2019-01-27
Remove miInitializeBackingStore
Kevin Brace
1
-1
/
+0
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2013-01-09
Remove #include "mibstore.h"
Adam Jackson
1
-3
/
+0
2012-07-17
xf86-video-apm: bump to version 1.2.5
xf86-video-apm-1.2.5
Dave Airlie
1
-1
/
+1
2012-07-17
apm: fix make dist.
Dave Airlie
1
-0
/
+1
2012-07-17
apm: convert to new screen conversion apis.
Dave Airlie
6
-14
/
+14
2012-07-13
apm: handle xaa removal
Dave Airlie
5
-2
/
+48
2012-07-13
apm: initial compat api
Dave Airlie
4
-36
/
+136
2012-05-12
xf86-video-apm 1.2.4
xf86-video-apm-1.2.4
Julien Cristau
1
-1
/
+1
2012-05-12
xv: disable reputimage hook on newer api
Luc Verhaegen
2
-0
/
+22
2012-05-01
Disable PC98 code on newer servers
Julien Cristau
1
-1
/
+10
2012-05-01
Stop including xf86PciInfo.h
Julien Cristau
3
-7
/
+5
2012-05-01
Replace x{{,re,c}alloc,free} with malloc/realloc/calloc/free
Julien Cristau
4
-21
/
+16
2011-12-19
Fix for new vgaHW ABI
Adam Jackson
1
-0
/
+1
2011-12-19
Fall back to shadowfb if XAA fails to load
Adam Jackson
1
-2
/
+3
2011-12-19
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...
Adam Jackson
8
-292
/
+220
2011-11-17
Check ABI major not encoded ABI
Adam Jackson
1
-1
/
+1
2011-11-16
Adapt to vgahw changes in videoabi 12
Adam Jackson
1
-2
/
+8
2011-11-16
s/IOADDRESS/unsigned long/
Adam Jackson
1
-1
/
+1
2010-07-28
Add XFree86 Copyright/License to COPYING for all code that came from XF86 4.4
Alan Coopersmith
1
-0
/
+24
2010-07-23
xf86-video-apm 1.2.3
xf86-video-apm-1.2.3
Alan Coopersmith
1
-1
/
+1
2010-07-23
Remove xorgconfig reference from the README
Alan Coopersmith
1
-2
/
+0
2010-07-21
config: add comments for main statements
Gaetan Nadon
1
-5
/
+6
2010-07-21
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Gaetan Nadon
1
-4
/
+5
2010-07-21
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Gaetan Nadon
1
-1
/
+1
2010-07-21
config: complete AC_INIT m4 quoting
Gaetan Nadon
1
-2
/
+2
2010-07-20
config: remove unrequired AC_HEADER_STDC
Gaetan Nadon
1
-2
/
+0
2010-07-20
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
Gaetan Nadon
1
-1
/
+0
2010-07-20
config: update AC_PREREQ statement to 2.60
Gaetan Nadon
1
-1
/
+1
2010-07-20
config: upgrade to util-macros 1.8 for additional man page support
Gaetan Nadon
2
-21
/
+7
2010-06-13
README: keep the text version of README, discard the sgml version
Gaetan Nadon
3
-128
/
+0
2010-06-13
README: fix linuxdoc content
Gaetan Nadon
2
-119
/
+153
[next]