1Mesa 10.1.5 Release Notes / (June 6, 2014)
2==========================================
3
4Mesa 10.1.5 is a bug fix release which fixes bugs found since the 10.1.4
5release.
6
7Mesa 10.1.5 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   b0aceaa75bc9a9b2d9215a113e2ad488b5cf85c99005a7624f8cf7c37c5d0eaa  MesaLib-10.1.5.tar.gz
20   bc6c5ec7836f254a49d055a29d9aa34c97c54c038f47ad3a00fa57a5fef15bbc  MesaLib-10.1.5.tar.bz2
21   78b7255cab0af7918945452a84de7989096ebcdd27e99b31c56c0589274cbc77  MesaLib-10.1.5.zip
22
23New features
24------------
25
26None
27
28Bug fixes
29---------
30
31This list is likely incomplete.
32
33-  `Bug 79115 <https://bugs.freedesktop.org/show_bug.cgi?id=79115>`__ -
34-  `Bug 79421 <https://bugs.freedesktop.org/show_bug.cgi?id=79421>`__ -
35
36Changes
37-------
38
39Brian Paul (1):
40
41-  glsl: fix use-after free bug/crash in ast_declarator_list::hir()
42
43Carl Worth (5):
44
45-  docs: Add md5sums for 10.1.4 release
46-  Merge remote-tracking branch 'origin/10.1' into 10.1
47-  cherry-ignore: Ignore two commits.
48-  Ignore a patch that is not needed for the 10.1 branch.
49-  Update version to 10.1.5
50
51Emil Velikov (1):
52
53-  glx: do not leak dri3Display
54
55Ilia Mirkin (2):
56
57-  nv50/ir: fix s32 x s32 -> high s32 multiply logic
58-  nv50/ir: fix constant folding for OP_MUL subop HIGH
59
60James Legg (1):
61
62-  mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT
63
64Jeremy Huddleston Sequoia (2):
65
66-  glapi: Avoid heap corruption in \_glapi_table
67-  darwin: Fix test for kCGLPFAOpenGLProfile support at runtime
68
69Pavel Popov (2):
70
71-  i965: Properly return \*RESET\* status in glGetGraphicsResetStatusARB
72-  i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
73
74Roland Scheidegger (1):
75
76-  llvmpipe: fix crash when not all attachments are populated in a fb
77