From 6b0207552fa62890b9f4d4d19d489b53a373015f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 6 Dec 2014 21:55:35 -0800 Subject: [PATCH] nouveau: Alphabetize source list. --- src/mesa/drivers/dri/nouveau/Makefile.sources | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/mesa/drivers/dri/nouveau/Makefile.sources b/src/mesa/drivers/dri/nouveau/Makefile.sources index 59b15b3..b2a710a 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile.sources +++ b/src/mesa/drivers/dri/nouveau/Makefile.sources @@ -1,37 +1,37 @@ NOUVEAU_DRIVER_FILES = \ - nouveau_screen.c \ + nouveau_array.c \ + nouveau_bufferobj.c \ nouveau_context.c \ - nouveau_fbo.c \ nouveau_driver.c \ - nouveau_state.c \ - nouveau_bufferobj.c \ + nouveau_fbo.c \ + nouveau_scratch.c \ + nouveau_screen.c \ nouveau_span.c \ - nouveau_texture.c \ + nouveau_state.c \ nouveau_surface.c \ - nouveau_scratch.c \ - nouveau_array.c \ + nouveau_texture.c \ nv04_context.c \ nv04_render.c \ nv04_state_fb.c \ + nv04_state_frag.c \ nv04_state_raster.c \ nv04_state_tex.c \ - nv04_state_frag.c \ nv04_surface.c \ nv10_context.c \ nv10_render.c \ nv10_state_fb.c \ + nv10_state_frag.c \ nv10_state_polygon.c \ nv10_state_raster.c \ nv10_state_tex.c \ - nv10_state_frag.c \ nv10_state_tnl.c \ nv20_context.c \ nv20_render.c \ nv20_state_fb.c \ + nv20_state_frag.c \ nv20_state_polygon.c \ nv20_state_raster.c \ nv20_state_tex.c \ - nv20_state_frag.c \ nv20_state_tnl.c NOUVEAU_C_FILES = \ -- 2.7.4