diff options
author | Keith Whitwell <[email protected]> | 2006-10-29 09:48:15 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-29 09:48:15 +0000 |
commit | b1f176039ae3690b38e3ccacb079b3d7c3e50402 (patch) | |
tree | 045b13f38d0eb538f69a2fe1005262e2f483c76f /src/mesa/tnl/sources | |
parent | fd12b37dbada6f945a94b93ecf332d0b6a8eef06 (diff) |
Changes for new vbo-building module.
- Removed all the old immediate, array and display list code.
- Remove references to the old array_cache module.
- Added a _tnl_draw_prims() entrypoint.
- Added a simplified data import facility for converting
non-floating point data as required.
Checkpoint commit - trivial/tri works.
Diffstat (limited to 'src/mesa/tnl/sources')
-rw-r--r-- | src/mesa/tnl/sources | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/mesa/tnl/sources b/src/mesa/tnl/sources index 2c4f4c49ea4..50f2f3a96d0 100644 --- a/src/mesa/tnl/sources +++ b/src/mesa/tnl/sources @@ -1,12 +1,7 @@ # List of ource files in this directory used for X.org xserver build MESA_TNL_SOURCES = \ -t_array_api.c \ -t_array_import.c \ t_context.c \ t_pipeline.c \ -t_save_api.c \ -t_save_loopback.c \ -t_save_playback.c \ t_vb_arbprogram.c \ t_vb_arbprogram_sse.c \ t_vb_arbshader.c \ @@ -23,9 +18,4 @@ t_vb_vertex.c \ t_vertex.c \ t_vertex_generic.c \ t_vertex_sse.c \ -t_vp_build.c \ -t_vtx_api.c \ -t_vtx_eval.c \ -t_vtx_exec.c \ -t_vtx_generic.c \ -t_vtx_x86.c +t_vp_build.c |