1 | Mesa 10.2.9 Release Notes / October 12, 2014
|
---|
2 | ============================================
|
---|
3 |
|
---|
4 | Mesa 10.2.9 is a bug fix release which fixes bugs found since the 10.2.8
|
---|
5 | release. This is the final planned release for the 10.2 branch.
|
---|
6 |
|
---|
7 | Mesa 10.2.9 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 | f8d62857eed8f604a57710c58a8ffcfb8dab2dc4977ec27c956c7c4fd14032f6 MesaLib-10.2.9.tar.gz
|
---|
20 | f6031f8b7113a92325b60635c504c510490eebb2e707119bbff7bd86aa34657d MesaLib-10.2.9.tar.bz2
|
---|
21 | 11c0ef4f3308fc29d9f15a77fd8f4842a946fce9e830250a1c95b171a446171a MesaLib-10.2.9.zip
|
---|
22 |
|
---|
23 | New features
|
---|
24 | ------------
|
---|
25 |
|
---|
26 | None
|
---|
27 |
|
---|
28 | Bug fixes
|
---|
29 | ---------
|
---|
30 |
|
---|
31 | This list is likely incomplete.
|
---|
32 |
|
---|
33 | - `Bug 79462 <https://bugs.freedesktop.org/show_bug.cgi?id=79462>`__ -
|
---|
34 | [NVC0/Codegen] Shader compilation falis in spill logic
|
---|
35 | - `Bug 83570 <https://bugs.freedesktop.org/show_bug.cgi?id=83570>`__ -
|
---|
36 | Glyphy demo throws unhandled Integer division by zero exception
|
---|
37 |
|
---|
38 | Changes
|
---|
39 | -------
|
---|
40 |
|
---|
41 | Andreas Pokorny (2):
|
---|
42 |
|
---|
43 | - egl/drm: expose KHR_image_pixmap extension
|
---|
44 | - i915: Fix black buffers when importing prime fds
|
---|
45 |
|
---|
46 | Emil Velikov (2):
|
---|
47 |
|
---|
48 | - docs: Add sha256 sums for the 10.2.8 release
|
---|
49 | - Update VERSION to 10.2.9
|
---|
50 |
|
---|
51 | Ilia Mirkin (1):
|
---|
52 |
|
---|
53 | - nv50/ir: avoid deleting pseudo instructions too early
|
---|
54 |
|
---|
55 | Marek Olšák (3):
|
---|
56 |
|
---|
57 | - radeonsi: release GS rings at context destruction
|
---|
58 | - radeonsi: properly destroy the GS copy shader and scratch_bo for
|
---|
59 | compute
|
---|
60 | - st/dri: remove GALLIUM_MSAA and \__GL_FSAA_MODE environment variables
|
---|
61 |
|
---|
62 | Roland Scheidegger (1):
|
---|
63 |
|
---|
64 | - gallivm: fix idiv
|
---|
65 |
|
---|
66 | Thomas Hellstrom (1):
|
---|
67 |
|
---|
68 | - st/xa: Fix regression in xa_yuv_planar_blit()
|
---|
69 |
|
---|
70 | Tom Stellard (1):
|
---|
71 |
|
---|
72 | - configure.ac: Compute LLVM_VERSION_PATCH using llvm-config
|
---|
73 |
|
---|
74 | rconde (1):
|
---|
75 |
|
---|
76 | - gallivm,tgsi: fix idiv by zero crash
|
---|