From 0dde1904c898a1b6b2181cae85477b8338f95765 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 24 Nov 2003 15:39:55 +0000 Subject: added GL_ARB_vertex/fragment_program and new vertex code --- docs/RELNOTES-5.1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/RELNOTES-5.1') diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1 index f2a580c0fc..d8e83cf5e6 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 -- cgit v1.2.3