From: Andreas Boll
Date: Fri, 31 Aug 2012 14:53:25 +0000 (+0200)
Subject: docs: update relnotes-9.0
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dcf5551046fa550f76e3eddd51085f5262d0970;p=mesa.git
docs: update relnotes-9.0
Signed-off-by: Brian Paul
---
diff --git a/docs/relnotes-9.0.html b/docs/relnotes-9.0.html
index 164c8e91daf..1e3a11b6445 100644
--- a/docs/relnotes-9.0.html
+++ b/docs/relnotes-9.0.html
@@ -37,10 +37,14 @@ Note: some of the new features are only available with certain drivers.
+- Added new Gallium3D - nv30 driver
+- Added new Gallium3D - radeonsi driver
+- Added OpenCL state tracker Clover
+- Completed VDPAU state tracker (video decoding support is currently limited to MPEG1 and MPEG2)
- GL_ARB_base_instance
- GL_ARB_blend_func_extended
- GL_ARB_debug_output
-- GL_ARB_invalidate_subdate - Currently a "no-op" implementation. This
+
- GL_ARB_invalidate_subdata - Currently a "no-op" implementation. This
extension is always enabled in all drivers.
- GL_ARB_shader_bit_encoding
- GL_ARB_texture_buffer_object
@@ -52,6 +56,7 @@ extension is always enabled in all drivers.
- GL_EXT_read_format_bgra for ES 1.1 and 2.0
- GL_EXT_texture_rg for ES 2.x
- GL_NV_read_buffer for ES 2.0
+- GLX_ARB_create_context_robustness
- EGL_KHR_create_context
- EGL_KHR_surfaceless_context - This replaces the
EGL_KHR_surfaceless_{gles1,gles2,opengl} extensions that were never approved
@@ -67,10 +72,15 @@ by Khronos.
Changes
-
+
+-
The legacy/static Makefile system (ex: 'make linux-dri') has been removed.
+
The two supported build methods are now autoconf/automake and SCons.
-
+
+- Removed support for GL_ARB_shadow_ambient extension
+- Removed Gallium3D - nvfx driver (use nv30 instead)
+