At this commit driver skeleton is able to dump spirv and nir
[mesa.git] / docs / relnotes / 9.0.1.rst
1 Mesa 9.0.1 Release Notes / November 16th, 2012
2 ==============================================
3
4 Mesa 9.0.1 is a bug fix release which fixes bugs found since the 9.0
5 release.
6
7 Mesa 9.0 implements the OpenGL 3.1 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.1. OpenGL 3.1 is **only** available if requested at context creation
12 because GL_ARB_compatibility is not supported.
13
14 MD5 checksums
15 -------------
16
17 ::
18
19 97d6554c05ea7449398afe3a0ede7018 MesaLib-9.0.1.tar.bz2
20 fd0fd5a6e56bc3dd210c80e42baef975 MesaLib-9.0.1.tar.gz
21 c2683d957acd530a00f747f50317186f MesaLib-9.0.1.zip
22
23 New features
24 ------------
25
26 None.
27
28 Bug fixes
29 ---------
30
31 This list is likely incomplete.
32
33 - `Bug 44912 <https://bugs.freedesktop.org/show_bug.cgi?id=44912>`__ -
34 [bisected] WebGL conformance/textures/texture-mips tests fails
35 - `Bug 55856 <https://bugs.freedesktop.org/show_bug.cgi?id=55856>`__ -
36 kwin with gles window content is not updating (gen4)
37 - `Bug 56057 <https://bugs.freedesktop.org/show_bug.cgi?id=56057>`__ -
38 INTEL_swap_event not correctly listed
39 - `Bug 56211 <https://bugs.freedesktop.org/show_bug.cgi?id=56211>`__ -
40 src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture:
41 Assertion \`u_minify(stImage->pt->height0, src_level) ==
42 stImage->base.Height' failed.
43
44 Changes
45 -------
46
47 The full set of changes can be viewed by using the following GIT
48 command:
49
50 ::
51
52 git log mesa-9.0..mesa-9.0.1
53
54 Adam Jackson (1):
55
56 - glx: Add GLXBadProfileARB to the error string list
57
58 Andreas Boll (7):
59
60 - docs: add news item for 9.0 release
61 - mesa: add get-pick-list.sh script into bin/
62 - mesa: add initial .cherry-ignore file for the 9.0 branch
63 - mesa: use .cherry-ignore in the get-pick-list.sh script
64 - build: add config.sub and config.guess to tarballs target
65 - build: add missing Makefile.in files to tarballs target
66 - build: add missing files to tarballs target
67
68 Brian Paul (2):
69
70 - mesa: don't call TexImage driver hooks for zero-sized images
71 - mesa: fix error check for zero-sized compressed subtexture
72
73 Fredrik Höglund (1):
74
75 - egl_dri2/x11: Fix eglPostSubBufferNV()
76
77 Ian Romanick (5):
78
79 - docs: Add 9.0 release md5sums
80 - i965: Fix regression in depth texture rendering on pre-SNB
81 - glx: Set sRGBCapable to a default value
82 - docs: Add 9.0.1 release notes
83 - mesa: Bump version to 9.0.1
84
85 Imre Deak (7):
86
87 - mesa: glGet: fix indentation of \_mesa_init_get_hash
88 - mesa: glGet: fix indentation of find_value
89 - mesa: glGet: fix indentation of print_table_stats
90 - mesa: glGet: fix API check for EGL_image_external enums
91 - glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section
92 - mesa: glGet: fix parameter lookup for apps using multiple APIs
93 - glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
94
95 Jonas Ådahl (1):
96
97 - wayland: Destroy frame callback when destroying surface
98
99 Kenneth Graunke (1):
100
101 - glsl: Allow ir_if in the linker's move_non_declarations function.
102
103 Kristian Høgsberg (5):
104
105 - gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import()
106 - gbm: Use the kms dumb ioctls for cursor instead of libkms
107 - egl/wayland: Update to Wayland 0.99 API
108 - wayland: Remove 0.85 compatibility #ifdefs
109 - wayland: Drop support for ill-defined, unused wl_egl_pixmap
110
111 Marcin Slusarz (1):
112
113 - nouveau: use pre-calculated stride for resource_get_handle
114
115 Matt Turner (4):
116
117 - egl: Return EGL_BAD_MATCH for invalid profile attributes
118 - Re-add HAVE_PTHREADS preprocessor macro
119 - build: Ship install-sh in the tarball
120 - ralloc: Annotate printf functions with PRINTFLIKE(...)
121
122 Michel Dänzer (2):
123
124 - st/mesa: Fix source miptree level for copying data to finalized
125 miptree.
126 - st/mesa: Fix assertions for copying texture image to finalized
127 miptree.
128
129 Owen W. Taylor (1):
130
131 - glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
132
133 Quentin Glidic (1):
134
135 - intel: Add missing #include <time.h>
136
137 Tomeu Vizoso (1):
138
139 - mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs