Mesa (master): r600g: set back to correct codepaths.

Dave Airlie airlied at kemper.freedesktop.org
Tue Sep 21 01:34:52 UTC 2010


Module: Mesa
Branch: master
Commit: 84997cd5663a2f528c1c8b2c1f7329d546c087be
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84997cd5663a2f528c1c8b2c1f7329d546c087be

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Sep 21 11:32:15 2010 +1000

r600g: set back to correct codepaths.

Jerome please use git diff and git show before pushing.

---

 src/gallium/targets/dri-r600/target.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/dri-r600/target.c b/src/gallium/targets/dri-r600/target.c
index 2c1b2f5..eb268d5 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 0
+#if 1
 static struct pipe_screen *
 create_screen(int fd)
 {




More information about the mesa-commit mailing list