mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 29 15:25:08 UTC 2007


 src/mesa/main/texenvprogram.c            |    2 ++
 src/mesa/state_tracker/st_atom_sampler.c |   21 +--------------------
 src/mesa/state_tracker/st_atom_shader.c  |   27 ++++-----------------------
 3 files changed, 7 insertions(+), 43 deletions(-)

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

New commits:
commit cc0b55c242e9f53a8e45c5d4392f964af44f396e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 09:24:29 2007 -0600

    simplify code which access the current vertex/fragment shaders

commit 2a3f3679eba802dcb4b46f90c66326c9195cdbcb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 09:23:46 2007 -0600

    Disable the else clause which assigns the default fragment program to ctx->FragmentProgram._Current
    
    The _Current field should either point to the fragment program which is to be
    run (GLSL, ARB_f_p, fixed-func-generated, etc) or be NULL if conventional
    fixed-function code is to be used.  Matches TNL program code.




More information about the mesa-commit mailing list