[Mesa-dev] problems in building GLES1

Chia-I Wu olvaffe at gmail.com
Wed Nov 3 20:26:29 PDT 2010


On Thu, Nov 4, 2010 at 6:14 AM, Clurado cl <clurado1980 at gmail.com> wrote:
> Hi, i have build mesa with ./configure --disable-gallium-radeon
> --with-dri-drivers=i915 --enable-gles-overlay --enable-gles1
> i make it and installed it in /usr/lib
>
> the problem is i cant run demos in egl/opengles1 demos from
> mesa.demos.8.0.1.
>
> with EGL_LOG_LEVEL=debug . i get errors like this :
>
> libEGL debug: dlopen(/usr/lib/egl/egl_dri2.so)
> libEGL warning: EGL-DRI2: failed to stat fd 134533128
Did you set EGL_PLATFORM=drm?  That will force egl_dri2 to treat the
argument of eglGetDisplay as an fd while it is actually a pointer to
Xlib Display.
> libEGL debug: EGL user error 0x3003 (EGL_BAD_ALOC) in DRI2 : failed to get
> driver name
>
> libEGL debug: dlopen(/usr/lib/egl/egl_glx.so)
> libEGL debug: EGL user error 0x3001 (other) in eglInitialize
>
> EGLUT: failed to initialize EGL display
>
> ----
>
> i able to run xegl_gears from opengl , but nothing from gles1 .
>
> is the problem related to demos or the libGLESv1 doesnt work correctly !?
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
>



-- 
olv at LunarG.com


More information about the mesa-dev mailing list