Mesa 10.2.8 has been released. Mesa 10.2.8 is a bug fix release fixing bugs since the 10.2.7 release, (see below for a list of changes).
The tag in the git repository for Mesa 10.2.8 is 'mesa-10.2.8'. Mesa 10.2.8 is available for download at ftp://freedesktop.org/pub/mesa/10.2.8/ SHA-256 checksums (can be verified with the sha256sum program): 4c5a25ccaf1a9734bbd10d62a1420cc8fd35a1060ce679f2fc846769a25fbeec MesaLib-10.2.8.tar.gz 1ef9ad3f241788d454f2ff8c9d65b6849dfc31c8fe91f70fd2930b81c8af1398 MesaLib-10.2.8.tar.bz2 d26218da3b44734b1d555267b4c63c48803c4c8b14d2bc53071be57014da37fa MesaLib-10.2.8.zip I have verified building from the .tar.bz2 file by doing: tar xjf MesaLib-10.2.8.tar.bz2 cd Mesa-10.2.8 ./configure --enable-gallium-llvm make -j6 make -j6 install I have also verified that I pushed the tag. -Emil -- Changes from 10.2.7 to 10.2.8: Aaron Watry (1): gallivm: Fix build after LLVM commit 211259 Christoph Bumiller (2): nv50/ir/util: fix BitSet issues nvc0/ir: clarify recursion fix to finding first tex uses Emil Velikov (4): docs: Add sha256 sums for the 10.2.7 release configure: bail out if building svga without libdrm Update VERSION to 10.2.8 Add release notes for the 10.2.8 release Ilia Mirkin (4): nv50/ir: avoid array overrun when checking for supported mods nouveau: only enable the depth test if there actually is a depth buffer nouveau: only enable stencil func if the visual has stencil bits nouveau: change internal variables to avoid conflicts with macro args Jonathan Gray (1): configure.ac: strip _GNU_SOURCE from llvm-config output José Fonseca (1): gallivm: Disable workaround for PR12833 on LLVM 3.2+. Maarten Lankhorst (4): nouveau: re-allocate bo's on overflow nouveau: fix MPEG4 hw decoding nouveau: rework reference frame handling nouveau: remove unneeded assert Marek Olšák (3): r600g,radeonsi: make sure there's enough CS space before resuming queries mesa: set UniformBooleanTrue = 1.0f by default st/mesa: use 1.0f as boolean true on drivers without integer support Richard Sandiford (1): gallivm: Fix uses of 2^24 Roland Scheidegger (1): gallivm: set mcpu when initializing llvm execution engine Thomas Hellstrom (1): winsys/svga: Fix incorrect type usage in IOCTL v2 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
