docs: rename/bump 10.7.0 release notes to 11.0.0

Graphics / Mesa 3D Graphics Library / Mesa - Emil Velikov [gmail.com] - 1 August 2015 09:45 UTC

Recently a few drivers have grown OpenGL 4+ support so we might as well go all the way to... 11 ;-)

v2: Don't forget to update the version file (Ilia)

###

diff --git a/VERSION b/VERSION
index 1edd8fc..2b1181d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-10.7.0-devel
+11.0.0-devel
diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html
deleted file mode 100644
index 92ae20f..0000000
--- a/docs/relnotes/10.7.0.html
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
- Mesa Release Notes
-
-
-
-
-


-

The Mesa 3D Graphics Library


-

-
-
-

-
-

Mesa 10.7.0 Release Notes / TBD


-
-


-Mesa 10.7.0 is a new development release.
-People who are concerned with stability and reliability should stick
-with a previous release or wait for Mesa 10.7.1.
-


-


-Mesa 10.7.0 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.
-


-
-
-

SHA256 checksums


-

-TBD.
-

-
-
-

New features


-
-


-Note: some of the new features are only available with certain drivers.
-


-
-

    -
  • GL_AMD_vertex_shader_viewport_index on radeonsi

  • -
  • GL_ARB_conditional_render_inverted on r600, radeonsi

  • -
  • GL_ARB_derivative_control on radeonsi

  • -
  • GL_ARB_fragment_layer_viewport on radeonsi

  • -
  • GL_ARB_framebuffer_no_attachments on i965

  • -
  • GL_ARB_get_texture_sub_image for all drivers

  • -
  • GL_ARB_gpu_shader5 on radeonsi

  • -
  • GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi

  • -
  • GL_ARB_shader_stencil_export on llvmpipe

  • -
  • GL_ARB_shader_subroutine on core profile all drivers

  • -
  • GL_ARB_tessellation_shader on nvc0, radeonsi

  • -
  • GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi

  • -
  • GL_ARB_viewport_array on radeonsi

  • -
  • GLX_ARB_create_context_robustness on r600, radeonsi

  • -
  • EGL_EXT_create_context_robustness on r600, radeonsi

  • -
  • EGL_KHR_gl_colorspace on r600, radeonsi, nv50, nvc0

  • -
  • EGL_KHR_gl_texture_3D_image on r600, radeonsi, nv50, nvc0

  • -
  • EGL 1.5 on r600, radeonsi, nv50, nvc0

  • -

-
-

Bug fixes


-
-TBD.
-
-

Changes


-
-TBD.
-
-

-
-
diff --git a/docs/relnotes/11.0.0.html b/docs/relnotes/11.0.0.html
new file mode 100644
index 0000000..1b63331
--- /dev/null
+++ b/docs/relnotes/11.0.0.html
@@ -0,0 +1,77 @@
+
+
+
+
+ Mesa Release Notes
+
+
+
+
+

+

The Mesa 3D Graphics Library


+

+
+
+

+
+

Mesa 11.0.0 Release Notes / TBD


+
+


+Mesa 11.0.0 is a new development release.
+People who are concerned with stability and reliability should stick
+with a previous release or wait for Mesa 11.0.1.
+


+


+Mesa 11.0.0 implements the OpenGL 4.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 4.1. OpenGL
+4.1 is only available if requested at context creation
+because compatibility contexts are not supported.
+


+
+
+

SHA256 checksums


+

+TBD.
+

+
+
+

New features


+
+


+Note: some of the new features are only available with certain drivers.
+


+
+

    +
  • GL_AMD_vertex_shader_viewport_index on radeonsi

  • +
  • GL_ARB_conditional_render_inverted on r600, radeonsi

  • +
  • GL_ARB_derivative_control on radeonsi

  • +
  • GL_ARB_fragment_layer_viewport on radeonsi

  • +
  • GL_ARB_framebuffer_no_attachments on i965

  • +
  • GL_ARB_get_texture_sub_image for all drivers

  • +
  • GL_ARB_gpu_shader5 on radeonsi

  • +
  • GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi

  • +
  • GL_ARB_shader_stencil_export on llvmpipe

  • +
  • GL_ARB_shader_subroutine on core profile all drivers

  • +
  • GL_ARB_tessellation_shader on nvc0, radeonsi

  • +
  • GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi

  • +
  • GL_ARB_viewport_array on radeonsi

  • +
  • GLX_ARB_create_context_robustness on r600, radeonsi

  • +
  • EGL_EXT_create_context_robustness on r600, radeonsi

  • +
  • EGL_KHR_gl_colorspace on r600, radeonsi, nv50, nvc0

  • +
  • EGL_KHR_gl_texture_3D_image on r600, radeonsi, nv50, nvc0

  • +
  • EGL 1.5 on r600, radeonsi, nv50, nvc0

  • +

+
+

Bug fixes


+
+TBD.
+
+

Changes


+
+TBD.
+
+

+
+

6f2d889 docs: rename/bump 10.7.0 release notes to 11.0.0
VERSION | 2 +-
docs/relnotes/10.7.0.html | 77 ---------------------------------------------
docs/relnotes/11.0.0.html | 77 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 78 insertions(+), 78 deletions(-)

Upstream: cgit.freedesktop.org


  • Share