From 5cfd45fbc3daf2e33ae9c6dfeb8399658bf0abe7 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sun, 4 May 2014 20:16:44 -0400 Subject: [PATCH] docs: mark ARB_stencil_texturing as done for nv50+/r600+ Signed-off-by: Ilia Mirkin --- docs/GL3.txt | 2 +- docs/relnotes/10.3.html | 62 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 docs/relnotes/10.3.html diff --git a/docs/GL3.txt b/docs/GL3.txt index 55906f28752..ae1dfd69466 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -170,7 +170,7 @@ GL 4.3: GL_ARB_robust_buffer_access_behavior not started GL_ARB_shader_image_size not started GL_ARB_shader_storage_buffer_object not started - GL_ARB_stencil_texturing DONE (i965/gen8+) + GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, nvc0, r600, radeonsi) GL_ARB_texture_buffer_range DONE (nv50, nvc0, i965, r600, radeonsi) GL_ARB_texture_query_levels DONE (i965) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html new file mode 100644 index 00000000000..aebc3ff3307 --- /dev/null +++ b/docs/relnotes/10.3.html @@ -0,0 +1,62 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.3 Release Notes / TBD

+ +

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

+

+Mesa 10.3 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. +

+ + +

MD5 checksums

+
+TBD.
+
+ + +

New features

+ +

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

+ +
    +
  • GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  • +
+ + +

Bug fixes

+ +TBD. + +

Changes

+ +
    +
+ +
+ + -- 2.30.2