blob: 285a280d8ebfa1845cb5719a4f39690ea7bfbd63 [file] [log] [blame]
Erik Faye-Lund4d066832020-06-12 20:09:42 +02001Mesa 10.6.7 Release Notes / September 10, 2015
2==============================================
3
4Mesa 10.6.7 is a bug fix release which fixes bugs found since the 10.6.6
5release.
6
7Mesa 10.6.7 implements the OpenGL 3.3 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.3. OpenGL 3.3 is **only** available if requested at context creation
12because compatibility contexts are not supported.
13
14SHA256 checksums
15----------------
16
17::
18
19 4ba10c59abee30d72476543a57afd2f33803dabf4620dc333b335d47966ff842 mesa-10.6.7.tar.gz
20 feb1f640b915dada88a7c793dfaff0ae23580f8903f87a6b76469253de0d28d8 mesa-10.6.7.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30This 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
37Changes
38-------
39
40Dave Airlie (1):
41
42- mesa/teximage: use correct extension for accept stencil texture.
43
44Emil 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
51Kenneth Graunke (1):
52
53- glsl: Handle attribute aliasing in attribute storage limit check.