diff options
author | Dave Airlie <[email protected]> | 2010-09-21 11:32:15 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-09-21 11:32:15 +1000 |
commit | 84997cd5663a2f528c1c8b2c1f7329d546c087be (patch) | |
tree | 2dffc55dd1aa9c67093e3c5f70c70911fa64e390 /src/gallium/targets | |
parent | 8e8b60588b37e2d9cce7c0c04cdae73ce8206d09 (diff) |
r600g: set back to correct codepaths.
Jerome please use git diff and git show before pushing.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | 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 2c1b2f5be45..eb268d5bc01 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) { |