matthieu
aa3c9f9344
Update to libX11 1.3.3. Tested on a bulk ports build by naddy@.
2010-05-18 19:37:28 +00:00
matthieu
69110947ac
Update to libXi 1.3. Tested on a bulk ports build by naddy@.
2010-05-18 19:28:54 +00:00
oga
a40ba34bb5
Add drm_intel_bo_is_reusable(), to check if a buffer object will be put
...
in the userland BO cache or not. Bump minor.
From Chris Wilson in upstream git. ok matthieu@
2010-05-15 15:51:05 +00:00
espie
9c8e047a11
zap USE_GCC3, prepare for gcc4.
...
okay oga@
2010-05-13 17:38:57 +00:00
espie
20321053ef
allow gcc4 switch, okay matthieu@
2010-05-11 18:51:21 +00:00
matthieu
a345ea4b66
Update to libXtst 1.1.0. Tested on a ports bulk build by naddy@.
2010-05-10 20:10:07 +00:00
matthieu
0c4bbe43a5
Update to libXext 1.1.1. Tested on a ports bulk build by naddy@.
2010-05-10 20:06:53 +00:00
matthieu
d9a92f27a6
use INSTALL_DATA in BSD Makefiles. ok oga@
2010-05-08 14:15:29 +00:00
matthieu
5aebc99597
Update to libXt 1.0.8. No API change.
2010-05-05 20:18:45 +00:00
matthieu
9cb2a9e148
Remove a file that gets generated during build.
2010-05-05 19:58:52 +00:00
matthieu
d3f6579c37
Update to libXinerama 1.1
2010-04-27 20:04:38 +00:00
matthieu
6abece0973
update to libXxf86dga 1.1.1
2010-04-27 20:00:53 +00:00
matthieu
16484e6ad4
update to libXxf86misc 1.0.2
2010-04-27 19:56:30 +00:00
matthieu
48cef99b0b
Update to libxkbfile 1.0.6.
2010-04-27 19:54:37 +00:00
matthieu
1898505e7e
Update to libXxf86vm 1.1.0
2010-04-25 20:04:42 +00:00
matthieu
3e77ba2aad
Update to libXScrnSaver 1.2.0
2010-04-25 20:02:21 +00:00
matthieu
8f148c87a1
Update to libdmx 1.1.0
2010-04-25 19:59:53 +00:00
oga
73527bc941
*sigh* ioctls do not copyout when they return an error. DRM developers
...
need to learn this.
When set_tiling fails, keep tiling type at the type we already had, do
NOT use the parameters that we passed to the ioctl.
Noticed when i botched a kernel diff (locally) so that that ioctl failed
more often.
ok matthieu@
2010-04-25 14:35:49 +00:00
matthieu
1be894c1f4
Unlink libXp, libXprintAppUtil and libXprintUtil from the build.
...
Required ports updates and wantlib fixes handled by naddy@. Thanks a lot.
2010-04-24 20:13:07 +00:00
matthieu
5f5463b013
Update libXaw to version 1.0.7.
...
This version removes support for Xprint.
2010-04-23 19:37:47 +00:00
matthieu
a88f24fd32
Add libxcb/libxcb-dri2 here too.
2010-04-18 22:28:20 +00:00
matthieu
852acd6263
Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@.
2010-04-18 20:06:18 +00:00
matthieu
57a2ac348a
regen for xcb-proto 1.6
2010-04-18 19:58:53 +00:00
oga
d0eeea4b45
don't allocate an array of pointers to structs when you want an array of
...
structs. Fixes cases where you need a lot of relocs so you overflow the
array.
Commited upstream about ten minutes ago. ok matthieu@
2010-04-11 18:04:04 +00:00
matthieu
479aed07ee
Unlink deprecated xtrap, xevie and lbxutil libs and protos from the X build.
...
ok oga@, deraadt@.
2010-04-10 21:26:00 +00:00
oga
c7b8df8024
update libdrm to 2.4.15.
...
This diff seems larger than it is since upstream reindented some
sources. This updates libdrm_intel to -current (which only affect the
GEM code) and libdrm to 2.4.15. bumping both minor versions.
Discussed with matthieu@
2010-03-31 06:31:45 +00:00
matthieu
d346a77813
Update to pixman 0.16.6. Tested on a full ports build by naddy@.
2010-03-25 21:58:52 +00:00
matthieu
e248f65664
Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.
2010-03-25 21:45:57 +00:00
matthieu
54193b0f27
Missing resurected files in freetype 2.3.12
2010-03-25 20:53:34 +00:00
matthieu
1be5fe96c1
Update to freetpe 2.3.12. Tested against ports by naddy@.
2010-03-25 20:49:53 +00:00
matthieu
df0647377b
Update to freetpe 2.3.12. Tested against ports by naddy@.
2010-03-25 20:32:36 +00:00
matthieu
1ef4920a5b
Remove a workaround for a gcc ICE on mips64 that was fixed
...
by a recent gcc commit.
2010-02-03 12:44:10 +00:00
matthieu
09d4825f0e
Use DejaVu TrueType fonts as replacement for the Adobe bitmaps.
...
While here also provide a replacement for Courier New.
ok oga@
2010-01-21 19:57:57 +00:00
matthieu
9b4b09eb28
regen
2010-01-17 20:49:46 +00:00
matthieu
2dda0f8061
Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely
...
disable it during Xenocara builds. Problem reported by kili@ who also
tested this patch with an earlier version of the macro.
2010-01-17 20:48:49 +00:00
oga
dc5950e7a9
typo in the !privsep path, from David Coppa (dcoppa at mail dot com);
...
thanks.
ok matthieu@
2009-12-09 16:57:37 +00:00
oga
b29bbd29c1
Some improvements from upstream for the GEM buffer object cache to stop the
...
cache growing stupidly big (like it used to).
ok matthieu@ ages ago.
2009-11-22 20:16:03 +00:00
naddy
c31a69de88
install xtrans.pc into the right directory
2009-11-01 00:25:29 +00:00
matthieu
ac420781e2
missed files during libXfont 1.4.1 update.
2009-10-31 21:03:28 +00:00
matthieu
ea581f5459
File missed in libXvMC 1.0.5 update.
2009-10-31 20:37:15 +00:00
matthieu
7e22364ad4
Update to xtrans 1.2.5
2009-10-31 20:34:07 +00:00
matthieu
d6f9ab8d4c
update to libfontenc 1.0.5
2009-10-31 19:05:27 +00:00
matthieu
70416822d3
update to libXvMC 1.0.5
2009-10-31 18:59:06 +00:00
matthieu
03c653d165
update to libXv 1.0.5
2009-10-31 18:54:56 +00:00
matthieu
32b6dba0b2
update to libXt 1.0.7
2009-10-31 18:47:41 +00:00
matthieu
a5210f52a0
missed files in libXrender 0.9.5 update.
2009-10-31 18:42:41 +00:00
matthieu
e03850b02d
update to libXrender 0.9.5
2009-10-31 18:41:19 +00:00
matthieu
139377e246
update to libXpm 3.5.8
2009-10-31 18:33:17 +00:00
matthieu
c06fd4db3a
Update to libXmu 1.0.5
2009-10-31 18:29:37 +00:00
matthieu
fbfe310e31
Update to libXft 2.1.14
2009-10-31 18:23:14 +00:00