On Wed, Aug 19, 2009 at 03:31:47PM +0200, Peter Hanzel wrote:
> I had a quick look in egl sources in Mesa. But I have no idea how it is 
> connected with dri drivers.
> Need I to include server\intel_dri.c in i965_dri.so.
> Or how egl works with thid drivers.
You might want to try EGL_i915.so, if your environment is KMS+GEM+i915.
I am not sure about the status of i965.

Basically, you need to compile libEGL.so (src/egl/main/) and EGL_i915.so
EGL driver (src/gallium/winsys/drm/intel/egl/).  EGL_i915.so needs to be
put in dlopen's search pathes, or EGL_DRIVER environment variable should
be set.  You can test them with egl demos.  Some demos are known to
crash though.

EGL is not all easy to begin with in an environment without X.  This is
one of the areas I want to improve.

-- 
Regards,
olv

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to