Re: llvmpipe and egl
Chia-I Wu <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 6, 2011 at 12:51 AM, Arvid Picciani <[email protected]> wrote: > Hi, i'm trying to use llvmpipe as driver for an egl setup. > > according to http://dri.freedesktop.org/wiki/BuildingWithLLVM > you're supposed to use "make linux-llvm". That puts a perfectly working > libGL into lib/gallium, but no libEGL. So i tried hacking egl into > configs/linux-llvm but failed miserably. > It's called llvm_pipe_, so i made the bold assumption that there is an egl > pipe driver for it, but i cant find no trace of llvm in gallium/targets/egl. > Am i confusing things here? ./configure detects LLVM since Mesa 7.9. If LLVM is available, it will build an EGL driver that uses llvmpipe. > _______________________________________________ > mesa-users mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-users > -- [email protected]