Thanks to Wubbbi on #dri-devel for pointing it out.
Signed-off-by: Dave Airlie <airlied@redhat.com>
/*
* Create drawing context and plug our rendering stage into it.
*/
- if (sp_screen->using_llvm)
+ if (sp_screen->use_llvm)
softpipe->draw = draw_create(&softpipe->pipe);
else
softpipe->draw = draw_create_no_llvm(&softpipe->pipe);
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();
* this.
*/
unsigned timestamp;
- boolean using_llvm;
+ boolean use_llvm;
};
static INLINE struct softpipe_screen *