1 | Mesa 10.6.7 Release Notes / September 10, 2015
|
---|
2 | ==============================================
|
---|
3 |
|
---|
4 | Mesa 10.6.7 is a bug fix release which fixes bugs found since the 10.6.6
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 10.6.7 implements the OpenGL 3.3 API, but the version reported by
|
---|
8 | glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
|
---|
9 | glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
|
---|
10 | used. Some drivers don't support all the features required in OpenGL
|
---|
11 | 3.3. OpenGL 3.3 is **only** available if requested at context creation
|
---|
12 | because compatibility contexts are not supported.
|
---|
13 |
|
---|
14 | SHA256 checksums
|
---|
15 | ----------------
|
---|
16 |
|
---|
17 | ::
|
---|
18 |
|
---|
19 | 4ba10c59abee30d72476543a57afd2f33803dabf4620dc333b335d47966ff842 mesa-10.6.7.tar.gz
|
---|
20 | feb1f640b915dada88a7c793dfaff0ae23580f8903f87a6b76469253de0d28d8 mesa-10.6.7.tar.xz
|
---|
21 |
|
---|
22 | New features
|
---|
23 | ------------
|
---|
24 |
|
---|
25 | None
|
---|
26 |
|
---|
27 | Bug fixes
|
---|
28 | ---------
|
---|
29 |
|
---|
30 | This list is likely incomplete.
|
---|
31 |
|
---|
32 | - `Bug 90751 <https://bugs.freedesktop.org/show_bug.cgi?id=90751>`__ -
|
---|
33 | [BDW
|
---|
34 | Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil_index8
|
---|
35 | fails
|
---|
36 |
|
---|
37 | Changes
|
---|
38 | -------
|
---|
39 |
|
---|
40 | Dave Airlie (1):
|
---|
41 |
|
---|
42 | - mesa/teximage: use correct extension for accept stencil texture.
|
---|
43 |
|
---|
44 | Emil Velikov (3):
|
---|
45 |
|
---|
46 | - docs: add sha256 checksums for 10.6.6
|
---|
47 | - Revert "i965: Momentarily pretend to support ARB_texture_stencil8 for
|
---|
48 | blits."
|
---|
49 | - Update version to 10.6.7
|
---|
50 |
|
---|
51 | Kenneth Graunke (1):
|
---|
52 |
|
---|
53 | - glsl: Handle attribute aliasing in attribute storage limit check.
|
---|