mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Mar 24 22:36:30 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/gallium/auxiliary/draw/draw_aaline.c     |    9 +++++++--
 src/gallium/auxiliary/draw/draw_pstipple.c   |   12 ++++++++++--
 src/gallium/auxiliary/draw/draw_vs_exec.c    |    7 ++++++-
 src/gallium/auxiliary/draw/draw_vs_llvm.c    |    7 ++++++-
 src/gallium/auxiliary/draw/draw_vs_sse.c     |    6 +++++-
 src/gallium/auxiliary/tgsi/util/tgsi_parse.c |   13 +++++++++++++
 src/gallium/auxiliary/tgsi/util/tgsi_parse.h |    4 ++++
 7 files changed, 51 insertions(+), 7 deletions(-)

       via  ae146e4bc86aeade59d018100e39e160f7553994 (commit)
       via  7f430293772f201a59bcf62edd1ed4f942f8be29 (commit)
       via  648e26aa95b519f1f4abc429b5a23abaf4a5195b (commit)
      from  e8c6ea4f608296ed976f1597ffd46ac0b42fc84a (commit)


- Commits -----------------------------------------------
commit ae146e4bc86aeade59d018100e39e160f7553994
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 24 16:31:15 2008 -0600

    gallium: make a copy of the vertex shader's token array.
    
    This solves problems when the state tracker frees the token array when the
    draw module still needs it.

commit 7f430293772f201a59bcf62edd1ed4f942f8be29
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 24 16:26:45 2008 -0600

    gallium: use pipe_texture_reference() in a few places (fixes refcounting bugs)

commit 648e26aa95b519f1f4abc429b5a23abaf4a5195b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 24 16:24:32 2008 -0600

    gallium: added tgsi_num_tokens() function to return number of tokens in token array.
    
    Maybe move to a different file someday.

---------------------------------




More information about the mesa-commit mailing list