mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
radeon: Alphabetize source list.
This commit is contained in:
parent
10259d8614
commit
b53fbe2552
1 changed files with 9 additions and 9 deletions
|
|
@ -1,32 +1,32 @@
|
|||
RADEON_COMMON_FILES = \
|
||||
radeon_buffer_objects.c \
|
||||
radeon_common_context.c \
|
||||
radeon_common.c \
|
||||
radeon_dma.c \
|
||||
radeon_common_context.c \
|
||||
radeon_debug.c \
|
||||
radeon_dma.c \
|
||||
radeon_fbo.c \
|
||||
radeon_fog.c \
|
||||
radeon_mipmap_tree.c \
|
||||
radeon_pixel_read.c \
|
||||
radeon_queryobj.c \
|
||||
radeon_span.c \
|
||||
radeon_texture.c \
|
||||
radeon_tex_copy.c \
|
||||
radeon_texture.c \
|
||||
radeon_tile.c
|
||||
|
||||
DRIVER_FILES = \
|
||||
radeon_blit.c \
|
||||
radeon_context.c \
|
||||
radeon_ioctl.c \
|
||||
radeon_maos.c \
|
||||
radeon_sanity.c \
|
||||
radeon_screen.c \
|
||||
radeon_state.c \
|
||||
radeon_state_init.c \
|
||||
radeon_tex.c \
|
||||
radeon_texstate.c \
|
||||
radeon_tcl.c \
|
||||
radeon_swtcl.c \
|
||||
radeon_maos.c \
|
||||
radeon_sanity.c \
|
||||
radeon_blit.c
|
||||
radeon_tcl.c \
|
||||
radeon_tex.c \
|
||||
radeon_texstate.c
|
||||
|
||||
RADEON_C_FILES = \
|
||||
$(RADEON_COMMON_FILES) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue