mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 29 21:31:12 UTC 2007


 src/mesa/main/mtypes.h              |    1 
 src/mesa/main/state.c               |  126 ++++++++++++++++++++---------------
 src/mesa/main/texenvprogram.c       |   89 +++++++++++++------------
 src/mesa/main/texenvprogram.h       |    3 
 src/mesa/pipe/softpipe/sp_surface.c |   18 ++---
 src/mesa/tnl/t_vp_build.c           |  127 +++++++++++++++++++++++-------------
 src/mesa/tnl/t_vp_build.h           |   11 ++-
 7 files changed, 222 insertions(+), 153 deletions(-)

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

New commits:
commit 8b2f997af572dd3aca00c4888adf2b0a60656331
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 15:08:43 2007 -0600

    minor code simplification

commit 64ffc9540ba9c0208f8eca98996d03d632c33064
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 15:07:23 2007 -0600

    fix memcpy bugs

commit 1553eba50c7a2577bce069a3400a29e4d49c0f31
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 14:13:57 2007 -0600

    Rewrite update_program() to use _mesa_get_fixed_func_fragment/vertex_program().

commit f18d4e058ed979c6e42e868c7febde4fa62c5810
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 12:25:46 2007 -0600

    Remove ctx field from texenvprog_cache

commit 9946012949ad294b2255f914fee4c80cff5e0040
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 12:18:58 2007 -0600

    refactoring to begin removing dependency on tnl context

commit 783cedcdc14feda9c8ad0ca754752254bfa589eb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 11:54:13 2007 -0600

    simplify getting of current frag prog

commit 27153bf02dab57d11565fa7730de4767618ce62d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 11:30:09 2007 -0600

    Refactor _tnl_UpdateFixedFunctionProgram().
    
    New _mesa_get_fixed_func_vertex_program() function...

commit 83ce6c51d7189094cf2a13fdcc0882a051a3bd41
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Oct 29 11:23:02 2007 -0600

    Refactor _mesa_UpdateTexEnvProgram()
    
    Will be replaced by _mesa_get_fixed_func_fragment_program().




More information about the mesa-commit mailing list