[Mesa-dev] [PATCH 00/19] Implement GL_ARB_multi_bind v2

Fredrik Höglund fredrik at kde.org
Mon Apr 21 14:57:38 PDT 2014


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



More information about the mesa-dev mailing list