Mesa 7.5.1 Release Notes / (date TBD)
Mesa 7.5.1 is a bug-fix release fixing issues found since the 7.5 release.
The main new feature of Mesa 7.5.x is the
Gallium3D infrastructure.
Mesa 7.5.1 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
- Added configure --with-max-width=W, --with-max-height=H options to specify
max framebuffer, viewport size.
Bug fixes
- Added missing GLEW library to MesaDemos tarballs.
- Fixed swapbuffers jerkiness in Doom3/etc in Intel drivers.
- Fixed front buffer rendering bug in Intel drivers.
- Fixed minor GLX memory leaks.
- Fixed some texture env / fragment program state bugs.
- Fixed some Gallium glBlitFramebuffer() bugs
Changes