mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 29 16:01:24 UTC 2007


 src/mesa/shader/program.c |    5 +++++
 1 file changed, 5 insertions(+)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 40133487dbdd14456a8a4f6a5716f57a36eb1ea7
Author: Brian <brian.paul at tungstengraphics.com>
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().




More information about the mesa-commit mailing list