Mesa 7.5.2 Release Notes, (date tbd)
Mesa 7.5.2 is a bug-fix release fixing issues found since the 7.5.1 release.
The main new feature of Mesa 7.5.x is the
Gallium3D infrastructure.
Mesa 7.5.2 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
See the Compiling/Installing page for prerequisites
for DRI hardware acceleration.
MD5 checksums
tbd
New features
- Detect B43 chipset in Intel driver
Bug fixes
- Assorted bug fixes for i965/i945 drivers
- Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
- Fixed GLSL linker/preprocessor version directive issue seen in Wine
(such as bug 23946)
- glUseProgram() is now compiled into display lists (bug 23746).
- glUniform functions are now compiled into display lists
- Auto mipmap generation didn't work reliably with Gallium.
- Fixed random number usage in GLX code.
- Fixed invalid GL_OUT_OF_MEMORY error sometimes raised by glTexSubImage2D
when using Gallium.