gitlab-ci: fix testing whether a variable with a given name is set or not
[mesa.git] / docs / relnotes / 11.0.6.rst
1 Mesa 11.0.6 Release Notes / November 21, 2015
2 =============================================
3
4 Mesa 11.0.6 is a bug fix release which fixes bugs found since the 11.0.5
5 release.
6
7 Mesa 11.0.6 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 4bdf054af66ebabf3eca0616f9f5e44c2f234695661b570261c391bc2f4f7482 mesa-11.0.6.tar.gz
20 8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760 mesa-11.0.6.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 91780 <https://bugs.freedesktop.org/show_bug.cgi?id=91780>`__ -
33 Rendering issues with geometry shader
34 - `Bug 92588 <https://bugs.freedesktop.org/show_bug.cgi?id=92588>`__ -
35 [HSW,BDW,BSW,SKL-Y][GLES 3.1 CTS]
36 ES31-CTS.arrays_of_arrays.InteractionFunctionCalls2 - assert
37 - `Bug 92738 <https://bugs.freedesktop.org/show_bug.cgi?id=92738>`__ -
38 Randon R7 240 doesn't work on 16KiB page size platform
39 - `Bug 92860 <https://bugs.freedesktop.org/show_bug.cgi?id=92860>`__ -
40 [radeonsi][bisected] st/mesa: implement ARB_copy_image - Corruption
41 in ARK Survival Evolved
42 - `Bug 92900 <https://bugs.freedesktop.org/show_bug.cgi?id=92900>`__ -
43 [regression bisected] About 700 piglit regressions is what could go
44 wrong
45
46 Changes
47 -------
48
49 Alex Deucher (1):
50
51 - radeonsi: enable optimal raster config setting for fiji (v2)
52
53 Ben Widawsky (1):
54
55 - i965/skl/gt4: Fix URB programming restriction.
56
57 Boyuan Zhang (2):
58
59 - st/vaapi: fix vaapi VC-1 simple/main corruption v2
60 - radeon/uvd: fix VC-1 simple/main profile decode v2
61
62 Dave Airlie (1):
63
64 - r600: initialised PGM_RESOURCES_2 for ES/GS
65
66 Emil Velikov (4):
67
68 - docs: add sha256 checksums for 11.0.5
69 - cherry-ignore: add the swrast front buffer support
70 - automake: use static llvm for make distcheck
71 - Update version to 11.0.6
72
73 Eric Anholt (3):
74
75 - vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.
76 - vc4: Return NULL when we can't make our shadow for a sampler view.
77 - vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.
78
79 Ian Romanick (2):
80
81 - meta/generate_mipmap: Don't leak the sampler object
82 - meta/generate_mipmap: Only modify the draw framebuffer binding in
83 fallback_required
84
85 Ilia Mirkin (2):
86
87 - mesa/copyimage: allow width/height to not be multiples of block
88 - nouveau: don't expose HEVC decoding support
89
90 Jason Ekstrand (1):
91
92 - nir/vars_to_ssa: Rework copy set handling in
93 lower_copies_to_load_store
94
95 Kenneth Graunke (1):
96
97 - glsl: Allow implicit int -> uint conversions for the % operator.
98
99 Marek Olšák (1):
100
101 - radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
102
103 Michel Dänzer (1):
104
105 - winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3
106
107 Oded Gabbay (1):
108
109 - llvmpipe: use simple coeffs calc for 128bit vectors
110
111 Roland Scheidegger (2):
112
113 - radeon: fix bgrx8/xrgb8 blits
114 - r200: fix bgrx8/xrgb8 blits