• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Mesa 11.0.2 Release Notes / September 28, 2015
2==============================================
3
4Mesa 11.0.2 is a bug fix release which fixes bugs found since the 11.0.1
5release.
6
7Mesa 11.0.2 implements the OpenGL 4.1 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
114.1. OpenGL 4.1 is **only** available if requested at context creation
12because compatibility contexts are not supported.
13
14SHA256 checksums
15----------------
16
17::
18
19   45170773500d6ae2f9eb93fc85efee69f7c97084411ada4eddf92f78bca56d20  mesa-11.0.2.tar.gz
20   fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4  mesa-11.0.2.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30This 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
42Changes
43-------
44
45Eduardo 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
52Emil Velikov (2):
53
54-  docs: add sha256 checksums for 11.0.1
55-  Update version to 11.0.2
56
57Kristian Høgsberg Kristensen (1):
58
59-  i965: Respect stride and subreg_offset for ATTR registers
60
61Matt Turner (1):
62
63-  glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.
64