blob: 49a181d9fcaa964dbe7cda37bcc5787501326b56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
Mesa 9.2.2 Release Notes / (October 18, 2013)
=============================================
Mesa 9.2.2 is a bug fix release which fixes bugs found since the 9.2.1
release.
Mesa 9.2 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
-------------
New features
------------
None
Bug fixes
---------
This list is likely incomplete.
- `Bug 69449 <https://bugs.freedesktop.org/show_bug.cgi?id=69449>`__ -
Valgrind error in program\_resource\_visitor::recursion
- `Bug 70411 <https://bugs.freedesktop.org/show_bug.cgi?id=70411>`__ -
glInvalidateFramebuffer fails with GL\_INVALID\_ENUM
Changes
-------
The full set of changes can be viewed by using the following GIT
command:
::
git log mesa-9.2.1..mesa-9.2.2
Brian Paul (3):
- docs: add missing <pre> tag
- svga: fix incorrect memcpy src in svga\_buffer\_upload\_piecewise()
- mesa: consolidate cube width=height error checking
Carl Worth (3):
- docs: Add md5sums for 9.2.1 release
- Bump version to 9.2.2
Constantin Baranov (1):
- mesa: Add missing switch break in invalidate\_framebuffer\_storage()
Eric Anholt (3):
- i965: Don't forget the cube map padding on gen5+.
- mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".
- i965: Fix 3D texture layout by more literally copying from the spec.
Francisco Jerez (1):
- glsl: Fix usage of the wrong union member in
program\_resource\_visitor::recursion.
Tom Stellard (1):
- radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
|