llvmpipe and egl
Arvid Picciani <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
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?