Hi,

I put some patches at
http://cgit.freedesktop.org/~gsap7/mesa/log/?h=gallium-drisw that do
the plumbing in order to build the swrast_dri wrapper around gallium
instead of classic mesa. For reference, swrast_dri is the fallback
driver loaded by libGL (with LIBGL_ALWAYS_SOFTWARE) and xserver. It
must not link with libdrm, nor use any drm headers during building
because it is also used on platforms without drm.

The branch is to the point where glxinfo runs and needs some glue with
__DRIswrastLoaderExtension in order to show something other than black
windows. The problem is that there seems to be two places where to put
the glue, either in st/.../dri_drawable.c or in
ws/.../swrast_drm_api.c . Can someone more familiar with gallium take
a look at the branch and provide hints ?

thanks,
George.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to