diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-24 17:13:10 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-24 17:13:10 +0000 |
commit | 76f51ca9ea105eed0f4c7ffb2d8ae25cdd969ab1 (patch) | |
tree | f0c1043cebf7847364c461d7434f7818c34cb973 /docs/RELNOTES-5.1 | |
parent | b52559eb8c87b4910a27eb07ca5e776b03b33fbd (diff) |
updated list of new/old src files
Diffstat (limited to 'docs/RELNOTES-5.1')
-rw-r--r-- | docs/RELNOTES-5.1 | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1 index d8e83cf5e6..95a4b8e109 100644 --- a/docs/RELNOTES-5.1 +++ b/docs/RELNOTES-5.1 @@ -152,6 +152,10 @@ Old files: New files: program.[ch] - generic ARB/NV program code arbprogram.[ch] - ARB program API functions + arbfragparse.[ch] - ARB fragment program parsing + arbvertparse.[ch] - ARB vertex program parsing + arbparse.[ch] - ARB vertex/fragment parsing + arbparse_syn.h - vertex/fragment program syntax nvprogram.[ch] - NV program API functions nvvertprog.h - NV vertex program definitions nvfragprog.h - NV fragment program definitions @@ -160,13 +164,33 @@ New files: nvvertexec.[ch] - NV vertex program execution swrast/s_nvfragprog.[ch] - NV fragment program execution -Removed files: - swrast/s_histogram.[ch] - moved into src/histogram.c +The files related to per-vertex handling have changed. +Old files: + tnl/t_eval_api.c - old per-vertex code + tnl/t_imm_alloc.c - old per-vertex code + tnl/t_imm_api.c - old per-vertex code + tnl/t_imm_debug.c - old per-vertex code + tnl/t_imm_dlist.c - old per-vertex code + tnl/t_imm_elt.c - old per-vertex code + tnl/t_imm_eval.c - old per-vertex code + tnl/t_imm_exec.c - old per-vertex code + tnl/t_imm_fixup.c - old per-vertex code + tnl/t_vtx_sse.c - old per-vertex code + tnl/t_vtx_x86.c - old per-vertex code +New files: + tnl/t_save_api.c - new per-vertex code + tnl/t_save_loopback.c - new per-vertex code + tnl/t_save_playback.c - new per-vertex code + tnl/t_vtx_eval.c - old per-vertex code -Other New files: +Other new files: bufferobj.[ch] - GL_ARB_vertex_buffer_object functions version.h - defines the Mesa version info +Other removed files: + swrast/s_histogram.[ch] - moved into src/histogram.c + + Other Changes ------------- |