Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 23bbc6dd | 2010-05-22 20:14:14 | Build infrastructure for Mesa 7.8.1. | ||
| d9a92f27 | 2010-05-08 14:15:29 | use INSTALL_DATA in BSD Makefiles. ok oga@ | ||
| 1ef4920a | 2010-02-03 12:44:10 | Remove a workaround for a gcc ICE on mips64 that was fixed by a recent gcc commit. | ||
| 9997d7a0 | 2009-08-06 15:50:02 | backport some code from mesa current (and 7.5) so that the dri2 protocol is correctly handled. without fixes to mesa and the ddx, the so-called backwards compat goop that was added just plain does not work and ends up with rendering bullshit. | ||
| c4a03b30 | 2009-05-25 18:40:11 | This is Mesa 7.4.2. from Brad. | ||
| 4be2d14b | 2009-05-17 20:20:23 | Update build infrastructure for Mesa 7.4. | ||
| b67e1f26 | 2009-01-28 16:10:44 | Add missing OpenBSD RCS Ids. | ||
| f89935ff | 2009-01-10 16:06:51 | Switch over to using the kernel *_drm.h headers instead of the copies thereof provided with libdrm. This has been annoying me forever, and it a blight caused by developing widely used drivers out of the kernel tree. ok matthieu@ | ||
| fb552d16 | 2009-01-10 16:04:43 | Fix substitutions for the pkg-config files. A couple of fields were missed out, and one was looking for the wrong thing. ok matthieu@ | ||
| cd1fdaad | 2009-01-10 16:02:04 | Don't build intel_bufmgr_ttm.c anymore, the rest of the ttm code has been removed. ok matthieu@ | ||
| 34ca8034 | 2009-01-10 16:01:10 | Don't build the "unichrome" driver. We don't have the kernel headers for it, and we're about to switch to using kernel headers instead of the ones packaged with libdrm. If the unichrome driver gets rewritten (or I eventually get time), then it'll come back. ok matthieu@ | ||
| 5fe2c4cd | 2008-11-05 07:18:25 | add -fPIC for sparc ugly, but ok matthieu@ | ||
| 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... | ||
| 8baeee73 | 2008-11-02 15:01:32 | Update build infrastructure for libGL after Mesa 7.2 update. | ||
| 2252cd2b | 2008-09-14 19:47:42 | Fix clean target. | ||
| 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@ | ||
| 80656e86 | 2008-05-31 16:36:47 | Update to Mesa 7.0.3. tested my oga@ and johan@ | ||
| 27ae5db2 | 2008-04-19 07:15:17 | dri libs depend on libmesa_pic.a | ||
| 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! | ||
| 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. | ||
| 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). | ||
| 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. | ||
| da301e0d | 2008-01-06 18:34:38 | Better support for recursive make. | ||
| 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. | ||
| 8c80956f | 2007-04-07 15:37:50 | Don't include debugging symbols. | ||
| 417e49cb | 2007-04-04 22:33:46 | more $Xenocara$ -> $OpenBSD$; ok matthieu@ | ||
| aec199b2 | 2007-03-03 17:39:42 | o -DGLXEXT -> -DGLX_INDIRECT_RENDERING for 6.5.2 o bump minor rev | ||
| fa3d52c6 | 2007-01-18 21:59:16 | link libGL against libXext and libX11, like X.Org 6.9 does. Noticed by Brad with openoffice. | ||
| dfa64e4a | 2006-12-03 19:36:18 | sparc needs -fPIC | ||
| 297e2a29 | 2006-12-02 17:58:21 | These libraries need a version bump. | ||
| 6a5579f8 | 2006-12-02 16:28:48 | Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other directory designed by XENOCARA_OBJDIR in /etc/mk.conf). | ||
| 111eb3bc | 2006-11-29 18:03:09 | Disable profiled libs. | ||
| a068c237 | 2006-11-26 11:21:13 | Build infrastructure for GL libs |