gitlab-ci: fix testing whether a variable with a given name is set or not
[mesa.git] / docs / relnotes / 10.1.4.rst
1 Mesa 10.1.4 Release Notes / (May 20, 2014)
2 ==========================================
3
4 Mesa 10.1.4 is a bug fix release which fixes bugs found since the 10.1.3
5 release.
6
7 Mesa 10.1.4 implements the OpenGL 3.3 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 3.3. OpenGL 3.3 is **only** available if requested at context creation
12 because compatibility contexts are not supported.
13
14 MD5 checksums
15 -------------
16
17 ::
18
19 e934365d77f384bfaec844999440bef8 MesaLib-10.1.4.tar.gz
20 6fddee101f49b7409cd29994c34ddee7 MesaLib-10.1.4.tar.bz2
21 ba5f48e7d5e373922c804c2651fec6c1 MesaLib-10.1.4.zip
22
23 New features
24 ------------
25
26 None
27
28 Bug fixes
29 ---------
30
31 This list is likely incomplete.
32
33 - `Bug 78225 <https://bugs.freedesktop.org/show_bug.cgi?id=78225>`__ -
34 Compile error due to undefined reference to \`gbm_dri_backend', fix
35 attached
36 - `Bug 78537 <https://bugs.freedesktop.org/show_bug.cgi?id=78537>`__ -
37 no anisotropic filtering in a native Half-Life 2
38
39 Changes
40 -------
41
42 Brian Paul (1):
43
44 - mesa: fix double-freeing of dispatch tables inside glBegin/End.
45
46 Carl Worth (3):
47
48 - docs: Add MD5 sums for 10.1.3
49 - cherry-ignore: Roland and Michel agreed to drop these patches.
50 - VERSION: Update to 10.1.4
51
52 Emil Velikov (1):
53
54 - configure: error out if building GBM without dri
55
56 Eric Anholt (1):
57
58 - i965/vs: Use samplers for UBOs in the VS like we do for non-UBO
59 pulls.
60
61 Ilia Mirkin (3):
62
63 - nv50/ir: make sure to reverse cond codes on all the OP_SET variants
64 - nv50: fix setting of texture ms info to be per-stage
65 - nv50/ir: fix integer mul lowering for u32 x u32 -> high u32
66
67 Michel Dänzer (1):
68
69 - radeonsi: Fix anisotropic filtering state setup
70
71 Tom Stellard (2):
72
73 - configure.ac: Add LLVM_VERSION_PATCH to DEFINES
74 - radeonsi: Enable geometry shaders with LLVM 3.4.1