diff options
author | Brian Paul <[email protected]> | 2003-11-24 15:39:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-11-24 15:39:55 +0000 |
commit | 0dde1904c898a1b6b2181cae85477b8338f95765 (patch) | |
tree | fad6ce675915ef6a6dc062c728ccdad5788613ff /docs | |
parent | ae0eaf93e092ac8e8b1c98f3e986de96940663fa (diff) |
added GL_ARB_vertex/fragment_program and new vertex code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RELNOTES-5.1 | 9 | ||||
-rw-r--r-- | docs/VERSIONS | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1 index f2a580c0fcf..d8e83cf5e66 100644 --- a/docs/RELNOTES-5.1 +++ b/docs/RELNOTES-5.1 @@ -24,6 +24,10 @@ See the VERSIONS file for a list of bugs fixed in this release. New Features in Mesa 5.1 ------------------------ +GL_ARB_vertex_program / GL_ARB_fragment_program + Michal Krol and Karl Rasche implemented these extensions. Thanks! + Be aware that there may be some rough edges and lurking bugs. + GL_ATI_texture_env_combine3 extension This adds a few new texture combine modes. Contributed by Ian Romanick. @@ -190,6 +194,11 @@ The ctx->_TriangleCaps field is deprecated. While testing _TriangleCaps bits was fast, it was kludgey, and setting the bits in the first place could be error prone. +New vertex processing code. + The code behind glBegin, glEnd, glVertex, glNormal, etc. has been + totally rewritten. It's a cleaner implementation now and should use + less memory. (Keith) + To Do diff --git a/docs/VERSIONS b/docs/VERSIONS index 5de3d2bdbbc..02eeb3dca93 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1149,6 +1149,7 @@ Mesa Version History 5.1 Month day, 2003 (NOT RELEASED YET) New: - reorganized directory tree + - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche) - GL_ATI_texture_env_combine3 extension (Ian Romanick) - GL_SGI_texture_color_table extension (Eric Plante) - GL_NV_fragment_program extension |