Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-22 | Update to Mesa 7.8.2. Tested by johan@. Thanks. | Matthieu Herrb | |
2010-05-30 | Remove an extra debug target that leaked in. | Matthieu Herrb | |
2010-05-27 | Remove the makefiles for dri drivers that aren't built anymore. | Matthieu Herrb | |
2010-05-22 | Build infrastructure for Mesa 7.8.1. | Matthieu Herrb | |
2010-05-08 | use INSTALL_DATA in BSD Makefiles. ok oga@ | Matthieu Herrb | |
2010-02-03 | Remove a workaround for a gcc ICE on mips64 that was fixed | Matthieu Herrb | |
by a recent gcc commit. | |||
2009-08-06 | backport some code from mesa current (and 7.5) so that the dri2 protocol | Owain Ainsworth | |
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. | |||
2009-05-25 | This is Mesa 7.4.2. from Brad. | Matthieu Herrb | |
2009-05-17 | Update build infrastructure for Mesa 7.4. | Matthieu Herrb | |
2009-01-28 | Add missing OpenBSD RCS Ids. | Matthieu Herrb | |
2009-01-10 | Switch over to using the kernel *_drm.h headers instead of the copies | Owain Ainsworth | |
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@ | |||
2009-01-10 | Fix substitutions for the pkg-config files. A couple of fields were | Owain Ainsworth | |
missed out, and one was looking for the wrong thing. ok matthieu@ | |||
2009-01-10 | Don't build intel_bufmgr_ttm.c anymore, the rest of the ttm code has | Owain Ainsworth | |
been removed. ok matthieu@ | |||
2009-01-10 | Don't build the "unichrome" driver. We don't have the kernel headers for | Owain Ainsworth | |
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@ | |||
2008-11-05 | add -fPIC for sparc | Todd T. Fries | |
ugly, but ok matthieu@ | |||
2008-11-02 | This is now Mesa 7.2. Noticed by brad@. Thanks. | Matthieu Herrb | |
2008-11-02 | Build fix. There were symlinks hiding in the git repository... | Matthieu Herrb | |
2008-11-02 | Update build infrastructure for libGL after Mesa 7.2 update. | Matthieu Herrb | |
2008-09-14 | Fix clean target. | Matthieu Herrb | |
2008-07-16 | Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3 | Brad Smith | |
so that the pkgconfig files have the correct version. ok okan@ | |||
2008-05-31 | Update to Mesa 7.0.3. tested my oga@ and johan@ | Matthieu Herrb | |
2008-04-19 | dri libs depend on libmesa_pic.a | Matthieu Herrb | |
2008-03-25 | Introduce bsd.xconf.mk to set default config variables used | Matthieu Herrb | |
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | |||
2008-03-23 | Fix libmesa build on amd64 with XENOCARA_BUILD_DRI enabled. | Owain Ainsworth | |
Initial fix from phessler, help from matthieu. Thanks to both! | |||
2008-02-20 | dri drivers need too be linked against libX11 for AIGLX (for threads stubs). | Matthieu Herrb | |
Problem found by oga@. Thanks. | |||
2008-02-12 | Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@ | Matthieu Herrb | |
and oga@ (with dri enabled). | |||
2008-02-07 | Fix the linkage and CFLAGS of the dri libs. they don't segfault immediately | Owain Ainsworth | |
on startup now. still a little sketchy though. | |||
2008-02-02 | Don't change the libGL linkage when not using dri. | Matthieu Herrb | |
2008-02-02 | remove extra white space | Matthieu Herrb | |
2008-02-02 | stuff for building libGL with dri support. Also includes clean-up | Matthieu Herrb | |
of the regular libGL build. bump major because some symbols were removed. ok oga@ | |||
2008-01-30 | remove useless rules for .cpp files. | Matthieu Herrb | |
2008-01-06 | Better support for recursive make. | Matthieu Herrb | |
2007-12-04 | remove emacs droppings that were not ignored by cvs | Matthieu Herrb | |
2007-12-04 | Build infrastructure for libGL dri modules. | Matthieu Herrb | |
Work in progress, not connected to the build yet. | |||
2007-11-27 | I did not intend to commit the XENOCARA_BUILD_DRI bit at all. | Matthieu Herrb | |
2007-11-26 | default to not building DRI for now to permit x snaps to build, found by | Todd T. Fries | |
Johan Lindman, thanks | |||
2007-11-26 | Re-enable pthread support in libGL, by providing proper weak stubs in | Matthieu Herrb | |
libX11 (together with other pthread stubs, already there for libX11). ok kurt@, art@, kettenis@ | |||
2007-11-25 | make libGL config closer to what was in the previous version: | Matthieu Herrb | |
- disable threads support - link against libXext and libX11 | |||
2007-11-24 | Update to Mesa 7.0.1. For now only indirect GLX is enabled in libGL. | Matthieu Herrb | |
2007-04-07 | Don't include debugging symbols. | Matthieu Herrb | |
2007-04-04 | more $Xenocara$ -> $OpenBSD$; ok matthieu@ | David Krause | |
2007-03-03 | o -DGLXEXT -> -DGLX_INDIRECT_RENDERING for 6.5.2 | Matthieu Herrb | |
o bump minor rev | |||
2007-01-18 | link libGL against libXext and libX11, like X.Org 6.9 does. | Matthieu Herrb | |
Noticed by Brad with openoffice. | |||
2006-12-03 | sparc needs -fPIC | Matthieu Herrb | |
2006-12-02 | These libraries need a version bump. | Matthieu Herrb | |
2006-12-02 | Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other | Matthieu Herrb | |
directory designed by XENOCARA_OBJDIR in /etc/mk.conf). | |||
2006-11-29 | Disable profiled libs. | Matthieu Herrb | |
2006-11-26 | Build infrastructure for GL libs | Matthieu Herrb | |