From 56dcd011b5ec33190f268cf546a4c68f81f5ebd0 Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Wed, 17 Feb 2010 18:56:42 +0100 Subject: dri/nouveau: Some multithreaded rendering fixes. --- src/mesa/drivers/dri/nouveau/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/drivers/dri/nouveau/Makefile') diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index 7c895a2e4b..43bc9f9516 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -22,7 +22,6 @@ DRIVER_SOURCES = \ nouveau_texture.c \ nouveau_surface.c \ nv04_context.c \ - nv04_screen.c \ nv04_render.c \ nv04_state_fb.c \ nv04_state_raster.c \ @@ -30,7 +29,6 @@ DRIVER_SOURCES = \ nv04_state_frag.c \ nv04_surface.c \ nv10_context.c \ - nv10_screen.c \ nv10_render.c \ nv10_state_fb.c \ nv10_state_polygon.c \ @@ -39,7 +37,6 @@ DRIVER_SOURCES = \ nv10_state_frag.c \ nv10_state_tnl.c \ nv20_context.c \ - nv20_screen.c \ nv20_render.c \ nv20_state_fb.c \ nv20_state_polygon.c \ -- cgit v1.2.3