Hi, I needed to apply the following patch now that drisw state tracker uses the new API aware context create...
--- ./src/mesa/drivers/dri/swrast/save_swrast.c 2010-05-02 20:45:28.000000000 +0100 +++ ./src/mesa/drivers/dri/swrast/swrast.c 2010-05-03 11:27:40.000000000 +0100 @@ -501,7 +501,7 @@ */ static GLboolean -dri_create_context(const __GLcontextModes * visual, +dri_create_context(gl_api api, const __GLcontextModes * visual, __DRIcontext * cPriv, void *sharedContextPrivate) { struct dri_context *ctx = NULL; Thanks, Colin Harrison _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev