Commit Graph

4867 Commits

Author SHA1 Message Date
jsg
7eba4784b6 Mesa git no longer includes Intel AUB definitions,
instead it uses the libdrm definitions.

Install the AUB header so this will work.
2014-07-19 17:06:47 +00:00
jsg
92dd606da1 use CPPFLAGS instead of CFLAGS for additional defines/includes 2014-07-17 13:53:23 +00:00
ajacoutot
8010eee30f /usr/share is needed, spotted by nigel@ 2014-07-16 21:44:07 +00:00
ajacoutot
c7cf8e7d1b Unbreak release after recent sysmerge sum file changes.
quikly discussed with deraadt@ todd@ matthieu@
other fallout can be worked in tree
2014-07-16 21:38:36 +00:00
matthieu
8992205bf8 No need to make openchrome dependant on libdrm 2014-07-14 19:14:51 +00:00
matthieu
189f4074e8 regen 2014-07-14 19:12:23 +00:00
matthieu
e245ec9a44 This openchrome driver, built without dri support doesn't need libdrm 2014-07-14 19:11:49 +00:00
matthieu
bdc9f3dd53 Move the logic that says that the openchrome driver requires librm
to the drivers Makefile, and don't build it if the user choose not
to build libdrm.
2014-07-14 19:06:02 +00:00
matthieu
f63da8b3f3 Update to xf86-video-neomagic 1.2.8. 2014-07-14 11:28:43 +00:00
landry
32a3bd0ed1 Add -lgbm to Libs as a temporary workaround, since EGL has unknown
symbols from libgbm, and that breaks www/webkit (and probably all the 23
ports linking against EGL, which now probably need WANTLIB fixes..)

with/ok matthieu@
2014-07-14 10:12:16 +00:00
matthieu
0b8c690fd2 Remove lines about locally maintained application. 2014-07-14 08:56:32 +00:00
matthieu
3c760b2642 update 2014-07-14 08:30:36 +00:00
matthieu
39102e300e Update to xterm-309. Version 308 tested by several people including
naddy@ who found a small regression, fixed in 309.
2014-07-14 08:30:10 +00:00
matthieu
019c7950c0 Kill duplicate line 2014-07-13 16:12:24 +00:00
matthieu
bd92ff34e3 regen 2014-07-13 16:03:31 +00:00
matthieu
be26f210e4 Supress a bunch of gcc warnings 2014-07-13 16:03:17 +00:00
matthieu
6686bb3776 Sync configure.ac and src/Makefile.am with recent X.Org templates 2014-07-13 16:02:55 +00:00
matthieu
b890099517 regen 2014-07-13 15:50:30 +00:00
matthieu
4c1d0609f2 Kill a bunch of gcc warnings. 2014-07-13 15:50:14 +00:00
matthieu
a9f53a4ada Update configure.ac and src/Makefile.am to recent X.Org templates 2014-07-13 15:49:50 +00:00
matthieu
1a9113d15c Suppress a bunch of compiler warnings for using constant strings 2014-07-13 15:12:53 +00:00
matthieu
c8694adcb4 regen 2014-07-13 14:26:31 +00:00
matthieu
6336388646 Add $(CWARNFLAGS) to AM_CFLAGS 2014-07-13 14:26:06 +00:00
matthieu
e911b372ff Sync with recent X.Org template 2014-07-13 14:25:20 +00:00
matthieu
15915e192f Remove unused variables 2014-07-13 14:09:14 +00:00
matthieu
81ae8bca6f Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks, 2014-07-13 14:01:30 +00:00
matthieu
c67ee8fd48 Merge from upstream: the shadow*Weak() functions are going away. 2014-07-13 10:13:19 +00:00
jsg
743ec8762a update glxinfo and glxgears to Mesa demos 8.2.0 2014-07-13 09:47:57 +00:00
matthieu
ce3bfced85 update 2014-07-12 19:34:19 +00:00
matthieu
d098943642 Update to xf86-video-modesetting 0.9.0 2014-07-12 19:15:36 +00:00
espie
d90db373e9 thinko 2014-07-12 19:14:55 +00:00
matthieu
0e782e8198 Replace xrdb-cpp by auxcpp 2014-07-12 16:36:22 +00:00
matthieu
f2bdb80f55 More ucpp->xrdb-cpp renaming 2014-07-12 14:40:50 +00:00
matthieu
68f71d7d34 Tell xrdb to default to xrdb-cpp as C pre-processor 2014-07-12 14:34:36 +00:00
matthieu
6a6bbb2d59 Hook xrdb-cpp 2014-07-12 14:33:37 +00:00
matthieu
cf1d97d9e6 Local tweaks to ucpp for xrdb:
- exit on the 1st error it finds. Better than stopping processing input
- accept -P as a synonym for -l since this is what xrdb uses to suppress
  #line markers.
2014-07-12 14:32:55 +00:00
matthieu
f5aa946dbd Renname the manual page 2014-07-12 14:28:07 +00:00
matthieu
d4e54c2056 Replace the Makefile with a xenocara-compatible one. 2014-07-12 14:27:42 +00:00
matthieu
a2223c7302 Import a copy of ucpp, lightweight cpp for use by xrdb so that it
doesn't depend on the 'comp'  set. ok espie@ deraadt@
2014-07-12 14:25:39 +00:00
matthieu
c536fefa02 Remove the X pseudo-package support. outdated and never used.
ok espie@
2014-07-12 12:32:45 +00:00
matthieu
e52b740c0e Update to libXft 2.3.2 2014-07-12 10:10:57 +00:00
matthieu
5a14c2ef39 Update to libICE 1.0.9 2014-07-12 09:49:11 +00:00
matthieu
0a4adec844 Get rid of the md.x11r7 hack for the xfont set.
This made sense 5 years ago when different arches had different
font lists, nowadays just use a mi file and empty md ones like xshare.

This make future work on new X sets easier.
2014-07-11 17:27:38 +00:00
matthieu
a598a4a664 remove extra ${SUDO} in release-install target.
This target can only be run as root already.
ok espie@ todd@
2014-07-11 13:45:54 +00:00
todd
6c23513f16 sync 2014-07-11 13:14:51 +00:00
matthieu
cbb90c1d70 update 2014-07-11 08:21:18 +00:00
matthieu
4f333b168a Update to xorg-server 1.15.2. bug fixes. 2014-07-11 08:13:43 +00:00
todd
f78c783403 sync 2014-07-11 07:47:59 +00:00
todd
4835451bf4 sync 2014-07-10 22:58:16 +00:00
jsg
128505aa0d gallium/targets/{r300,r600,radeonsi}/dri/drm_target.c is now a symlink to
gallium/targets/{r300,r600,radeonsi}/common/drm_target.c in the Mesa source
but cvs import ignores symlinks.

Change the directory we search for drm_target.c in to deal with this.
2014-07-10 08:44:00 +00:00