<div dir="ltr">The numbering has just in relation with DirectX support numbering. Mesa 10.0 -> OpenGL 3.3 == DirectX10. And now you want to brake this :)<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Oct 18, 2013 at 10:01 AM, Mike Lothian <span dir="ltr"><<a href="mailto:mike@fireburn.co.uk" target="_blank">mike@fireburn.co.uk</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">It seems a bit silly to skip version 10 entirely</p>
<p dir="ltr">Is this really necessary? </p><div><div>
<div class="gmail_quote">On 18 Oct 2013 07:57, "Kenneth Graunke" <<a href="mailto:kenneth@whitecape.org" target="_blank">kenneth@whitecape.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



Mesa now supports OpenGL 3.3 and GLSL 3.30, so bump the Mesa major<br>
version from 10 to 11 to reflect this.<br>
<br>
Also update the release notes, and add appropriate FAQ entries.<br>
<br>
<a href="http://en.wikipedia.org/wiki/Up_to_eleven" target="_blank">http://en.wikipedia.org/wiki/Up_to_eleven</a><br>
<br>
Signed-off-by: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org" target="_blank">kenneth@whitecape.org</a>><br>
Reviewed-by: Matt Turner <<a href="mailto:mattst88@gmail.com" target="_blank">mattst88@gmail.com</a>><br>
---<br>
 VERSION                 |  2 +-<br>
 docs/relnotes.html      |  3 +-<br>
 docs/relnotes/10.0.html | 65 ----------------------------------------<br>
 docs/relnotes/11.0.html | 80 +++++++++++++++++++++++++++++++++++++++++++++++++<br>
 4 files changed, 83 insertions(+), 67 deletions(-)<br>
 delete mode 100644 docs/relnotes/10.0.html<br>
 create mode 100644 docs/relnotes/11.0.html<br>
<br>
diff --git a/VERSION b/VERSION<br>
index 8e92e83..2b1181d 100644<br>
--- a/VERSION<br>
+++ b/VERSION<br>
@@ -1 +1 @@<br>
-10.0.0-devel<br>
+11.0.0-devel<br>
diff --git a/docs/relnotes.html b/docs/relnotes.html<br>
index 82072dd..fb31555 100644<br>
--- a/docs/relnotes.html<br>
+++ b/docs/relnotes.html<br>
@@ -21,7 +21,8 @@ The release notes summarize what's new or changed in each Mesa release.<br>
 </p><br>
<br>
 <ul><br>
-<li><a href="relnotes/10.0.html">10.0 release notes</a><br>
+<li><a href="relnotes/11.0.html">11.0 release notes</a><br>
+<li>Mesa 10.0 was never released.<br>
 <li><a href="relnotes/9.2.1.html">9.2.1 release notes</a><br>
 <li><a href="relnotes/9.2.html">9.2 release notes</a><br>
 <li><a href="relnotes/9.1.7.html">9.1.7 release notes</a><br>
