<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Dear All,<br><br>May be i could have write the same earlier, but still i am not clear, deep apolozise for fillup your inbox.<br><br>&nbsp;&nbsp;&nbsp; I downloaded Mesa 7.8.2 and configured with<br>./configure --prefix=/usr --enable-gles2 --enable-egl --with-egl-platforms=x11,drm --enable-gallium-egl=i915 --with-dri-drivers=i915,swrast --disable-glw<br><br>I belive this configuration will built hardware pipe line driver for i915 GPU<br><br>after built and install. i can see libraries in /usr/lib/ and /usr/lib/egl/<br><br>i have simple gles test application runs pretty good with software acceleration in different machine. when i try to run the same application by loading the newly built mesa librires i am getting below
 error.<br>****************************************************************************************************************<br>libEGL warning: Could not open driver /usr/lib/egl/egl_glx (/usr/lib/egl/egl_glx: cannot open shared object file: No such file or directory)<br>libEGL warning: The driver can be overridden by setting EGL_DRIVER<br>Error returned by eglCreateWindowSurface - error = 0x3005<br>****************************************************************************************************************<br>if i do set EGL_DRIVER=/usr/lib/egl/egl_dri2.so i am getting the same error.<br><br>My question is first is.<br>1) is the configuration options what i am enabling is right?to get the hardware GPU enabled GLES rendering.<br>2) How can i resolve above errors while running the application?<br>3) after appliaction start runs successfully how can i ensure that it goes through hardware pipe line only?<br><br>could anyone please give me hint to solve
 this issue.<br><br>eagerly waiting for reply.<br><br>Many thanks in advance.<br><br>Regards,<br>Srini.<br></div>
</div><br></body></html>