+Mesa 10.0.1 is a bug fix release which fixes bugs found since the 10.0 release.
+
+
+Mesa 10.0.1 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 not supported.
+
@@ -61,7 +63,75 @@ Note: some of the new features are only available with certain drivers.
Bug fixes
-TBD.
+
Attempts have been made to not include bugs fixed in previous 9.2
+releases or bugs that were regressions during 10.0 development. This list is
+likely incomplete.
+
+
+
+
Bug 47755 - [glsl-compiler] no error checking when Interpolation qualifier for built-in variable is different in vertex and fragment shader
+
+
Bug 52171 - [gallium/r600/clover] Simple benchmarks failed to run
+
+
Bug 53077 - [IVB] Output error with msaa when both of framebuffer and source color's alpha are not 1
diff --git a/mesalib/docs/relnotes/10.1.html b/mesalib/docs/relnotes/10.1.html
index 1b8ea22f8..778ae6a57 100644
--- a/mesalib/docs/relnotes/10.1.html
+++ b/mesalib/docs/relnotes/10.1.html
@@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers.
GL_ARB_draw_indirect on i965.
+
GL_ARB_clear_buffer_object
@@ -54,7 +55,11 @@ TBD.
Changes
-TBD.
+
+
Removed support for the GL_MESA_texture_array extension. This extension
+ enabled the use of texture array with fixed-function and assembly fragment
+ shaders. No applications are known to use this extension.
+
+
+
+
The Mesa 3D Graphics Library
+
+
+
+
+
+
Mesa 9.2.5 Release Notes / (December 12, 2013)
+
+
+Mesa 9.2.5 is a bug fix release which fixes bugs found since the 9.2.4 release.
+
+
+Mesa 9.2 implements the OpenGL 3.1 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.1. OpenGL
+3.1 is only available if requested at context creation
+because GL_ARB_compatibility is not supported.
+
The full set of changes can be viewed by using the following GIT command:
+
+
+ git log mesa-9.2.4..mesa-9.2.5
+
+
+
Chad Versace (2):
+
+
i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
+
i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
+
+
+
Chris Forbes (4):
+
+
i965: Gen4-5: Don't enable hardware alpha test with MRT
+
i965: Gen4-5: Include alpha func/ref in program key
+
i965/fs: Gen4-5: Setup discard masks for MRT alpha test
+
i965/fs: Gen4-5: Implement alpha test in shader for MRT
+
+
+
Chí-Thanh Christopher Nguyễn (1):
+
+
st/xorg: Handle new DamageUnregister API which has only one argument
+
+
+
Dave Airlie (3):
+
+
mesa/swrast: fix inverted front buffer rendering with old-school swrast
+
glx: don't fail out when no configs if we have visuals
+
swrast: fix readback regression since inversion fix
+
+
+
Ian Romanick (1):
+
+
glsl: Don't emit empty declaration warning for a struct specifier
+
+
+
Ilia Mirkin (4):
+
+
nv50: Fix GPU_READING/WRITING bit removal
+
nouveau: avoid leaking fences while waiting
+
nv50: wait on the buf's fence before sticking it into pushbuf
+
nv50: report 15 max inputs for fragment programs
+
+
+
Tom Stellard (2):
+
+
r300/compiler/tests: Fix segfault
+
r300/compiler/tests: Fix line length check in test parser
+
+
+
+
diff --git a/mesalib/docs/relnotes/9.2.4.html b/mesalib/docs/relnotes/9.2.4.html
index 1ca6b1d13..e4a6fd4e5 100644
--- a/mesalib/docs/relnotes/9.2.4.html
+++ b/mesalib/docs/relnotes/9.2.4.html
@@ -31,6 +31,9 @@ because GL_ARB_compatibility is not supported.