1Mesa 11.0.6 Release Notes / November 21, 2015
2=============================================
3
4Mesa 11.0.6 is a bug fix release which fixes bugs found since the 11.0.5
5release.
6
7Mesa 11.0.6 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   4bdf054af66ebabf3eca0616f9f5e44c2f234695661b570261c391bc2f4f7482  mesa-11.0.6.tar.gz
20   8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760  mesa-11.0.6.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30This 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
46Changes
47-------
48
49Alex Deucher (1):
50
51-  radeonsi: enable optimal raster config setting for fiji (v2)
52
53Ben Widawsky (1):
54
55-  i965/skl/gt4: Fix URB programming restriction.
56
57Boyuan 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
62Dave Airlie (1):
63
64-  r600: initialised PGM_RESOURCES_2 for ES/GS
65
66Emil 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
73Eric 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
79Ian 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
85Ilia Mirkin (2):
86
87-  mesa/copyimage: allow width/height to not be multiples of block
88-  nouveau: don't expose HEVC decoding support
89
90Jason Ekstrand (1):
91
92-  nir/vars_to_ssa: Rework copy set handling in
93   lower_copies_to_load_store
94
95Kenneth Graunke (1):
96
97-  glsl: Allow implicit int -> uint conversions for the % operator.
98
99Marek Olšák (1):
100
101-  radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
102
103Michel Dänzer (1):
104
105-  winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3
106
107Oded Gabbay (1):
108
109-  llvmpipe: use simple coeffs calc for 128bit vectors
110
111Roland Scheidegger (2):
112
113-  radeon: fix bgrx8/xrgb8 blits
114-  r200: fix bgrx8/xrgb8 blits
115