problem with egl_glx and gles renderable
Christian Daudt <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm building mesa (latest git 7.9 branch) using the following configure:
configure --disable-static \
--disable-glw \
--disable-gl-osmesa \
--disable-gallium \
--enable-egl \
--enable-gles1 \
--enable-gles2 \
--with-state-trackers=vega \
--with-driver=dri \
--disable-driglx-direct \
--with-dri-drivers=i915,i965,swrast \
--with-dri-driverdir=%{_libdir}/dri
and I'm running eglinfo using egl_glx driver, and all of the configs
have "gl" renderable, none have "es" or "es2" which I was hoping for.
Am I missing an option, or is this not supported?
Thanks,
Christian.