Comment 10 for bug 562718

Revision history for this message
Tormod Volden (tormodvolden) wrote :

The crash is here, with save = 0, so apparently &ctx->Meta->Save has not been initialized.

static void
_mesa_meta_begin(GLcontext *ctx, GLbitfield state)
{
   struct save_state *save = &ctx->Meta->Save;

   save->SavedState = state;