The branch, mesa_7_0_branch has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=mesa_7_0_branch
Summary of changes: src/mesa/shader/program.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) via 03447de338158cca962880fd04d7d3ecf4bd9c5b (commit) from ee5f4a4caf894dd7d91a8146af589bb18751a7bb (commit) - Commits ----------------------------------------------- commit 03447de338158cca962880fd04d7d3ecf4bd9c5b Author: Brian <[EMAIL PROTECTED]> Date: Mon Oct 29 10:01:15 2007 -0600 disable ctx->Driver.NewProgram() call in _mesa_new_program() This was causing infinite recursive calls w/ software drivers. All vertex/fragment shaders should be allocated by calling ctx->Driver.NewProgram(), not by calling _mesa_new_program(). (Cherry picked from commit 40133487dbdd14456a8a4f6a5716f57a36eb1ea7, 351a83163a9536dc91014cc59bb406a10cd26df4). --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit