mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
added vertex program sources
This commit is contained in:
parent
1bb17ed0f2
commit
7fc487d38b
1 changed files with 3 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue