diff options
author | Brian Paul <[email protected]> | 2002-03-23 16:35:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-03-23 16:35:40 +0000 |
commit | 2161b8cf0349f6d0759bb4acaa4531f9f37aac9d (patch) | |
tree | 5a077f625b9ebdd9f70fa0dcd44bed49e8817311 /docs/RELNOTES-4.1 | |
parent | 3c70f6f2ac833dbbe9b6a9908e344095e499f295 (diff) |
more extensions
Diffstat (limited to 'docs/RELNOTES-4.1')
-rw-r--r-- | docs/RELNOTES-4.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/RELNOTES-4.1 b/docs/RELNOTES-4.1 index 233537f462e..6b524c0db78 100644 --- a/docs/RELNOTES-4.1 +++ b/docs/RELNOTES-4.1 @@ -18,10 +18,16 @@ Odd numbered versions (such as 4.1) designate new developmental releases. New Features in Mesa 4.1 ------------------------ +New extensions. Docs at http://oss.sgi.com/projects/ogl-sample/registry/ + GL_NV_vertex_program NVIDIA's vertex programming extension +GL_NV_vertex_program1_1 + + A few features built on top of GL_NV_vertex_program + GL_ARB_window_pos This is the ARB-approved version of GL_MESA_window_pos @@ -33,6 +39,7 @@ GL_ARB_depth_texture This is used by GL_ARB_shadow GL_ARB_shadow + Shadow mapping with depth textures. This is the ARB-approved version of GL_SGIX_shadow. @@ -41,6 +48,11 @@ GL_ARB_shadow_ambient Allows one to specify the luminance of shadowed pixels. This is the ARB-approved version of GL_SGIX_shadow_ambient. +GL_EXT_shadow_funcs + + Extends the set of GL_ARB_shadow texture comparision functions to + include all eight of standard OpenGL dept-test functions. + Device Driver Status @@ -59,8 +71,8 @@ FX (3dfx Voodoo1/2) implements OpenGL 1.3 SVGA implements OpenGL 1.3 Wind River UGL implements OpenGL 1.3 Windows/Win32 implements OpenGL 1.3 +DOS/DJGPP implements OpenGL 1.3 GGI needs updating -DOS/DJGPP needs updating BeOS needs updating Allegro needs updating D3D needs updating @@ -69,4 +81,4 @@ DOS needs updating ---------------------------------------------------------------------- -$Id: RELNOTES-4.1,v 1.4 2002/01/04 14:42:35 brianp Exp $ +$Id: RELNOTES-4.1,v 1.5 2002/03/23 16:35:40 brianp Exp $ |