mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 15 02:15:02 UTC 2008


 src/mesa/pipe/softpipe/sp_prim_vbuf.c     |    2 ++
 src/mesa/state_tracker/st_atom_shader.c   |   23 +++++++++++++----------
 src/mesa/state_tracker/st_cb_clear.c      |    6 +++---
 src/mesa/state_tracker/st_cb_drawpixels.c |    4 ++--
 src/mesa/state_tracker/st_cb_program.c    |   11 +++++++----
 src/mesa/state_tracker/st_context.h       |    2 +-
 src/mesa/state_tracker/st_debug.c         |    4 ++--
 src/mesa/state_tracker/st_draw.c          |   12 ++++++++----
 src/mesa/state_tracker/st_program.c       |    6 ++----
 src/mesa/state_tracker/st_program.h       |    7 +++++--
 10 files changed, 45 insertions(+), 32 deletions(-)

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

New commits:
commit ac95fee4fffee77bb7bd798d094ed2e3a7c4019b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 14 19:12:46 2008 -0700

    Fix problems with vertex shaders and the private draw module.
    
    The CSO returned by pipe->create_vs_state() can't be passed to the
    private draw module.  That was causing glRasterPos to blow up.
    Add a 'draw_shader' field to st_vertex_program for use with the private
    draw module.
    Change st_context->state.vs type from cso_vertex_shader to st_vertex_program.

commit b4e4fafb4157d416077e985c03204ed5bbe0f2e1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 14 19:04:45 2008 -0700

    disable debug printf




More information about the mesa-commit mailing list