diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-01-15 11:54:40 +0000 |
---|---|---|
committer | keithw <keithw@keithw-laptop.(none)> | 2007-01-15 11:54:40 +0000 |
commit | 4557dfe13206495916d4ff8557f1633194a12c0f (patch) | |
tree | 1e6aaf38a309ecd97c378f07a81ac53876530ffc | |
parent | a38cb37913b7cd2f9c3c7aa11dcbb9485d623924 (diff) |
Add vbo_split files
-rw-r--r-- | src/mesa/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index b589111a19..a32ecaf027 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -143,6 +143,9 @@ VBO_SOURCES = \ vbo/vbo_exec_array.c \ vbo/vbo_exec_draw.c \ vbo/vbo_exec_eval.c \ + vbo/vbo_split.c \ + vbo/vbo_split_copy.c \ + vbo/vbo_split_inplace.c \ vbo/vbo_save.c \ vbo/vbo_save_api.c \ vbo/vbo_save_draw.c \ |