[Mesa-users] build and run gallium on Intel platform

Brian Paul brianp at vmware.com
Wed Aug 24 14:04:59 UTC 2016


For an Intel GPU, your best bet is to use the non-gallium driver.  The 
gallium ilo driver hasn't been touched in a long time and I have no idea 
what state it's in.

I would think that something basic like this would work:

./autogen.sh --with-dri-drivers=i965

But I don't have an Intel/Linux system to test on.  And I have no 
experience with GBM.  You'd probably get better answers on the 
mesa-devel list.

-Brian

On 08/23/2016 09:40 PM, Weng, Chuanbo wrote:
> Hi Brian,
>
>                 Could you give some suggestion? I have searched
> infomations by google, but almost no detailed information.
>
> *From:* Weng, Chuanbo
> *Sent:* Tuesday, August 23, 2016 8:41 PM
> *To:* 'mesa-users at lists.freedesktop.org' <mesa-users at lists.freedesktop.org>
> *Subject:* build and run gallium on Intel platform
>
> Hi all,
>
>                 I’m new to gallium. Now I have cloned latest mesa code
> and want to build and run hardware
>
> accelerated gallium on Intel platform (Ivybridge+). To build gallium
> supports egl, what’s the process?
>
>                 (I’ve tried to use the configure like this:
>
>                                ./autogen.sh  --with-dri-drivers=""
> --with-gallium-drivers="ilo" --with-egl-platforms="drm"  --enable-gles1
> --enable-gles2
>
> But failed when run eglinfo in mesa demos:
>
>                 GBM platform:
>
> gbm: failed to open any driver (search paths
> /usr/local/lib:/usr/local/lib/dri)
>
> gbm: Last dlopen error: /usr/local/lib/dri/i965_dri.so: cannot open
> shared object file: No such file or directory
>
> failed to load driver: i965
>
> gbm: failed to open any driver (search paths
> /usr/local/lib:/usr/local/lib/dri)
>
> gbm: Last dlopen error: /usr/local/lib/dri/kms_swrast_dri.so: cannot
> open shared object file: No such file or directory
>
> failed to load driver: kms_swrast
>
> gbm: failed to open any driver (search paths
> /usr/local/lib:/usr/local/lib/dri)
>
> gbm: Last dlopen error: /usr/local/lib/dri/swrast_dri.so: cannot open
> shared object file: No such file or directory
>
> failed to load swrast driver
>
> )
>
> Thanks,
>
> Chuanbo Weng
>



More information about the mesa-users mailing list