Commit Graph

580 Commits

Author SHA1 Message Date
macallan
fbfd0b265f - build glint driver on macppc
- reenable it on sparc64
2016-12-03 16:38:15 +00:00
macallan
176218773a build pm3_exa 2016-12-02 22:59:17 +00:00
snj
58e39575ef follow upstream change from 2009: build xf86Init.c with the rest of the
common code.

remove not-reproducible-build-friendly goop that set a build date for
the the x server.  the static date (which we've already been using) in
xf86Build.h does just fine, although all it really does is add one
useless line to the X log.

fix whitespace around OSVENDOR
2016-11-22 10:34:57 +00:00
snj
f121b93c37 remove another outdated and unused XORG_RELEASE define 2016-11-22 06:51:14 +00:00
snj
7ae8358cfa nuke xf86-video-nvxbox, as xbox support went away in 2011. 2016-11-21 17:00:32 +00:00
snj
acf9669eab xorgconfig got nuked upstream in 2008 2016-11-21 09:14:12 +00:00
snj
df0b856aa0 don't bother defining XORG_RELEASE. not only was the value wrong, it's
not used anymore.
2016-11-21 08:43:49 +00:00
snj
d63a665937 no need to define HAVE_PCI_DEVICE_IS_BOOT_VGA with xorg-server 1.18.
libpciaccess, which provides pci_device_is_boot_vga, is always present.
2016-11-21 08:09:54 +00:00
snj
5c7e6c1206 let there be a sane font path! 2016-11-17 07:58:24 +00:00
snj
19ebe7a2cb the last release of xorg-server that cared about RGB_DB was 1.4.2,
back in 2008
2016-11-17 06:58:39 +00:00
snj
f976ca312a 1. only xorg-server.old has xaa.h, so -DHAVE_XAA_H would make sense
there, but it doesn't with 1.18
2. it t matter anyway.  xf86-video-nouveau removed all XAA support
   in 2007, and as such, nothing here is conditional upon HAVE_XAA_H
3. is a magic number
2016-11-17 05:28:43 +00:00
mrg
14a15c5f7b build fixes for sgimips and xorg-server 1.18.
newport and crime need to be ported away from XAA.
2016-10-16 08:20:58 +00:00
mrg
3488189caf begin to get alpha to xorg-server 1.18 - disable the known problematic
drivers.
2016-10-16 06:23:48 +00:00
mrg
9b1f020a53 set XFree86LOADER for all xorg-server driver builds again,
it's still needed for many drivers and would normally be
set in xorg-server.h.
2016-10-08 20:08:57 +00:00
mrg
7c397bf711 don't undefine XFree86LOADER twice. 2016-10-08 20:03:04 +00:00
ryoon
4af7047f76 Fix module load error of vmware_drv.so 2016-10-08 10:21:18 +00:00
mrg
808af16fa6 build pnozz for xorg-server 1.10 and sparc. 2016-10-04 21:37:10 +00:00
macallan
5f9a2b7b6b enable igs driver on shark, build pnozz and ag10e drivers only for old xorg
for now
2016-09-28 18:12:06 +00:00
joerg
e2e07da7d3 Split -mv8plus into the appropiate flags for GCC and clang. 2016-09-27 19:26:06 +00:00
joerg
3d96c42069 Don't bail out on the const lose for the driver name for clang. Also
accepts differences in pointer signs.
2016-09-27 19:24:19 +00:00
joerg
87e9b90cbb Disable pointer sign warnings for clang. 2016-09-27 19:15:09 +00:00
christos
c243d8dd7b need XFree86LOADER 2016-09-27 02:33:16 +00:00
mrg
981b4dd997 build the modesetting driver on x86.
build the modesetting driver for xorg-server 1.18.4.  it has moved
into the xorg-server tree itself, and changed significantly.
2016-09-26 22:37:31 +00:00
mrg
41da45e36d always build the XAA files as well. they have functions used
by the EXA code and besides a minor fix, were already setup to
build with HAVE_XAA_H not defined.

this should really fix PR#51480.
2016-09-21 18:00:26 +00:00
christos
2839ad01b7 XXX: This driver still needs XFree86LOADER defined to expose intelModuleData. 2016-09-19 19:15:04 +00:00
martin
2aa3eb8e7d HAVE_GCC may not be set at all 2016-09-05 06:30:40 +00:00
jakllsch
cf7e416543 More clang -Wno-error= 2016-09-02 11:38:01 +00:00
jakllsch
36e77d45ce More clang -Werror avoidance 2016-09-02 04:49:48 +00:00
jakllsch
0b4c497657 More clang -Werror avoidance 2016-09-02 04:27:13 +00:00
jakllsch
574279d13e Add -Wno-error=enum-conversion when building glamor with clang. 2016-09-02 03:58:59 +00:00
jakllsch
f1579d78fa sprinkle appropriate -Wno-error for clang 2016-09-02 03:49:55 +00:00
mrg
063e048f8f look for present and damage includes.
define HAVE_STRCASECMP and HAVE_DIX_CONFIG_H.
2016-08-30 08:19:43 +00:00
mrg
1484890888 remove obsolete module build subdirs 2016-08-30 08:18:22 +00:00
mrg
077971b469 apply some more -Wno-error=discarded-qualifiers 2016-08-30 04:04:07 +00:00
macallan
7bfa48917f pass -DAVOID_VGAHW on shark 2016-08-27 03:58:13 +00:00
mrg
34cc6e2c48 now sunffb builds, build it for xorg-server 1.18 2016-08-22 08:58:57 +00:00
mrg
115f85cd84 ffb_dga.c has const issues as well 2016-08-22 08:39:20 +00:00
mrg
9237538bc5 build 'hw' (the actual servers) after everything else. should fix
a build issue reported by Dave Tyson.
2016-08-21 20:51:04 +00:00
joerg
2f09723281 HAVE_GCC may be undefined. 2016-08-21 18:23:58 +00:00
joerg
95bd5eff9b HAVE_GCC may be undefined. 2016-08-21 12:39:17 +00:00
mrg
0078a2c916 reenable chips driver everywhere now it builds with xorg-server 1.18 2016-08-20 23:56:19 +00:00
mrg
e5e692211a apply -Wno-error=discarded-qualifiers only with GCC > 4. 2016-08-20 20:22:53 +00:00
mrg
50a0769e5d turn off chips driver for macppc and xorg-server 1.18 (for now.) 2016-08-20 06:51:00 +00:00
mrg
cda8b1479d redo previous in a way that always works 2016-08-20 06:49:21 +00:00
mrg
cc0f8c1f2c apply -Wno-error=cpp only for GCC builds. 2016-08-20 05:44:00 +00:00
mrg
6d38360287 enable mga driver on sparc64 and xorg-server 1.18 2016-08-20 05:24:26 +00:00
mrg
4bfbfcb844 reenable the cirrus, i128, i740, neomagic and tseng drivers now they
build with xorg-server 1.18.
2016-08-20 05:02:58 +00:00
mrg
a541939fe8 re-enable ast driver for xorg-server 1.18 and x86 as 1.1.5 builds. 2016-08-20 03:57:25 +00:00
mrg
faebb2a137 use and force evaluation of ${.PARSEDIR}. fixes build for some drivers. 2016-08-20 03:44:19 +00:00
mrg
1c8e124826 disable chips driver for ofppc and xorg-server 1.18. radeon works. 2016-08-20 03:26:56 +00:00