1 | Mesa 10.3.4 Release Notes / November 21, 2014
|
---|
2 | =============================================
|
---|
3 |
|
---|
4 | Mesa 10.3.4 is a bug fix release which fixes bugs found since the 10.3.3
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 10.3.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 | SHA256 checksums
|
---|
15 | ----------------
|
---|
16 |
|
---|
17 | ::
|
---|
18 |
|
---|
19 | 26482495ef6177f889dbd87c7edcccfedd995598785bbbd7e3e066352574c8e0 MesaLib-10.3.4.tar.gz
|
---|
20 | e6373913142338d10515daf619d659433bfd2989988198930c13b0945a15e98a MesaLib-10.3.4.tar.bz2
|
---|
21 | 8c3ebbb6535daf3414305860ebca6ac67dbb6e3d35058c7a6ce18b84b5945b7f MesaLib-10.3.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 76252 <https://bugs.freedesktop.org/show_bug.cgi?id=76252>`__ -
|
---|
34 | Dynamic loading/unloading of opengl32.dll results in a deadlock
|
---|
35 | - `Bug 78770 <https://bugs.freedesktop.org/show_bug.cgi?id=78770>`__ -
|
---|
36 | [SNB bisected]Webglc conformance/textures/texture-size-limit.html
|
---|
37 | fails
|
---|
38 | - `Bug 83500 <https://bugs.freedesktop.org/show_bug.cgi?id=83500>`__ -
|
---|
39 | si_dma_copy_tile causes GPU hangs
|
---|
40 | - `Bug 85647 <https://bugs.freedesktop.org/show_bug.cgi?id=85647>`__ -
|
---|
41 | Random radeonsi crashes with mesa 10.3.x
|
---|
42 |
|
---|
43 | Changes
|
---|
44 | -------
|
---|
45 |
|
---|
46 | Brian Paul (1):
|
---|
47 |
|
---|
48 | - st/mesa: copy sampler_array_size field when copying instructions
|
---|
49 |
|
---|
50 | Chad Versace (1):
|
---|
51 |
|
---|
52 | - i965: Fix segfault in WebGL Conformance on Ivybridge
|
---|
53 |
|
---|
54 | Dave Airlie (5):
|
---|
55 |
|
---|
56 | - r600g/cayman: fix integer multiplication output overwrite (v2)
|
---|
57 | - r600g/cayman: fix texture gather tests
|
---|
58 | - r600g/cayman: handle empty vertex shaders
|
---|
59 | - r600g: geom shaders: always load texture src regs from inputs
|
---|
60 | - r600g: limit texture offset application to specific types (v2)
|
---|
61 |
|
---|
62 | Emil Velikov (3):
|
---|
63 |
|
---|
64 | - docs: Add sha256 sums for the 10.3.3 release
|
---|
65 | - configure.ac: roll up a program for the sse4.1 check
|
---|
66 | - get-pick-list.sh: Require explicit "10.3" for nominating stable
|
---|
67 | patches
|
---|
68 |
|
---|
69 | Ilia Mirkin (1):
|
---|
70 |
|
---|
71 | - st/mesa: add a fallback for clear_with_quad when no vs_layer
|
---|
72 |
|
---|
73 | José Fonseca (1):
|
---|
74 |
|
---|
75 | - llvmpipe: Avoid deadlock when unloading opengl32.dll
|
---|
76 |
|
---|
77 | Kenneth Graunke (1):
|
---|
78 |
|
---|
79 | - i915g: we also have more than 0 viewports!
|
---|
80 |
|
---|
81 | Michel Dänzer (1):
|
---|
82 |
|
---|
83 | - radeonsi: Disable asynchronous DMA except for PIPE_BUFFER
|
---|