mesa: Changes to 'mesa_7_0_branch'

Haihao Xiang haihao at kemper.freedesktop.org
Wed Jun 11 08:59:48 UTC 2008


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 <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().
    
    (Cherry picked from commit 40133487dbdd14456a8a4f6a5716f57a36eb1ea7,
    351a83163a9536dc91014cc59bb406a10cd26df4).

---------------------------------




More information about the mesa-commit mailing list