On 10/04/2011 01:44 PM, Ian Romanick wrote:
This is the next in my series of internal shader API cleaning.  The
primary purpose of this series is to remove the extra tracking of Mesa
IR shaders.  The gl_shader_program has a reference to the Mesa IR
shader for each stage, and the entry in gl_shader_program::_LinkedShaders
has a reference to the same Mesa IR.

The first three patches eliminate the extra references, and the
remaining six implement some refactors and clean-ups enabled by the
first three.

Looks good to me, Ian, though I admit skimming through some of it.

Reviewed-by: Kenneth Graunke <kenn...@whitecape.org>

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

Reply via email to