The Mesa 3D Graphics Library

Mesa 9.1.5 Release Notes / July 17, 2013

Mesa 9.1.5 is a bug fix release which fixes bugs found since the 9.1.4 release.

Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 3.1. OpenGL 3.1 is only available if requested at context creation because GL_ARB_compatibility is not supported.

MD5 checksums

4ed2af5943141a85a21869053a2fc2eb  MesaLib-9.1.5.tar.bz2
47181066acf3231d74e027b2033f9455  MesaLib-9.1.5.tar.gz
4c9c6615bd99215325250f87ed34058f  MesaLib-9.1.5.zip

New features

None.

Bug fixes

This list is likely incomplete.

Changes

The full set of changes can be viewed by using the following GIT command:

  git log mesa-9.1.4..mesa-9.1.5

Anuj Phogat (1):

Brian Paul (1):

Carl Worth (3):

Chris Forbes (1):

Christoph Bumiller (1):

Eric Anholt (1):

Ian Romanick (6):

Kenneth Graunke (1):

Kristian Høgsberg (1):

Matt Turner (1):

Paul Berry (1):

Richard Sandiford (3):

Vinson Lee (1):