1 | Mesa 10.2.8 Release Notes / September 19, 2014
|
---|
2 | ==============================================
|
---|
3 |
|
---|
4 | Mesa 10.2.8 is a bug fix release which fixes bugs found since the 10.2.7
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 10.2.8 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 | 4c5a25ccaf1a9734bbd10d62a1420cc8fd35a1060ce679f2fc846769a25fbeec MesaLib-10.2.8.tar.gz
|
---|
20 | 1ef9ad3f241788d454f2ff8c9d65b6849dfc31c8fe91f70fd2930b81c8af1398 MesaLib-10.2.8.tar.bz2
|
---|
21 | d26218da3b44734b1d555267b4c63c48803c4c8b14d2bc53071be57014da37fa MesaLib-10.2.8.zip
|
---|
22 |
|
---|
23 | New features
|
---|
24 | ------------
|
---|
25 |
|
---|
26 | None
|
---|
27 |
|
---|
28 | Bug fixes
|
---|
29 | ---------
|
---|
30 |
|
---|
31 | This list is likely incomplete.
|
---|
32 |
|
---|
33 | - `Bug 77493 <https://bugs.freedesktop.org/show_bug.cgi?id=77493>`__ -
|
---|
34 | lp_test_arit fails with llvm >= llvm-3.5svn r206094
|
---|
35 | - `Bug 82539 <https://bugs.freedesktop.org/show_bug.cgi?id=82539>`__ -
|
---|
36 | vmw_screen_dri.lo In file included from vmw_screen_dri.c:41:
|
---|
37 | vmwgfx_drm.h:32:17: error: drm.h: No such file or directory
|
---|
38 | - `Bug 82882 <https://bugs.freedesktop.org/show_bug.cgi?id=82882>`__ -
|
---|
39 | [swrast] piglit glsl-fs-uniform-bool-1 regression
|
---|
40 | - `Bug 83432 <https://bugs.freedesktop.org/show_bug.cgi?id=83432>`__ -
|
---|
41 | r600_query.c:269:r600_emit_query_end: Assertion
|
---|
42 | \`ctx->num_pipelinestat_queries > 0' failed [Gallium HUD]
|
---|
43 | - `Bug 83567 <https://bugs.freedesktop.org/show_bug.cgi?id=83567>`__ -
|
---|
44 | Mesa 10.2.6 does not compile with llvm 3.5
|
---|
45 | - `Bug 83735 <https://bugs.freedesktop.org/show_bug.cgi?id=83735>`__ -
|
---|
46 | [mesa-10.2.x] broken with llvm-3.5 and old CPUs
|
---|
47 |
|
---|
48 | Changes
|
---|
49 | -------
|
---|
50 |
|
---|
51 | Aaron Watry (1):
|
---|
52 |
|
---|
53 | - gallivm: Fix build after LLVM commit 211259
|
---|
54 |
|
---|
55 | Christoph Bumiller (2):
|
---|
56 |
|
---|
57 | - nv50/ir/util: fix BitSet issues
|
---|
58 | - nvc0/ir: clarify recursion fix to finding first tex uses
|
---|
59 |
|
---|
60 | Emil Velikov (3):
|
---|
61 |
|
---|
62 | - docs: Add sha256 sums for the 10.2.7 release
|
---|
63 | - configure: bail out if building svga without libdrm
|
---|
64 | - Update VERSION to 10.2.8
|
---|
65 |
|
---|
66 | Ilia Mirkin (4):
|
---|
67 |
|
---|
68 | - nv50/ir: avoid array overrun when checking for supported mods
|
---|
69 | - nouveau: only enable the depth test if there actually is a depth
|
---|
70 | buffer
|
---|
71 | - nouveau: only enable stencil func if the visual has stencil bits
|
---|
72 | - nouveau: change internal variables to avoid conflicts with macro args
|
---|
73 |
|
---|
74 | Jonathan Gray (1):
|
---|
75 |
|
---|
76 | - configure.ac: strip \_GNU_SOURCE from llvm-config output
|
---|
77 |
|
---|
78 | José Fonseca (1):
|
---|
79 |
|
---|
80 | - gallivm: Disable workaround for PR12833 on LLVM 3.2+.
|
---|
81 |
|
---|
82 | Maarten Lankhorst (4):
|
---|
83 |
|
---|
84 | - nouveau: re-allocate bo's on overflow
|
---|
85 | - nouveau: fix MPEG4 hw decoding
|
---|
86 | - nouveau: rework reference frame handling
|
---|
87 | - nouveau: remove unneeded assert
|
---|
88 |
|
---|
89 | Marek Olšák (3):
|
---|
90 |
|
---|
91 | - r600g,radeonsi: make sure there's enough CS space before resuming
|
---|
92 | queries
|
---|
93 | - mesa: set UniformBooleanTrue = 1.0f by default
|
---|
94 | - st/mesa: use 1.0f as boolean true on drivers without integer support
|
---|
95 |
|
---|
96 | Richard Sandiford (1):
|
---|
97 |
|
---|
98 | - gallivm: Fix uses of 2^24
|
---|
99 |
|
---|
100 | Roland Scheidegger (1):
|
---|
101 |
|
---|
102 | - gallivm: set mcpu when initializing llvm execution engine
|
---|
103 |
|
---|
104 | Thomas Hellstrom (1):
|
---|
105 |
|
---|
106 | - winsys/svga: Fix incorrect type usage in IOCTL v2
|
---|