In enable.c there's a call to _mesa_meta_in_progress(). But the meta code is not always built or linked in when building gallium targets.

For now, I think I can put a _mesa_meta_in_progress() dummy function in the state_tracker code. But that's a pretty ugly hack.

What's the reason for calling _mesa_meta_in_progress() for glEnable/Disable(GL_MULTISAMPLE_ARB)?

-Brian
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to