• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Mesa 9.1.7 Release Notes / October 4, 2013
2==========================================
3
4Mesa 9.1.7 is a bug fix release which fixes bugs found since the 9.1.6
5release.
6
7Mesa 9.1 implements the OpenGL 3.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
113.1. OpenGL 3.1 is **only** available if requested at context creation
12because GL_ARB_compatibility is not supported.
13
14MD5 checksums
15-------------
16
17::
18
19   9e4abf7b7a6db762012c3c9917a8e8c7  MesaLib-9.1.7.tar.bz2
20   f1d4d479d6ce12b9566fdb379960a912  MesaLib-9.1.7.tar.gz
21   abd612bfc5dd478d04fcc630dd7672f2  MesaLib-9.1.7.zip
22
23New features
24------------
25
26None.
27
28Bug fixes
29---------
30
31This list is likely incomplete.
32
33-  `Bug 55503 <https://bugs.freedesktop.org/show_bug.cgi?id=55503>`__ -
34   Constant vertex attributes broken
35-  `Bug 61635 <https://bugs.freedesktop.org/show_bug.cgi?id=61635>`__ -
36   glVertexAttribPointer(id, GL_UNSIGNED_BYTE, GL_FALSE,...) does not
37   work
38-  `Bug 65958 <https://bugs.freedesktop.org/show_bug.cgi?id=65958>`__ -
39   GPU Lockup on Trinity 7500G
40-  `Bug 66292 <https://bugs.freedesktop.org/show_bug.cgi?id=66292>`__ -
41   [SNB/IVB/HSW Bisected]Ogles3conform
42   GL3Tests_depth24_depth24_basic.test fail
43-  `Bug 67548 <https://bugs.freedesktop.org/show_bug.cgi?id=67548>`__ -
44   glGetAttribLocation seems to be broken
45-  `Bug 68195 <https://bugs.freedesktop.org/show_bug.cgi?id=68195>`__ -
46   piglit tests vs-struct-pad and fs-struct-pad both fail
47-  `Bug 68250 <https://bugs.freedesktop.org/show_bug.cgi?id=68250>`__ -
48   Automatic mipmap generation with texture compression produces borders
49   that fade to black
50-  `Bug 69525 <https://bugs.freedesktop.org/show_bug.cgi?id=69525>`__ -
51   [GM45, bisected] Piglit tex-shadow2drect fails
52
53Changes
54-------
55
56Alex Deucher (2):
57
58-  r600g: disable GPUVM by default
59-  radeon/winsys: pad IBs to a multiple of 8 DWs
60
61Andreas Boll (2):
62
63-  docs: Fix a typo in the 9.1.6 release notes
64-  mesa: Fix MESA_PATCH version
65
66Anuj Phogat (1):
67
68-  meta: Fix blitting a framebuffer with renderbuffer attachment
69
70Carl Worth (5):
71
72-  docs: Add 9.1.6 release md5sums
73-  Use -Bsymbolic when linking libEGL.so
74-  Update get-pick-list to look specifically for "9.1" in NOTE
75-  cherry-ignore: Ignore last two patches in current get-pick-list
76   output
77-  Bump version to 9.1.7
78
79Chris Forbes (1):
80
81-  i965/fs: Gen4: Zero out extra coordinates when using shadow compare
82
83Emil Velikov (2):
84
85-  nv50: handle pure integer vertex attributes
86-  nouveau: initialise the nouveau_transfer maps
87
88Eric Anholt (1):
89
90-  i965/gen4: Fix fragment program rectangle texture shadow compares.
91
92Ian Romanick (11):
93
94-  mesa: Remove stray debug printfs in attachment completeness code
95-  mesa: Validate the layer selection of an array texture too
96-  mesa/vbo: Fix handling of attribute 0 in non-compatibilty contexts
97-  glsl: Add new overload of program_resource_visitor::visit_field
98   method
99-  glsl: Use alignment of container record for its first field
100-  mesa: Remove all traces of GL_OES_matrix_get
101-  mesa: Don't call driver RenderTexture for really broken textures
102-  mesa: Don't call driver RenderTexture for invalid zoffset
103-  mesa: Generate a renderbuffer wrapper even if the texture has no
104   image
105-  glsl: Move and refine test for unsized arrays in GLSL ES
106-  mesa: Don't return any data for GL_SHADER_BINARY_FORMATS
107
108Ilia Mirkin (2):
109
110-  nv30: U8_USCALED only works for size 4
111-  nv30: remove no-longer-used formats from table
112
113Joakim Sindholt (1):
114
115-  nvc0: fix blitctx memory leak
116
117Johannes Obermayr (1):
118
119-  st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.
120
121Kenneth Graunke (1):
122
123-  meta: Set correct viewport and projection in
124   decompress_texture_image.
125
126Maarten Lankhorst (1):
127
128-  nvc0: restore viewport after blit
129
130Rico Schüller (1):
131
132-  glx: Initialize OpenGL version to 1.0
133
134Tiziano Bacocco (1):
135
136-  nvc0/ir: fix use after free in texture barrier insertion pass
137
138Torsten Duwe (1):
139
140-  wayland-egl.pc requires wayland-client.pc.
141