index
:
xorg/driver/xf86-video-ark
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-ark driver. (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-ark)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-10
clean remains of removed XAA support
HEAD
master
Enrico Weigelt, metux IT consult
1
-3
/
+0
2024-06-10
drop compat for ancient xserver versions
Enrico Weigelt, metux IT consult
4
-126
/
+18
2024-05-12
Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Alan Coopersmith
5
-276
/
+5
2024-05-08
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
1
-2
/
+2
2024-01-17
Fix warning: declaration of ‘tmp’ shadows a previous local [-Wshadow]
Alan Coopersmith
1
-3
/
+3
2024-01-17
Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
Alan Coopersmith
1
-0
/
+5
2024-01-17
Add X.Org's standard C warning flags to AM_CFLAGS
Alan Coopersmith
1
-1
/
+1
2024-01-17
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-02-21
xf86-video-ark 0.7.6
xf86-video-ark-0.7.6
Alan Coopersmith
2
-3
/
+5
2023-02-09
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-01-17
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-01-17
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2022-01-17
Update README for gitlab migration
Alan Coopersmith
3
-20
/
+18
2022-01-17
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2022-01-17
Fix spelling/wording issues
Alan Coopersmith
2
-7
/
+7
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2013-09-27
Remove usage of mibstore.h (removed from server)
Gaetan Nadon
1
-2
/
+0
2012-07-17
xf86-video-ark: bump to version 0.7.5
xf86-video-ark-0.7.5
Dave Airlie
1
-1
/
+1
2012-07-17
convert to new X screen conversion api
Dave Airlie
1
-1
/
+1
2012-07-17
ark: update for compat X server ABI.
Dave Airlie
4
-31
/
+131
2012-07-17
ark: make build against XAA-less server.
Dave Airlie
4
-5
/
+27
2012-02-16
Don't check for unneeded proto headers.
Matt Turner
1
-2
/
+0
2012-01-26
xf86-video-ark 0.7.4
xf86-video-ark-0.7.4
Matt Turner
1
-1
/
+1
2012-01-26
Change types of FBBase/MMIOBase to pointer, remove casts
Matt Turner
2
-5
/
+5
2012-01-26
Use pci_device_map_legacy rather than xf86MapDomainMemory
Matt Turner
2
-3
/
+4
2012-01-26
Fix typo in 5ab0bf04
Matt Turner
1
-1
/
+1
2012-01-26
Use unsigned long rather than deprecated IOADDRESS
Matt Turner
2
-13
/
+13
2012-01-26
Remove uses of xf86PciInfo.h
Matt Turner
3
-3
/
+6
2012-01-26
Add &component=Driver/ark to Bugzilla link
Matt Turner
1
-1
/
+1
2012-01-25
Remove if(E != NULL) checks around free(E)
Matt Turner
1
-3
/
+0
2012-01-25
Remove xalloc/xcalloc/xrealloc/xfree
Matt Turner
1
-5
/
+5
2011-12-19
Fix for new vgaHW ABI
Adam Jackson
1
-0
/
+1
2011-12-19
Make failure to XAA non-fatal
Adam Jackson
1
-2
/
+3
2011-11-17
Adapt to videoabi 12
Adam Jackson
2
-14
/
+26
2011-02-28
Don't assume that FB address registers are initialized properly
Ondrej Zary
2
-12
/
+19
2010-07-23
xf86-video-ark 0.7.3
xf86-video-ark-0.7.3
Alan Coopersmith
1
-1
/
+1
2010-07-21
config: add comments for main statements
Gaetan Nadon
1
-7
/
+6
2010-07-21
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Gaetan Nadon
1
-3
/
+4
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
1
-3
/
+3
2010-06-12
COPYING: replace stub file with Copyright notice
Gaetan Nadon
1
-8
/
+18
2010-02-08
config: move compiler flags from configure.ac to Makefile.am
Gaetan Nadon
2
-5
/
+3
2010-02-08
config: remove unrequired '-I$(top_srcdir)/src'
Gaetan Nadon
1
-1
/
+1
2010-02-08
config: remove unused INCLUDES='-I$(top_srcdir)/src'
Gaetan Nadon
1
-2
/
+0
2010-02-08
config: remove unused variable XORG_INCS
Gaetan Nadon
1
-1
/
+1
[next]