IABSD.fr/xenocara/lib/libGL/libmesa

Branch :


Log

Author Commit Date CI Message
e40bd9f5 2011-12-03 15:36:21 Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirt the ICE, until a fix is devised (insert annoyed comment about hairy tricky bugs in the ``reload'' code here).
e1ab192e 2011-11-29 14:57:54 on alpha, remove optimization flags when compiling prog_execute.c to prevent an internal compiler error in gcc 4.2.1; ok matthieu@
77b69b73 2011-10-23 13:57:36 Build system updates for Mesa 7.10.3
23bbc6dd 2010-05-22 20:14:14 Build infrastructure for Mesa 7.8.1.
1ef4920a 2010-02-03 12:44:10 Remove a workaround for a gcc ICE on mips64 that was fixed by a recent gcc commit.
4be2d14b 2009-05-17 20:20:23 Update build infrastructure for Mesa 7.4.
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@
5fe2c4cd 2008-11-05 07:18:25 add -fPIC for sparc ugly, but ok matthieu@
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.
80656e86 2008-05-31 16:36:47 Update to Mesa 7.0.3. tested my oga@ and johan@
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!
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@