diff options
author | Dave Airlie <[email protected]> | 2012-01-11 10:16:56 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-01-11 10:16:56 +0000 |
commit | 5840ec2d41d09895bec7074a90521978fb933695 (patch) | |
tree | c9a6c14ac698d46cbd429e04bae5b7311c2b0796 /src/gallium/drivers/softpipe/sp_screen.c | |
parent | 1865f341d8f45b389061fc08d2da90b7aa8a6099 (diff) |
softpipe: fix llvm build
Thanks to Wubbbi on #dri-devel for pointing it out.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_screen.c')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c index 35521b64ab1..a9d70f94790 100644 --- a/src/gallium/drivers/softpipe/sp_screen.c +++ b/src/gallium/drivers/softpipe/sp_screen.c @@ -334,7 +334,7 @@ softpipe_create_screen(struct sw_winsys *winsys) screen->base.context_create = softpipe_create_context; screen->base.flush_frontbuffer = softpipe_flush_frontbuffer; - screen->using_llvm = debug_get_option_use_llvm(); + screen->use_llvm = debug_get_option_use_llvm(); util_format_s3tc_init(); |