mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 31 00:38:44 UTC 2007


 src/mesa/shader/prog_print.c                   |   20 +
 src/mesa/shader/program.c                      |    8 
 src/mesa/state_tracker/st_atom_pixeltransfer.c |   14 -
 src/mesa/state_tracker/st_cb_drawpixels.c      |  255 ++++++++++++++-----------
 src/mesa/state_tracker/st_cb_program.c         |    6 
 src/mesa/state_tracker/st_context.c            |    4 
 src/mesa/state_tracker/st_context.h            |   16 +
 7 files changed, 201 insertions(+), 122 deletions(-)

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

New commits:
commit 520c71161ad0929a4b43e8e1e75067e10920f596
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 30 18:38:32 2007 -0600

    Implement shader concatenation for glBitmap.

commit fb9cf48259a4534219c7b8dff5ceaed7afde56ad
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 30 18:26:34 2007 -0600

    fix InputsRead bug in _mesa_combine_programs()

commit c1b2b97b8a7f2c9ff0f19c5bba352dfae11de4b2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 30 18:24:54 2007 -0600

    special-case KIL/KIL_NV

commit 2dfe0c4a24feef8b7ffc5951d9d1867661493bf2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 30 17:46:40 2007 -0600

    combine shaders for glCopyPixels

commit d6a739f6b0658414a81715bf690159f7cfdb4961
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 30 16:13:37 2007 -0600

    Use program serial numbers to avoid re-generating fragment programs for glDrawPixels.




More information about the mesa-commit mailing list