egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
[mesa.git] / docs / relnotes / 10.0.1.rst
1 Mesa 10.0.1 Release Notes / (December 12, 2013)
2 ===============================================
3
4 Mesa 10.0.1 is a bug fix release which fixes bugs found since the 10.0
5 release.
6
7 Mesa 10.0.1 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 not supported.
13
14 MD5 checksums
15 -------------
16
17 ::
18
19 0a72ca5b36046a658bf6038326ff32ed MesaLib-10.0.1.tar.bz2
20 01bde35c912e504ba62caf1ef9f7022c MesaLib-10.0.1.tar.gz
21 59a174a11a89e6b1b8ee9c3f7e3c388c MesaLib-10.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 64323 <https://bugs.freedesktop.org/show_bug.cgi?id=64323>`__ -
34 Severe misrendering in Left 4 Dead 2
35 - `Bug 68838 <https://bugs.freedesktop.org/show_bug.cgi?id=68838>`__ -
36 GLSL: struct declarations produce a "empty declaration warning" in
37 9.2
38 - `Bug 69155 <https://bugs.freedesktop.org/show_bug.cgi?id=69155>`__ -
39 [NV50 gallium] [piglit] bin/varying-packing-simple triggers memory
40 corruption/failures
41 - `Bug 70250 <https://bugs.freedesktop.org/show_bug.cgi?id=70250>`__ -
42 weston-terminal rendering corrupted with output transform 90 and 270
43 - `Bug 70601 <https://bugs.freedesktop.org/show_bug.cgi?id=70601>`__ -
44 [SNB Bisected]Piglit spec/ARB_texture_float/multisample-formats 2
45 GL_ARB_texture_float fails
46 - `Bug 72230 <https://bugs.freedesktop.org/show_bug.cgi?id=72230>`__ -
47 Unable to extract MesaLib-10.0.0.tar.{gz,bz2} with bsdtar
48 - `Bug 72325 <https://bugs.freedesktop.org/show_bug.cgi?id=72325>`__ -
49 [swrast] piglit glean fbo regression
50 - `Bug 72327 <https://bugs.freedesktop.org/show_bug.cgi?id=72327>`__ -
51 [swrast] piglit glean pointSprite regression
52
53 Changes
54 -------
55
56 The full set of changes can be viewed by using the following git
57 command:
58
59 ::
60
61 git log mesa-10.0..mesa-10.0.1
62
63 Axel Davy (2):
64
65 - egl/wayland: Flush the wl_display at the end of SwapBuffers
66 - Enable throttling in SwapBuffers
67
68 Chad Versace (2):
69
70 - i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
71 - i965: Add extra-alignment for non-msrt fast color clear for all hw
72 (v2)
73
74 Dave Airlie (1):
75
76 - swrast: fix readback regression since inversion fix
77
78 Emil Velikov (1):
79
80 - automake: include only one copy VERSION in tarball
81
82 Ian Romanick (3):
83
84 - docs: Add 10.0 release md5sums
85 - Remove a057b83 from the pick list
86 - glsl: Don't emit empty declaration warning for a struct specifier
87
88 Ilia Mirkin (8):
89
90 - mesa: don't leak performance monitors on context destroy
91 - nv50: Fix GPU_READING/WRITING bit removal
92 - nouveau: avoid leaking fences while waiting
93 - nv50: wait on the buf's fence before sticking it into pushbuf
94 - nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
95 - nouveau/video: update h264 picparm field names based on usage
96 - nouveau/video: update a few more h264 picparm field names
97 - nv50: report 15 max inputs for fragment programs
98
99 Jordan Justen (1):
100
101 - dri megadriver_stub: add compatibility for older DRI loaders
102
103 Kristian Høgsberg (2):
104
105 - egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffers
106 - egl/wayland: Send commit after flushing the driver context
107
108 Maarten Lankhorst (1):
109
110 - nouveau: Fix compiler warning regression
111
112 Paul Berry (1):
113
114 - i965/gen6: Fix multisample resolve blits for luminance/intensity 32F
115 formats.
116
117 Thomas Hellstrom (1):
118
119 - st/xa: Bump major version number to 2
120
121 Tom Stellard (2):
122
123 - r300/compiler/tests: Fix segfault
124 - r300/compiler/tests: Fix line length check in test parser