From: Jerome Glisse Date: Tue, 28 Sep 2010 15:37:30 +0000 (-0400) Subject: r600g: switch to new design X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ee8fa0421fd3c6522120d8639c6b311674a9b10;p=mesa.git r600g: switch to new design New design seems to be on parity according to piglit, make it default to get more exposure and see if there is any show stopper in the coming days. Signed-off-by: Jerome Glisse --- diff --git a/src/gallium/targets/dri-r600/target.c b/src/gallium/targets/dri-r600/target.c index eb268d5bc01..2c1b2f5be45 100644 --- a/src/gallium/targets/dri-r600/target.c +++ b/src/gallium/targets/dri-r600/target.c @@ -4,7 +4,7 @@ #include "r600/drm/r600_drm_public.h" #include "r600/r600_public.h" -#if 1 +#if 0 static struct pipe_screen * create_screen(int fd) {