1Mesa 9.2.2 Release Notes / (October 18, 2013)
2=============================================
3
4Mesa 9.2.2 is a bug fix release which fixes bugs found since the 9.2.1
5release.
6
7Mesa 9.2 implements the OpenGL 3.1 API, but the version reported by
8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10used. Some drivers don't support all the features required in OpenGL
113.1. OpenGL 3.1 is **only** available if requested at context creation
12because GL_ARB_compatibility is not supported.
13
14MD5 checksums
15-------------
16
17::
18
19   df801a975045150790e10e2ccf32193f  MesaLib-9.2.2.tar.gz
20   20887f8020db7d1736a01ae9cd5d8c38  MesaLib-9.2.2.tar.bz2
21   1676f4f1b157c838d077dadd31ba6c84  MesaLib-9.2.2.zip
22
23New features
24------------
25
26None
27
28Bug fixes
29---------
30
31This list is likely incomplete.
32
33-  `Bug 69449 <https://bugs.freedesktop.org/show_bug.cgi?id=69449>`__ -
34   Valgrind error in program_resource_visitor::recursion
35-  `Bug 70411 <https://bugs.freedesktop.org/show_bug.cgi?id=70411>`__ -
36   glInvalidateFramebuffer fails with GL_INVALID_ENUM
37
38Changes
39-------
40
41The full set of changes can be viewed by using the following GIT
42command:
43
44::
45
46     git log mesa-9.2.1..mesa-9.2.2
47
48Brian Paul (3):
49
50-  docs: add missing <pre> tag
51-  svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
52-  mesa: consolidate cube width=height error checking
53
54Carl Worth (3):
55
56-  docs: Add md5sums for 9.2.1 release
57-  Bump version to 9.2.2
58
59Constantin Baranov (1):
60
61-  mesa: Add missing switch break in invalidate_framebuffer_storage()
62
63Eric Anholt (3):
64
65-  i965: Don't forget the cube map padding on gen5+.
66-  mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".
67-  i965: Fix 3D texture layout by more literally copying from the spec.
68
69Francisco Jerez (1):
70
71-  glsl: Fix usage of the wrong union member in
72   program_resource_visitor::recursion.
73
74Tom Stellard (1):
75
76-  radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
77