+Mesa 10.3.6
+and Mesa 10.4.1 are released.
+
+These are bug-fix releases from the 10.3 and 10.4 branches, respectively.
+
+
+
December 14, 2014
+
+Mesa 10.4 is released. This is a new
+development release. See the release notes for more information about
+the release.
+
+
+
December 5, 2014
+
+Mesa 10.3.5 is released.
+This is a bug-fix release.
+
+
November 21, 2014
Mesa 10.3.4 is released.
diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html
index 8dd732618..22c6f6e44 100644
--- a/mesalib/docs/relnotes.html
+++ b/mesalib/docs/relnotes.html
@@ -21,6 +21,10 @@ The release notes summarize what's new or changed in each Mesa release.
10.3.2 release notes
diff --git a/mesalib/docs/relnotes/10.2.html b/mesalib/docs/relnotes/10.2.html
index f17bfcc28..e9d30c5c1 100644
--- a/mesalib/docs/relnotes/10.2.html
+++ b/mesalib/docs/relnotes/10.2.html
@@ -88,6 +88,8 @@ following options during configure, if you would like support for svga driver
Note: The files are installed in $(libdir)/gallium-pipe/ and the interface
between them and libxatracker.so is not stable.
+
+
The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.
+Mesa 10.3.5 is a bug fix release which fixes bugs found since the 10.3.4 release.
+
+
+Mesa 10.3.5 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 are not supported.
+
+Mesa 10.3.6 is a bug fix release which fixes bugs found since the 10.3.5 release.
+
+
+Mesa 10.3.6 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 are not supported.
+
i965/brw_reg: struct constructor now needs explicit negate and abs values.
+
+
+
Ben Widawsky (1):
+
+
i965/gs: Avoid DW * DW mul
+
+
+
Dave Airlie (1):
+
+
r600g: only init GS_VERT_ITEMSIZE on r600
+
+
+
Emil Velikov (3):
+
+
docs: Add sha256 sums for the 10.3.5 release
+
Revert "glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)"
+
Update version to 10.3.6
+
+
+
Ian Romanick (2):
+
+
linker: Wrap access of producer_var with a NULL check
+
linker: Assign varying locations geometry shader inputs for SSO
+
+
+
Ilia Mirkin (3):
+
+
util/primconvert: pass index bias through
+
util/primconvert: support instanced rendering
+
util/primconvert: take ib offset into account
+
+
+
José Fonseca (1):
+
+
util/primconvert: Avoid point arithmetic; apply offset on all cases.
+
+
+
Marek Olšák (1):
+
+
docs/relnotes: document the removal of GALLIUM_MSAA
+
+
+
Mario Kleiner (4):
+
+
glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)
+
glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)
+
glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
+
glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)
+
+
+
Maxence Le Doré (1):
+
+
glsl: Add gl_MaxViewports to available builtin constants
+
+
+
Tom Stellard (1):
+
+
radeonsi: Program RASTER_CONFIG for harvested GPUs v5
+
+
+
+
+
diff --git a/mesalib/docs/relnotes/10.3.html b/mesalib/docs/relnotes/10.3.html
index 53cd62d3d..e3ee7b1d5 100644
--- a/mesalib/docs/relnotes/10.3.html
+++ b/mesalib/docs/relnotes/10.3.html
@@ -327,6 +327,7 @@ DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
Removed support for the GL_ATI_envmap_bumpmap extension
The hacky --enable-32/64-bit is no longer available in configure. To build
32/64 bit mesa refer to the default method recommended by your distribution
+The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.
diff --git a/mesalib/docs/relnotes/10.4.1.html b/mesalib/docs/relnotes/10.4.1.html
new file mode 100644
index 000000000..206320bb6
--- /dev/null
+++ b/mesalib/docs/relnotes/10.4.1.html
@@ -0,0 +1,97 @@
+
+
+
+
+ Mesa Release Notes
+
+
+
+
+
+
The Mesa 3D Graphics Library
+
+
+
+
+
+
Mesa 10.4.1 Release Notes / December 29, 2014
+
+
+Mesa 10.4.1 is a bug fix release which fixes bugs found since the 10.4.0 release.
+
+
+Mesa 10.4.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 are not supported.
+
The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.
diff --git a/mesalib/docs/relnotes/10.5.0.html b/mesalib/docs/relnotes/10.5.0.html
index 84bfcdbdb..4f921ea4d 100644
--- a/mesalib/docs/relnotes/10.5.0.html
+++ b/mesalib/docs/relnotes/10.5.0.html
@@ -44,6 +44,11 @@ Note: some of the new features are only available with certain drivers.
+
GL_ARB_framebuffer_sRGB on freedreno
+
GL_ARB_texture_rg on freedreno
+
GL_EXT_packed_float on freedreno
+
GL_EXT_texture_shared_exponent on freedreno
+
GL_EXT_texture_snorm on freedreno
@@ -54,6 +59,7 @@ TBD.
Changes
+
Removed support for GCC versions earlier than 4.2.0.