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