mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 15 10:46:48 UTC 2007


 src/mesa/pipe/draw/draw_context.c         |    4 +-
 src/mesa/pipe/draw/draw_vb.c              |   36 ++++++++++++------
 src/mesa/pipe/p_context.h                 |    4 +-
 src/mesa/pipe/p_state.h                   |   30 ++++++++++-----
 src/mesa/pipe/softpipe/Makefile           |    1 
 src/mesa/pipe/softpipe/sp_context.h       |    3 +
 src/mesa/pipe/softpipe/sp_state.h         |    8 ++++
 src/mesa/pipe/softpipe/sp_state_vertex.c  |   56 ++++++++++++++++++++++++++++
 src/mesa/pipe/softpipe/sp_tex_sample.c    |    2 -
 src/mesa/state_tracker/st_cb_drawpixels.c |   14 +++++++
 src/mesa/state_tracker/st_draw.c          |   58 +++++++++++++++++++++++++++++-
 11 files changed, 190 insertions(+), 26 deletions(-)

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

New commits:
commit bff0411c5a1a9fdfff7f8a5128af4d496b89fa0d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Aug 15 11:45:54 2007 -0600

    sketch out vbo drawing function

commit f30093418928dce5872ea179ed5d21d3b24b7c82
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Aug 15 11:45:12 2007 -0600

    added state funcs for vertex buffer/element info

commit 3f70b504386e5d0b67cbd719769e44f33db0ae87
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Aug 15 11:44:33 2007 -0600

    softpipe vertex element/buffer state funcs

commit 6e02b4c7c3c6efc05ead2ffd46b0928f7c9316bf
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Aug 15 11:43:14 2007 -0600

    comments

commit c431a22f520c9685e9da37bfdd6b6b2b0af03800
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Aug 15 11:42:53 2007 -0600

    added some const qualifiers

commit 8038d5b68ca06e8ae4db4c999d7194593426d3bb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Aug 15 11:42:37 2007 -0600

    comments, minor clean-ups

commit 681b1ebd5e1a94961a1d38b3018af97a10d2d5b0
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Aug 14 17:20:40 2007 -0600

    use regular malloc/free instead of macros

commit 9623683dfcb03ce42746765ba3e706b6a7085d39
Merge: 267052c... 4bb2134...
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Aug 14 15:58:56 2007 -0600

    Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch

commit 267052c735f25dda7b49ded7b46cc59cb84ecaaa
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Aug 14 15:42:40 2007 -0600

    added glCopyPixels stub

commit b7316e4732e6930c118c7034166b47bd096a0046
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Aug 14 15:37:45 2007 -0600

    fix typo




More information about the mesa-commit mailing list