blob: f92401c3e6c8368aa19e641241f6ab5b4ea3aac7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
Mesa 10.6.5 Release Notes / August 22, 2015
===========================================
Mesa 10.6.5 is a bug fix release which fixes bugs found since the 10.6.4
release.
Mesa 10.6.5 implements the OpenGL 3.3 API, but the version reported by
glGetString(GL\_VERSION) or glGetIntegerv(GL\_MAJOR\_VERSION) /
glGetIntegerv(GL\_MINOR\_VERSION) depends on the particular driver being
used. Some drivers don't support all the features required in OpenGL
3.3. OpenGL 3.3 is **only** available if requested at context creation
because compatibility contexts are not supported.
SHA256 checksums
----------------
::
afe290fc7af75a25df5ee52396a9f09e5dba85fb3e159304bdda265b8564b0d4 mesa-10.6.5.tar.gz
fb6fac3c85bcfa9d06b8dd439169f23f0c0924a88e44362e738b99b1feff762f mesa-10.6.5.tar.xz
New features
------------
None
Bug fixes
---------
This list is likely incomplete.
- `Bug 85252 <https://bugs.freedesktop.org/show_bug.cgi?id=85252>`__ -
Segfault in compiler while processing ternary operator with void
arguments
- `Bug 91570 <https://bugs.freedesktop.org/show_bug.cgi?id=91570>`__ -
Upgrading mesa to 10.6 causes segfault in OpenGL applications with
GeForce4 MX 440 / AGP 8X
- `Bug 91610 <https://bugs.freedesktop.org/show_bug.cgi?id=91610>`__ -
[BSW] GPU hang for spec.shaders.point-vertex-id gl\_instanceid
divisor
Changes
-------
Adam Jackson (1):
- glx: Fix \_\_glXWireToEvent for BufferSwapComplete
Alex Deucher (2):
- radeonsi: add new OLAND pci id
- radeonsi: properly set the raster\_config for KV
Emil Velikov (4):
- docs: add sha256 checksums for 10.6.4
- vc4: add missing nir include, to fix the build
- Revert "radeonsi: properly set the raster\_config for KV"
- Update version to 10.6.5
Frank Binns (1):
- egl/x11: don't abort when creating a DRI2 drawable fails
Ilia Mirkin (3):
- nouveau: no need to do tnl wakeup, state updates are always hooked up
- gm107/ir: indirect handle goes first on maxwell also
- nv50,nvc0: take level into account when doing eng2d multi-layer blits
Jason Ekstrand (4):
- meta/copy\_image: Stash off the scissor
- mesa/formats: Only do byteswapping for packed formats
- mesa/formats: Fix swizzle flipping for big-endian targets
- mesa/formats: Don't flip channels of null array formats
Marek Olšák (3):
- radeonsi: fix polygon offset scale
- r600g: fix polygon offset scale
- r600g: allow setting geometry shader sampler states
Neil Roberts (1):
- i965/bdw: Fix setting the instancing state for the SGVS element
Oded Gabbay (2):
- mesa: clear existing swizzle info before bitwise-OR
- mesa/formats: don't byteswap when building array formats
Renaud Gaubert (1):
- glsl: avoid compiler's segfault when processing operators with void
arguments
|