summaryrefslogtreecommitdiff
path: root/docs/relnotes/10.6.7.rst
blob: 285a280d8ebfa1845cb5719a4f39690ea7bfbd63 (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
Mesa 10.6.7 Release Notes / September 10, 2015
==============================================

Mesa 10.6.7 is a bug fix release which fixes bugs found since the 10.6.6
release.

Mesa 10.6.7 implements the OpenGL 3.3 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.3. OpenGL 3.3 is **only** available if requested at context creation
because compatibility contexts are not supported.

SHA256 checksums
----------------

::

   4ba10c59abee30d72476543a57afd2f33803dabf4620dc333b335d47966ff842  mesa-10.6.7.tar.gz
   feb1f640b915dada88a7c793dfaff0ae23580f8903f87a6b76469253de0d28d8  mesa-10.6.7.tar.xz

New features
------------

None

Bug fixes
---------

This list is likely incomplete.

-  `Bug 90751 <https://bugs.freedesktop.org/show_bug.cgi?id=90751>`__ -
   [BDW
   Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil_index8
   fails

Changes
-------

Dave Airlie (1):

-  mesa/teximage: use correct extension for accept stencil texture.

Emil Velikov (3):

-  docs: add sha256 checksums for 10.6.6
-  Revert "i965: Momentarily pretend to support ARB_texture_stencil8 for
   blits."
-  Update version to 10.6.7

Kenneth Graunke (1):

-  glsl: Handle attribute aliasing in attribute storage limit check.