diff options
author | Brian Paul <[email protected]> | 2004-08-14 15:21:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-08-14 15:21:17 +0000 |
commit | 946765a95f32f362794c2f89264d2e8c5295bc65 (patch) | |
tree | dcdad9e4ba04ba20f354b036529e841d883d0ab6 /docs/RELNOTES-6.1 | |
parent | b784b8f21f790ee9214a4e46b9b3bb349fb130b4 (diff) |
BeOS updates, memory leak fix, updated release notes
Diffstat (limited to 'docs/RELNOTES-6.1')
-rw-r--r-- | docs/RELNOTES-6.1 | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/RELNOTES-6.1 b/docs/RELNOTES-6.1 index 76baccd5c00..0688c516e9c 100644 --- a/docs/RELNOTES-6.1 +++ b/docs/RELNOTES-6.1 @@ -18,15 +18,9 @@ Even numbered versions (such as 6.0) designate stable releases. New Features ------------ -GL_ARB_texture_float extension (not finished yet) - - Supports 16 and 32-bit floating point textures. - -GL_ARB_half_float_pixel extension (not finished yet) - - Adds the GLhalfARB datatype for 16-bit floating point for glDraw/ReadPixels, - and glTexImage commands. - +Half-precision floating point (GLhalf) pixel formats are supported +in Mesa, but the feature isn't exposed yet since the ARB extension +hasn't been finalized yet. Texture image handling @@ -115,4 +109,4 @@ See the VERSIONS file for more details about bug fixes, etc. in Mesa 6.1. ---------------------------------------------------------------------- -$Id: RELNOTES-6.1,v 3.3 2004/05/05 00:02:23 brianp Exp $ +$Id: RELNOTES-6.1,v 3.4 2004/08/14 15:21:17 brianp Exp $ |