So here is version two of the ARB_multi_bind series. This incorporates feedback from Brian, Matt and Francisco, and also fixes an issue I happened to notice myself. It occurred to me that the BindTexture driver hook doesn't have a parameter for the texture index, and that drivers might want to know which texture was changed. It turns out that the only driver that implements the hook is nouveau, and the index is the only thing it cares about. So there is now a new patch that adds an index parameter and adjusts the driver accordingly.
I have also updated my branch at: git://people.freedesktop.org/~fredrik/mesa arb-multi-bind Note that the BindBuffers patches have still not been reviewed. Fredrik _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev