1Mesa 10.4.4 Release Notes / February 06, 2015
2=============================================
3
4Mesa 10.4.4 is a bug fix release which fixes bugs found since the 10.4.3
5release.
6
7Mesa 10.4.4 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   5cb427eaf980cb8555953e9928f5797979ed783e277745d5f8cbae8bc5364086  MesaLib-10.4.4.tar.gz
20   f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c  MesaLib-10.4.4.tar.bz2
21   86baad73b77920c80fe58402a905e7dd17e3ea10ead6ea7d3afdc0a56c860bd7  MesaLib-10.4.4.zip
22
23New features
24------------
25
26None
27
28Bug fixes
29---------
30
31This list is likely incomplete.
32
33-  `Bug 88662 <https://bugs.freedesktop.org/show_bug.cgi?id=88662>`__ -
34   unaligned access to gl_dlist_node
35-  `Bug 88930 <https://bugs.freedesktop.org/show_bug.cgi?id=88930>`__ -
36   [osmesa] osbuffer->textures should be indexed by attachment type
37
38Changes
39-------
40
41Brian Paul (1):
42
43-  mesa: fix display list 8-byte alignment issue
44
45Emil Velikov (2):
46
47-  docs: Add sha256 sums for the 10.4.3 release
48-  Update version to 10.4.4
49
50José Fonseca (1):
51
52-  egl: Pass the correct X visual depth to xcb_put_image().
53
54Mario Kleiner (1):
55
56-  glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
57
58Matt Turner (1):
59
60-  gallium/util: Don't use \__builtin_clrsb in util_last_bit().
61
62Niels Ole Salscheider (1):
63
64-  configure: Link against all LLVM targets when building clover
65
66Park, Jeongmin (1):
67
68-  st/osmesa: Fix osbuffer->textures indexing
69
70Ville Syrjälä (1):
71
72-  i965: Fix max_wm_threads for CHV
73