radeon: Alphabetize source list.
authorMatt Turner <mattst88@gmail.com>
Sun, 7 Dec 2014 05:57:15 +0000 (21:57 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:48 +0000 (12:11 -0800)
src/mesa/drivers/dri/radeon/Makefile.sources

index ee146aa01bf1ecf156a3348fcb59b4c0d1f65b68..041c35f16975fa6da4e7d0ed33b7ab31c9049d17 100644 (file)
@@ -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) \