IABSD.fr/xenocara/lib

Branch :


Log

Author Commit Date CI Message
811bfaa4 2008-11-02 16:45:34 This is now Mesa 7.2. Noticed by brad@. Thanks.
b4cc3aa5 2008-11-02 16:07:40 Build fix. There were symlinks hiding in the git repository...
1f0bb4e2 2008-11-02 15:18:49 Build libpciaccess for xserver 1.5.
8baeee73 2008-11-02 15:01:32 Update build infrastructure for libGL after Mesa 7.2 update.
065e5e70 2008-10-13 21:08:13 - Add a method to read the legacy BIOS region on alpha/amd64/i386 - Restrict MTRR calls to amd64/i386. ok kettenis@
b65cb15b 2008-10-05 08:06:06 provide a pciutils style pci.ids file for libpciaccess. ok todd@ deraadt@
5a48aa5d 2008-09-23 19:11:40 pixman 0.12.0. Tested on a full ports build by naddy@.
3f497bc0 2008-09-20 16:35:17 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@.
2252cd2b 2008-09-14 19:47:42 Fix clean target.
588fc7f0 2008-09-08 12:20:47 enable pixman for landisk now that it builds, from brad@
5e5620f8 2008-08-27 19:42:20 libXau 1.0.4 (no binary change on OpenBSD)
5c3f5f1a 2008-08-26 16:36:24 update libdrm to 2.3.1 preserving local changes. This was tested by several before lock. ok matthieu.
f8e0dbd0 2008-08-21 05:09:08 Update to Freetype 2.3.7. This is a bug fix release. No API change.
8a571d62 2008-07-16 20:24:39 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@
6f11b80c 2008-06-22 17:37:35 Update to freetype 2.3.6. Contains security fixes for CVE-2008-1806, CVE-2008-1807 and CVE-2008-1808. Tested by many.
bb20080d 2008-06-21 17:49:12 Fix build on systems with getpwuid_r().
9fb72336 2008-06-15 04:56:00 Bump OpenBSD's libpciacces revision to be at least the version generated by the unpatched one. (libpciaccess is not currently linked to xenocara builds)
f4e34ed3 2008-06-15 04:50:02 update to libpciaccess 0.10.3.
657fa785 2008-06-13 17:30:58 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.
4b526e48 2008-06-12 22:20:24 change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered irritating.
e21a353d 2008-06-12 18:52:07 Enable privsep support. Finally! ok matthieu@.
8d46f8e4 2008-06-11 20:55:41 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.
f01cdd72 2008-06-10 22:01:31 - actually zero the memory returned by realloc(). - set the return value for the pthread_once() stub.
eb88ad3f 2008-06-10 21:24:16 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@.
80656e86 2008-05-31 16:36:47 Update to Mesa 7.0.3. tested my oga@ and johan@
cae2cf16 2008-05-24 15:44:21 Update to libxtrans 1.2
d8808c0d 2008-05-24 14:21:56 Update to libxkbfile 1.0.5
b9c810fd 2008-05-24 14:14:00 Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port.
a8393f0f 2008-05-24 13:46:47 update to libXv 1.0.4
b40a014c 2008-05-24 13:31:12 update to libXinerama 1.0.3
b6e6f0b4 2008-05-24 13:29:07 merge libXfont 1.3.2. bump major since some symbols were removed.
28676ec1 2008-05-24 09:29:33 Update to libXext 1.0.4
c17f6cf0 2008-05-24 09:17:11 update to libXScrnSaver 1.1.3
d8ac6b7b 2008-05-24 09:02:48 update to libFS 1.0.1
27ae5db2 2008-04-19 07:15:17 dri libs depend on libmesa_pic.a
42f2fadd 2008-04-17 20:25:05 pthread_key_create(3) explicitely says that the value associated with a new key is NULL. So set the allocated memory to zero.
9c8d91fa 2008-04-10 21:04:35 Add back a real ChangeLog. automake requires it.
52cd5179 2008-04-08 19:49:13 remove empty file
520b0cd4 2008-04-08 19:06:14 Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.
ba51a4b6 2008-04-08 19:00:25 Update to pixman 0.10, with one small fix to the sse2 test in configure.ac.
5021df1c 2008-04-02 20:05:35 Unconditionnaly build libdrm on i386 since the via driver needs some bits of it. Noticed by naddy@.
08aaed92 2008-03-30 15:54:33 - get rid of recalloc() that got introduced here. - while there fix the computation of the new allocated size. Issue reported by naddy@, ok naddy@.
bbc31bf5 2008-03-25 23:41:50 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@.
223fbde8 2008-03-23 16:43:25 Fix libmesa build on amd64 with XENOCARA_BUILD_DRI enabled. Initial fix from phessler, help from matthieu. Thanks to both!
aad4718a 2008-03-21 21:07:48 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!
e4bcb354 2008-03-18 15:50:38 Fix segfaults if you use XDM-AUTHORIZATION-1 authorization keys for remote X11 clients over IPv6. ok matthieu@
7830df18 2008-03-15 18:08:24 Regen with autoconf 2.59-p2, with AM_SANITY check zapped.
6869a2ba 2008-02-20 22:41:51 dri drivers need too be linked against libX11 for AIGLX (for threads stubs). Problem found by oga@. Thanks.
e4ccaa70 2008-02-20 22:23:07 Include /usr/local/lib/X11/icons in the default cursor search path.
c6e9e775 2008-02-14 20:28:10 Disable loadable cursor on m88k systems (no shared libraries).
e3881499 2008-02-12 21:27:14 - remove stuff that we don't want from drmOpenDevice() - prepare for privilege separation support. ok oga@.
b139abf7 2008-02-12 21:09:25 Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@ and oga@ (with dri enabled).
15c06279 2008-02-09 18:15:52 regen
10f4ae5e 2008-02-09 18:08:49 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@
e571581c 2008-02-07 00:09:01 Fix the linkage and CFLAGS of the dri libs. they don't segfault immediately on startup now. still a little sketchy though.
098b2a2a 2008-02-02 17:38:56 Don't change the libGL linkage when not using dri.
e4f12cda 2008-02-02 17:36:48 remove extra white space
f8726749 2008-02-02 17:24:30 stuff for building libGL with dri support. Also includes clean-up of the regular libGL build. bump major because some symbols were removed. ok oga@
e6e77f8e 2008-01-30 21:21:35 remove useless rules for .cpp files.
4ca84ce6 2008-01-17 15:44:49 Fix from X.Org for CVE-2008-0006 - PCF Font parser buffer overflow.
da301e0d 2008-01-06 18:34:38 Better support for recursive make.
4ff8d6b7 2007-12-14 07:31:35 Fix build with gcc 2.95.
b39707c5 2007-12-10 21:30:21 Merge pixman 0.9.6. Valery Masiutsin and other report that it fixes some X crashes on amd64. Bump major since one function was removed.
ae131499 2007-12-10 21:10:19 pixman 0.9.6
594ab30b 2007-12-04 22:23:50 remove emacs droppings that were not ignored by cvs
b33b8154 2007-12-04 22:00:27 Build infrastructure for libGL dri modules. Work in progress, not connected to the build yet.
5eb7bbe7 2007-11-27 09:55:06 I did not intend to commit the XENOCARA_BUILD_DRI bit at all.
25382573 2007-11-26 20:47:35 default to not building DRI for now to permit x snaps to build, found by Johan Lindman, thanks
bfba922c 2007-11-26 15:10:19 Re-enable pthread support in libGL, by providing proper weak stubs in libX11 (together with other pthread stubs, already there for libX11). ok kurt@, art@, kettenis@
afad9171 2007-11-25 10:18:21 make libGL config closer to what was in the previous version: - disable threads support - link against libXext and libX11
733e3c4f 2007-11-24 17:46:55 Update to Mesa 7.0.1. For now only indirect GLX is enabled in libGL.
fb5a8daf 2007-11-24 17:03:34 merge libXi 1.1.3
3d6019ab 2007-11-24 16:45:12 libXi 1.1.3
f68d10dc 2007-11-24 16:42:56 merge libXrandr 1.2.2
49085abc 2007-11-24 16:38:43 libXrandr 1.2.2
1969f0b7 2007-11-24 15:48:33 Don't hard-code sizeof(long) in ftconfig.h. Fixes 64bit architectures. Problem noticed by sturm@.
ab927dd4 2007-11-24 14:38:25 merge libXfont 1.3.1
9a72b788 2007-11-24 14:31:47 libXfont 1.3.1
b66e17dd 2007-10-27 20:00:20 Add a '-c' option to fc-cache to do a chroot before (re)building the font cache. Useful for builds with $DESTDIR set, to prepare a binary distribution.
a12489db 2007-10-27 19:57:48 Enable pixman on all architectures but sh (triggers a compiler error) in preparation for xserver 1.4.
8f07cc07 2007-10-27 07:09:48 Use buils/unix/ftsystem.c instead of the generic ANSI C one, which doesn't set CLOSE_ON_EXEC on files descriptors opened by freetype. Fixes a fd leak reported by kurt@. Tested by naddy@ and others.
2031f13b 2007-10-20 20:30:29 regen
52238014 2007-10-20 20:30:06 force HAVE_GTK=no.
08de65f2 2007-10-20 20:24:01 Sync initial shared lib number with the one computed by libtool.
a8a2c415 2007-10-20 12:49:39 expat is now in base, xmlwf in ports
38811c74 2007-10-20 12:36:29 Don't build expat here anymore.
c86602f8 2007-10-08 19:42:58 regen
35945577 2007-10-08 19:38:03 Linuxism crept back in recent merge. Noticed by todd@
eb3008a9 2007-10-03 20:58:49 library is called libpixman-1 for some reason.
eb1585ba 2007-10-03 20:53:30 - Add BSD makefile - regen autotools files with OpenBSD tools.
bd3d6b5e 2007-10-03 20:48:33 import pixman 0.9.5
da60e93d 2007-09-30 13:42:29 merge libXaw 1.0.4
d46f1bdb 2007-09-30 13:33:41 libXaw 1.0.4
5f86a803 2007-09-30 10:35:10 Merge libX11 1.1.3 bump major
a72daf0a 2007-09-30 10:11:57 libX11 1.1.3
6e574b58 2007-09-30 09:26:40 merge libICE 1.0.4
e51f0a83 2007-09-30 09:23:08 libICE 1.0.4
a200e321 2007-09-30 09:12:03 merge xtrans 1.0.4
521c9178 2007-09-30 08:56:08 xtrans 1.0.4
5c97d721 2007-09-30 08:42:34 merge libXpm 3.5.7