summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-5.1
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-01 01:50:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-01 01:50:13 +0000
commit4e50ab5f70582f4e362c4572b22a4c3f87c71a14 (patch)
tree74bb4e5580949020e04ea72a2bf182ff81f0a9a1 /docs/RELNOTES-5.1
parent001a3012ac66c279ba8076a13c59d71d025f2ed9 (diff)
document latest source code changes
Diffstat (limited to 'docs/RELNOTES-5.1')
-rw-r--r--docs/RELNOTES-5.129
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1
index e62e7013e9..cdd9ce83cc 100644
--- a/docs/RELNOTES-5.1
+++ b/docs/RELNOTES-5.1
@@ -27,6 +27,33 @@ GL_SGI_texture_color_table
color table for each texture unit.
Contributed by Eric Plante.
+GL_NV_fragment_program
+ NVIDIA's fragment-level programming feature.
+
+
+
+Source File Changes
+-------------------
+
+The mmath.[ch] files are obsolete. Their contents have been moved
+into the imports.[ch] and macros.[ch] files.
+
+The files related to vertex and fragment programming have changed.
+Old files:
+ vpexec.[ch]
+ vpparse.[ch]
+ vpstate.[ch]
+New files:
+ nvvertprog.h - NV vertex program definitions
+ nvfragprog.h - NV fragment program definitions
+ nvvertparse.[ch] - NV vertex program parser
+ nvfragparse.[ch] - NV fragment program parser
+ nvprogram.[ch] - NV program API functions
+ nvvertexec.[ch] - NV vertex program execution
+ swrast/s_nvfragprog.[ch] - NV fragment program execution
+
+
+
Device Driver Status
--------------------
@@ -56,4 +83,4 @@ driver call the _mesa_enable_1_4_extensions() function.
----------------------------------------------------------------------
-$Id: RELNOTES-5.1,v 1.4 2003/02/13 16:01:33 brianp Exp $
+$Id: RELNOTES-5.1,v 1.5 2003/03/01 01:50:13 brianp Exp $