From my checkins one can see I've been working on some EGL things on the gallium-0.1 branch.
As a first step I've got an EGL interface working with the gallium softpipe driver. To build: 1. do a normal linux or linux-debug build as you would for softpipe 2. cd src/egl/ ; make 3. cd src/gallium/winsys/egl_xlib/ ; make 4. cd progs/egl/ ; make (that'll get simpler eventually) And I've ported gears to the X/EGL environment (though using the full OpenGL API instead of the ES API): cd progs/egl/ ; make ./xeglgears -Brian ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
