projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb17ed
)
added vertex program sources
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 14 Jan 2002 15:46:19 +0000
(15:46 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 14 Jan 2002 15:46:19 +0000
(15:46 +0000)
src/mesa/main/Makefile.win
patch
|
blob
|
history
diff --git
a/src/mesa/main/Makefile.win
b/src/mesa/main/Makefile.win
index 11ab97ddd9a32a121946e972282a57d50372c3db..dd91137c9abd32a3b6495b12e3b2f376e5bb6460 100644
(file)
--- a/
src/mesa/main/Makefile.win
+++ b/
src/mesa/main/Makefile.win
@@
-29,6
+29,7
@@
CORE_SRCS = \
tnl\t_vb_light.c \
tnl\t_vb_normals.c \
tnl\t_vb_points.c \
+ tnl\t_vb_program.c \
tnl\t_vb_render.c \
tnl\t_vb_texgen.c \
tnl\t_vb_texmat.c \
@@
-87,6
+88,8
@@
CORE_SRCS = \
texstore.c \
texutil.c \
varray.c \
+ vpexec.c \
+ vpparse.c \
vtxfmt.c \
# X86\x86.c \
# X86\common_x86.c \