mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Sep 28 21:39:49 UTC 2007


 src/mesa/pipe/softpipe/sp_tex_sample.c    |    6 
 src/mesa/state_tracker/st_atom_shader.c   |  341 +++++++++---------------------
 src/mesa/state_tracker/st_cb_clear.c      |    4 
 src/mesa/state_tracker/st_cb_drawpixels.c |    4 
 src/mesa/state_tracker/st_cb_program.c    |   12 +
 src/mesa/state_tracker/st_program.h       |   30 +-
 6 files changed, 153 insertions(+), 244 deletions(-)

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

New commits:
commit 636480cc9c7836daf879cb45644900922cf31f47
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 28 15:39:09 2007 -0600

    Instead of linked program pairs, keep a list of vertex programs translated for each fragment program.

commit f14ece2d2c9add5ebf21171746f34ce60ff0df3b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 28 13:49:50 2007 -0600

    Use texture->first_level, not 0, when not mipmapping.
    
    Fixes crash when GL_BASE_LEVEL!=0.
    Also, remove old assertion.




More information about the mesa-commit mailing list