From 8cf997b7c8a2c8eb347ce06d0e8bfaf2e9d4bd9d Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Fri, 20 Feb 2009 09:47:56 +1000 Subject: nouveau: reenable all the non-nv50 pipe drivers They still won't build yet, but anyway.. --- src/gallium/winsys/drm/nouveau/common/nouveau_winsys.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/winsys/drm/nouveau/common/nouveau_winsys.c') diff --git a/src/gallium/winsys/drm/nouveau/common/nouveau_winsys.c b/src/gallium/winsys/drm/nouveau/common/nouveau_winsys.c index 89824b2254..b6199f8e6d 100644 --- a/src/gallium/winsys/drm/nouveau/common/nouveau_winsys.c +++ b/src/gallium/winsys/drm/nouveau/common/nouveau_winsys.c @@ -77,7 +77,6 @@ nouveau_pipe_create(struct nouveau_context *nv) return NULL; switch (chipset & 0xf0) { -#if 0 case 0x00: hws_create = nv04_screen_create; hw_create = nv04_create; @@ -99,7 +98,6 @@ nouveau_pipe_create(struct nouveau_context *nv) hws_create = nv40_screen_create; hw_create = nv40_create; break; -#endif case 0x50: case 0x80: case 0x90: -- cgit v1.2.3