[Mesa-dev] Mesa 7.11.2 release

Ian Romanick idr at freedesktop.org
Sun Nov 27 14:15:10 PST 2011


Mesa 7.11.2 has been released.  Mesa 7.11.2 is a bug fix release which 
fixes bugs found since the 7.11.1 release.  This release was made 
primarily to fix build problems with 7.11.1 on Mandriva and to fix 
problems related to glCopyTexImage to luminance-alpha textures.  That 
later was believed to have been fixed in 7.11.1 but was not.

The tag in the GIT repository for Mesa 7.11.2 is 'mesa-7.11.2'.

Mesa 7.11.1 is available for download at
ftp://freedesktop.org/pub/mesa/7.11.2/

md5sums:

b9e84efee3931c0acbccd1bb5a860554  MesaLib-7.11.2.tar.gz
0837c52698fe3252369c3fdb5195afcc  MesaLib-7.11.2.tar.bz2
141273c274d12e0d2bafb497fe937da3  MesaLib-7.11.2.zip
39ae9926794794503815ffdc069521eb  MesaGLUT-7.11.2.tar.gz
35ca3a0b54cb6f9d2e0e4eae8f6bb95e  MesaGLUT-7.11.2.tar.bz2
f8705fcff2510b6c39cd27b575c05dba  MesaGLUT-7.11.2.zip

I have verified building from the .tar.bz2 file by doing:

tar -xjf MesaLib-7.11.2.tar.bz2
cd Mesa-7.11.2
./configure --enable-dri --with-dri-drivers=yes \
     --enable-gles1 --enable-gles2 --enable-glx-tls \
     --disable-glw --disable-glu --with-gallium-drivers \
     --enable-gallium-llvm
make -j6

I have also verified that I pushed all the cherry picks and the tag.


More information about the mesa-dev mailing list