mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 22:40:09 +01:00
tnl: Alphabetize TNL_FILES.
This commit is contained in:
parent
d1127e29dd
commit
e15cd6dd9f
1 changed files with 7 additions and 7 deletions
|
|
@ -345,22 +345,22 @@ SWRAST_SETUP_FILES = \
|
|||
|
||||
TNL_FILES = \
|
||||
$(SRCDIR)tnl/t_context.c \
|
||||
$(SRCDIR)tnl/t_pipeline.c \
|
||||
$(SRCDIR)tnl/t_draw.c \
|
||||
$(SRCDIR)tnl/t_pipeline.c \
|
||||
$(SRCDIR)tnl/t_rasterpos.c \
|
||||
$(SRCDIR)tnl/t_vb_fog.c \
|
||||
$(SRCDIR)tnl/t_vb_light.c \
|
||||
$(SRCDIR)tnl/t_vb_normals.c \
|
||||
$(SRCDIR)tnl/t_vb_points.c \
|
||||
$(SRCDIR)tnl/t_vb_program.c \
|
||||
$(SRCDIR)tnl/t_vb_render.c \
|
||||
$(SRCDIR)tnl/t_vb_texgen.c \
|
||||
$(SRCDIR)tnl/t_vb_texmat.c \
|
||||
$(SRCDIR)tnl/t_vb_vertex.c \
|
||||
$(SRCDIR)tnl/t_vb_fog.c \
|
||||
$(SRCDIR)tnl/t_vb_light.c \
|
||||
$(SRCDIR)tnl/t_vb_normals.c \
|
||||
$(SRCDIR)tnl/t_vb_points.c \
|
||||
$(SRCDIR)tnl/t_vp_build.c \
|
||||
$(SRCDIR)tnl/t_vertex.c \
|
||||
$(SRCDIR)tnl/t_vertex_generic.c \
|
||||
$(SRCDIR)tnl/t_vertex_sse.c \
|
||||
$(SRCDIR)tnl/t_vertex_generic.c
|
||||
$(SRCDIR)tnl/t_vp_build.c
|
||||
|
||||
VBO_FILES = \
|
||||
$(SRCDIR)vbo/vbo_context.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue