1 | Mesa 10.1.6 Release Notes / (June 24, 2014)
|
---|
2 | ===========================================
|
---|
3 |
|
---|
4 | Mesa 10.1.6 is a bug fix release which fixes bugs found since the 10.1.5
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 10.1.6 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 | SHA256 checksums
|
---|
15 | ----------------
|
---|
16 |
|
---|
17 | ::
|
---|
18 |
|
---|
19 | cde60e06b340d7598802fe4a4484b3fb8befd714f9ab9caabe1f27d3149e8815 MesaLib-10.1.6.tar.bz2
|
---|
20 | e4e726d7805a442f7ed07d12f71335e6126796ec85328a5989eb5348a8042d00 MesaLib-10.1.6.tar.gz
|
---|
21 | bf7e3f721a7ad0c2057a034834b6fea688e64f26a66cf8d1caa2827e405e72dd MesaLib-10.1.6.zip
|
---|
22 |
|
---|
23 | New features
|
---|
24 | ------------
|
---|
25 |
|
---|
26 | None
|
---|
27 |
|
---|
28 | Bug fixes
|
---|
29 | ---------
|
---|
30 |
|
---|
31 | This list is likely incomplete.
|
---|
32 |
|
---|
33 | - `Bug 54372 <https://bugs.freedesktop.org/show_bug.cgi?id=54372>`__ -
|
---|
34 | GLX_INTEL_swap_event crashes driver when swapping window buffers
|
---|
35 | - `Bug 74005 <https://bugs.freedesktop.org/show_bug.cgi?id=74005>`__ -
|
---|
36 | [i965 Bisected]Piglit/glx_glx-make-glxdrawable-current fails
|
---|
37 | - `Bug 78581 <https://bugs.freedesktop.org/show_bug.cgi?id=78581>`__ -
|
---|
38 | - `Bug 79729 <https://bugs.freedesktop.org/show_bug.cgi?id=79729>`__ -
|
---|
39 | [i965] glClear on a multisample texture doesn't work
|
---|
40 |
|
---|
41 | Changes
|
---|
42 | -------
|
---|
43 |
|
---|
44 | Adrian Negreanu (7):
|
---|
45 |
|
---|
46 | - add megadriver_stub_FILES
|
---|
47 | - android: adapt to the megadriver mechanism
|
---|
48 | - android: add libloader to libGLES_mesa and libmesa_egl_dri2
|
---|
49 | - android: add src/gallium/auxiliary as include path for
|
---|
50 | libmesa_dricore
|
---|
51 | - android, egl: add correct drm include for libmesa_egl_dri2
|
---|
52 | - android, mesa_gen_matypes: pull in timespec POSIX definition
|
---|
53 | - android, dricore: undefined reference to \_mesa_streaming_load_memcpy
|
---|
54 |
|
---|
55 | Beren Minor (1):
|
---|
56 |
|
---|
57 | - egl/main: Fix eglMakeCurrent when releasing context from current
|
---|
58 | thread.
|
---|
59 |
|
---|
60 | Carl Worth (3):
|
---|
61 |
|
---|
62 | - docs: Add SHA256 checksums for the 10.1.5 release
|
---|
63 | - cherry-ignore: Add a patch to ignore
|
---|
64 | - Update VERSION to 10.1.6
|
---|
65 |
|
---|
66 | Daniel Manjarres (1):
|
---|
67 |
|
---|
68 | - glx: Don't crash on swap event for a Window (non-GLXWindow)
|
---|
69 |
|
---|
70 | Emil Velikov (1):
|
---|
71 |
|
---|
72 | - configure: error out when building opencl without LLVM
|
---|
73 |
|
---|
74 | Iago Toral Quiroga (1):
|
---|
75 |
|
---|
76 | - mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.
|
---|
77 |
|
---|
78 | José Fonseca (3):
|
---|
79 |
|
---|
80 | - mesa/main: Make get_hash.c values constant.
|
---|
81 | - mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.
|
---|
82 | - mesa/main: Prevent sefgault on
|
---|
83 | glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).
|
---|
84 |
|
---|
85 | Kristian Høgsberg (1):
|
---|
86 |
|
---|
87 | - mesa: Remove glClear optimization based on drawable size
|
---|
88 |
|
---|
89 | Michel Dänzer (1):
|
---|
90 |
|
---|
91 | - configure: Only check for OpenCL without LLVM when the latter is
|
---|
92 | certain
|
---|
93 |
|
---|
94 | Neil Roberts (1):
|
---|
95 |
|
---|
96 | - i965: Set the fast clear color value for texture surfaces
|
---|
97 |
|
---|
98 | Roland Scheidegger (1):
|
---|
99 |
|
---|
100 | - draw: (trivial) fix clamping of viewport index
|
---|
101 |
|
---|
102 | Tobias Klausmann (1):
|
---|
103 |
|
---|
104 | - nv50/ir: clear subop when folding constant expressions
|
---|
105 |
|
---|
106 | Tom Stellard (2):
|
---|
107 |
|
---|
108 | - clover: Prevent Clang from printing number of errors and warnings to
|
---|
109 | stderr.
|
---|
110 | - clover: Don't use llvm's global context
|
---|