radv: fix setting EXCP_EN for different shader stages
[mesa.git] / docs / relnotes / 11.0.2.rst
1 Mesa 11.0.2 Release Notes / September 28, 2015
2 ==============================================
3
4 Mesa 11.0.2 is a bug fix release which fixes bugs found since the 11.0.1
5 release.
6
7 Mesa 11.0.2 implements the OpenGL 4.1 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 4.1. OpenGL 4.1 is **only** available if requested at context creation
12 because compatibility contexts are not supported.
13
14 SHA256 checksums
15 ----------------
16
17 ::
18
19 45170773500d6ae2f9eb93fc85efee69f7c97084411ada4eddf92f78bca56d20 mesa-11.0.2.tar.gz
20 fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4 mesa-11.0.2.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 91582 <https://bugs.freedesktop.org/show_bug.cgi?id=91582>`__ -
33 [bisected] Regression in DEQP
34 gles2.functional.negative_api.texture.texsubimage2d_neg_offset
35 - `Bug 91970 <https://bugs.freedesktop.org/show_bug.cgi?id=91970>`__ -
36 [BSW regression]
37 dEQP-GLES3.functional.shaders.precision.int.highp_mul_vertex
38 - `Bug 92095 <https://bugs.freedesktop.org/show_bug.cgi?id=92095>`__ -
39 [Regression, bisected]
40 arb_shader_atomic_counters.compiler.builtins.frag
41
42 Changes
43 -------
44
45 Eduardo Lima Mitev (3):
46
47 - mesa: Fix order of format+type and internal format checks for
48 glTexImageXD ops
49 - mesa: Move \_mesa_base_tex_format() from teximage to glformats files
50 - mesa: Use the effective internal format instead for validation
51
52 Emil Velikov (2):
53
54 - docs: add sha256 checksums for 11.0.1
55 - Update version to 11.0.2
56
57 Kristian Høgsberg Kristensen (1):
58
59 - i965: Respect stride and subreg_offset for ATTR registers
60
61 Matt Turner (1):
62
63 - glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.