diff --git a/docs/relnotes/10.0.html b/docs/relnotes/10.0.html<br>
deleted file mode 100644<br>
index 0b25f49..0000000<br>
--- a/docs/relnotes/10.0.html<br>
+++ /dev/null<br>
@@ -1,65 +0,0 @@<br>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<a href="http://www.w3.org/TR/html4/loose.dtd" target="_blank">http://www.w3.org/TR/html4/loose.dtd</a>"><br>
-<html lang="en"><br>
-<head><br>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8"><br>
-  <title>Mesa Release Notes</title><br>
-  <link rel="stylesheet" type="text/css" href="../mesa.css"><br>
-</head><br>
-<body><br>
-<br>
-<div class="header"><br>
-  <h1>The Mesa 3D Graphics Library</h1><br>
-</div><br>
-<br>
-<iframe src="../contents.html"></iframe><br>
-<div class="content"><br>
-<br>
-<h1>Mesa 10.0 Release Notes / TBD</h1><br>
-<br>
-<p><br>
-Mesa 10.0 is a new development release.<br>
-People who are concerned with stability and reliability should stick<br>
-with a previous release or wait for Mesa 10.0.1.<br>
-</p><br>
-<p><br>
-Mesa 10.0 implements the OpenGL 3.3 API, but the version reported by<br>
-glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /<br>
-glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.<br>
-Some drivers don't support all the features required in OpenGL 3.3.  OpenGL<br>
-3.3 is <strong>only</strong> available if requested at context creation<br>
-because compatibility contexts are not supported.<br>
-</p><br>
-<br>
-<br>
-<h2>MD5 checksums</h2><br>
-<pre><br>
-TBD.<br>
-</pre><br>
-<br>
-<br>
-<h2>New features</h2><br>
-<br>
-<p><br>
-Note: some of the new features are only available with certain drivers.<br>
-</p><br>
-<br>
-<ul><br>
-<li>GL_AMD_seamless_cubemap_per_texture on i965.</li><br>
-<li>GL_ARB_conservative_depth on i965.</li><br>
-<li>GL_ARB_texture_gather on i965.</li><br>
-<li>GL_ARB_texture_query_levels on i965.</li><br>
-<li>GL_KHR_debug</li><br>
-</ul><br>
-<br>
-<br>
-<h2>Bug fixes</h2><br>
-<br>
-TBD.<br>
-<br>
-<h2>Changes</h2><br>
-<br>
-TBD.<br>
-<br>
-</div><br>
-</body><br>
-</html><br>
diff --git a/docs/relnotes/11.0.html b/docs/relnotes/11.0.html<br>
new file mode 100644<br>
index 0000000..2fb8135<br>
--- /dev/null<br>
+++ b/docs/relnotes/11.0.html<br>
@@ -0,0 +1,80 @@<br>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<a href="http://www.w3.org/TR/html4/loose.dtd" target="_blank">http://www.w3.org/TR/html4/loose.dtd</a>"><br>
+<html lang="en"><br>
+<head><br>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"><br>
+  <title>Mesa Release Notes</title><br>
+  <link rel="stylesheet" type="text/css" href="../mesa.css"><br>
+</head><br>
+<body><br>
+<br>
+<div class="header"><br>
+  <h1>The Mesa 3D Graphics Library</h1><br>
+</div><br>
+<br>
+<iframe src="../contents.html"></iframe><br>
+<div class="content"><br>
+<br>
+<h1>Mesa 11.0 Release Notes / TBD</h1><br>
+<br>
+<p><br>
+Mesa 11.0 is a new development release.<br>
+People who are concerned with stability and reliability should stick<br>
+with a previous release or wait for Mesa 11.0.1.<br>
+</p><br>
+<br>
+<p><br>
+Mesa 11.0 implements the OpenGL 3.3 API, but the version reported by<br>
+glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /<br>
+glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.<br>
+Some drivers don't support all the features required in OpenGL 3.3.  OpenGL<br>
+3.3 is <strong>only</strong> available if requested at context creation<br>
+because compatibility contexts are not supported.<br>
+</p><br>
+<br>
+<h2>FAQ</h2><br>
+<br>
+<b>Q:</b> What happened to Mesa 10.0?<br>
+<p><br>
+  <b>A:</b> The Mesa community increases the major version number each time<br>
+  the project gains support for a new version of desktop OpenGL.  Mesa 9.2<br>
+  supported OpenGL 3.1.  When it gained support for OpenGL 3.2, it became<br>
+  Mesa 10.0.  But before Mesa 10.0 was ever released, the developers<br>
+  completed OpenGL 3.3 support, causing the version to increase to 11.0.<br>
+</p><br>
+<b>Q:</b> Why didn't you just make Mesa 10.0 better?<br>
+<p><br>
+  <b>A:</b> This Mesa <a href="<a href="http://en.wikipedia.org/wiki/Up_to_eleven" target="_blank">http://en.wikipedia.org/wiki/Up_to_eleven</a>">goes to eleven</a>.<br>
+</p><br>
+<br>
+<h2>MD5 checksums</h2><br>
+<pre><br>
+TBD.<br>
+</pre><br>
+<br>
+<br>
+<h2>New features</h2><br>
+<br>
+<p><br>
+Note: some of the new features are only available with certain drivers.<br>
+</p><br>
+<br>
+<ul><br>
+<li>GL_AMD_seamless_cubemap_per_texture on i965.</li><br>
+<li>GL_ARB_conservative_depth on i965.</li><br>
+<li>GL_ARB_texture_gather on i965.</li><br>
+<li>GL_ARB_texture_query_levels on i965.</li><br>
+<li>GL_KHR_debug</li><br>
+</ul><br>
+<br>
+<br>
+<h2>Bug fixes</h2><br>
+<br>
+TBD.<br>
+<br>
+<h2>Changes</h2><br>
+<br>
+TBD.<br>
+<br>
+</div><br>
+</body><br>
+</html><br>
--<br>
1.8.3.2<br>
<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div>
</div></div><br>_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
<br></blockquote></div><br></div></div>