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