matthieu
3f497bc04d
allow 2 successives calls to pci_system_init() and fix pci_system_cleanup()
...
to make it possible to call pci_system_init() again.
ok kettenis@.
2008-09-20 16:35:17 +00:00
matthieu
2252cd2bcd
Fix clean target.
2008-09-14 19:47:42 +00:00
todd
588fc7f022
enable pixman for landisk now that it builds, from brad@
2008-09-08 12:20:47 +00:00
matthieu
5e5620f8d4
libXau 1.0.4 (no binary change on OpenBSD)
2008-08-27 19:42:20 +00:00
oga
5c3f5f1a24
update libdrm to 2.3.1 preserving local changes. This was tested by
...
several before lock.
ok matthieu.
2008-08-26 16:36:24 +00:00
matthieu
f8e0dbd0cd
Update to Freetype 2.3.7. This is a bug fix release. No API change.
2008-08-21 05:09:08 +00:00
brad
8a571d626f
Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3
...
so that the pkgconfig files have the correct version.
ok okan@
2008-07-16 20:24:39 +00:00
matthieu
6f11b80c67
Update to freetype 2.3.6.
...
Contains security fixes for CVE-2008-1806, CVE-2008-1807 and CVE-2008-1808.
Tested by many.
2008-06-22 17:37:35 +00:00
matthieu
bb20080d18
Fix build on systems with getpwuid_r().
2008-06-21 17:49:12 +00:00
matthieu
9fb72336cb
Bump OpenBSD's libpciacces revision to be at least the version
...
generated by the unpatched one. (libpciaccess is not currently linked
to xenocara builds)
2008-06-15 04:56:00 +00:00
matthieu
f4e34ed34a
update to libpciaccess 0.10.3.
2008-06-15 04:50:02 +00:00
matthieu
657fa78569
XF86VidModeGetMonitor: don't return static strings to the caller when
...
the man page says it's dynamically allocated memory. Just leave the
NULL there (after discusion with Adam Jackson from X.Org).
also remove the RCS keyworks while there to ease future merge.
2008-06-13 17:30:58 +00:00
oga
4b526e486b
change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered
...
irritating.
2008-06-12 22:20:24 +00:00
oga
e21a353dbc
Enable privsep support. Finally!
...
ok matthieu@.
2008-06-12 18:52:07 +00:00
matthieu
8d46f8e4f0
Update to libX11 1.1.4. I've carefully checked that there's no API/ABI
...
change in this version. Only small bug fixes, manual page fixes and
some more data in the i18n tables.
2008-06-11 20:55:41 +00:00
matthieu
f01cdd7229
- actually zero the memory returned by realloc().
...
- set the return value for the pthread_once() stub.
2008-06-10 22:01:31 +00:00
oga
eb88ad3f01
Include stdlib.h so we have the prototype for realloc. This means that we don't
...
assume realloc returns an int. This causes problems...
This took me hours to find.
Ok matthieu@.
2008-06-10 21:24:16 +00:00
matthieu
80656e86d4
Update to Mesa 7.0.3. tested my oga@ and johan@
2008-05-31 16:36:47 +00:00
matthieu
cae2cf16df
Update to libxtrans 1.2
2008-05-24 15:44:21 +00:00
matthieu
d8808c0da2
Update to libxkbfile 1.0.5
2008-05-24 14:21:56 +00:00
matthieu
b9c810fd57
Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port.
2008-05-24 14:14:00 +00:00
matthieu
a8393f0f0c
update to libXv 1.0.4
2008-05-24 13:46:47 +00:00
matthieu
b40a014ccf
update to libXinerama 1.0.3
2008-05-24 13:31:12 +00:00
matthieu
b6e6f0b4c0
merge libXfont 1.3.2. bump major since some symbols were removed.
2008-05-24 13:29:07 +00:00
matthieu
28676ec1c9
Update to libXext 1.0.4
2008-05-24 09:29:33 +00:00
matthieu
c17f6cf0ff
update to libXScrnSaver 1.1.3
2008-05-24 09:17:11 +00:00
matthieu
d8ac6b7b37
update to libFS 1.0.1
2008-05-24 09:02:48 +00:00
matthieu
27ae5db2a9
dri libs depend on libmesa_pic.a
2008-04-19 07:15:17 +00:00
matthieu
42f2fadde6
pthread_key_create(3) explicitely says that the value associated
...
with a new key is NULL. So set the allocated memory to zero.
2008-04-17 20:25:05 +00:00
matthieu
9c8d91fa20
Add back a real ChangeLog. automake requires it.
2008-04-10 21:04:35 +00:00
matthieu
52cd517993
remove empty file
2008-04-08 19:49:13 +00:00
matthieu
520b0cd455
Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.
2008-04-08 19:06:14 +00:00
matthieu
ba51a4b66c
Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.
2008-04-08 19:00:25 +00:00
matthieu
5021df1c2f
Unconditionnaly build libdrm on i386 since the via driver needs some
...
bits of it. Noticed by naddy@.
2008-04-02 20:05:35 +00:00
matthieu
08aaed925b
- get rid of recalloc() that got introduced here.
...
- while there fix the computation of the new allocated size.
Issue reported by naddy@, ok naddy@.
2008-03-30 15:54:33 +00:00
matthieu
bbc31bf586
Introduce bsd.xconf.mk to set default config variables used
...
at several places in the Xenocara build in a central place instead
of duplicating the checks all over the place. ok oga@.
2008-03-25 23:41:50 +00:00
oga
223fbde840
Fix libmesa build on amd64 with XENOCARA_BUILD_DRI enabled.
...
Initial fix from phessler, help from matthieu. Thanks to both!
2008-03-23 16:43:25 +00:00
oga
aad4718a0c
Install libdrm before libGL. That way if we're building X on a clean system
...
with dri, libGL doesn't fail due to drm.h being missing.
ok matthieu@. Patch from Peter Hessler, thanks!
2008-03-21 21:07:48 +00:00
naddy
e4bcb354a2
Fix segfaults if you use XDM-AUTHORIZATION-1 authorization keys for
...
remote X11 clients over IPv6. ok matthieu@
2008-03-18 15:50:38 +00:00
matthieu
7830df18ed
Regen with autoconf 2.59-p2, with AM_SANITY check zapped.
2008-03-15 18:08:24 +00:00
matthieu
6869a2ba6e
dri drivers need too be linked against libX11 for AIGLX (for threads stubs).
...
Problem found by oga@. Thanks.
2008-02-20 22:41:51 +00:00
matthieu
e4ccaa70a5
Include /usr/local/lib/X11/icons in the default cursor search path.
2008-02-20 22:23:07 +00:00
miod
c6e9e7751a
Disable loadable cursor on m88k systems (no shared libraries).
2008-02-14 20:28:10 +00:00
matthieu
e3881499cc
- remove stuff that we don't want from drmOpenDevice()
...
- prepare for privilege separation support.
ok oga@.
2008-02-12 21:27:14 +00:00
matthieu
b139abf7aa
Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@
...
and oga@ (with dri enabled).
2008-02-12 21:09:25 +00:00
matthieu
15c0627981
regen
2008-02-09 18:15:52 +00:00
matthieu
10f4ae5e83
Stop linking libXaw7.so.<n-1> to libXaw.so.7.<n-1>
...
Bump majors (needed but forgotten after previous libX11 bump).
After discussion with kettenis@
2008-02-09 18:08:49 +00:00
oga
e571581c1f
Fix the linkage and CFLAGS of the dri libs. they don't segfault immediately
...
on startup now.
still a little sketchy though.
2008-02-07 00:09:01 +00:00
matthieu
098b2a2a58
Don't change the libGL linkage when not using dri.
2008-02-02 17:38:56 +00:00
matthieu
e4f12cdae7
remove extra white space
2008-02-02 17:36:48 +00:00