mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Mon Apr 21 16:03:45 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_context.h          |    6 +-
 src/gallium/auxiliary/draw/draw_pipe_aaline.c      |   68 +++++++++++++++-----
 src/gallium/auxiliary/draw/draw_pipe_aapoint.c     |   56 ++++++++++++----
 src/gallium/auxiliary/draw/draw_pipe_clip.c        |   11 +++-
 src/gallium/auxiliary/draw/draw_pipe_cull.c        |   11 +++-
 src/gallium/auxiliary/draw/draw_pipe_flatshade.c   |   11 +++-
 src/gallium/auxiliary/draw/draw_pipe_offset.c      |    8 ++
 src/gallium/auxiliary/draw/draw_pipe_pstipple.c    |   14 ++++-
 src/gallium/auxiliary/draw/draw_pipe_twoside.c     |   11 +++-
 src/gallium/auxiliary/draw/draw_pipe_unfilled.c    |   11 +++-
 src/gallium/auxiliary/draw/draw_pipe_util.c        |   28 +++++----
 src/gallium/auxiliary/draw/draw_pipe_validate.c    |    2 +
 src/gallium/auxiliary/draw/draw_pipe_vbuf.c        |    5 +-
 src/gallium/auxiliary/draw/draw_pipe_wide_point.c  |   11 +++-
 src/gallium/auxiliary/draw/draw_pt_fetch_emit.c    |    2 +
 .../auxiliary/draw/draw_pt_fetch_shade_pipeline.c  |    2 +
 src/gallium/auxiliary/draw/draw_pt_vcache.c        |    2 +
 17 files changed, 203 insertions(+), 56 deletions(-)

       via  0d4ece4c5a243dc4b684331bad49f220311e5520 (commit)
       via  0cd90a917d289363a3edb5cfa40c391eb07aa97c (commit)
       via  69ecc2a577dc45451d56cee3e41cb6e7e542b097 (commit)
      from  a918a9c744f656c8bf2e3fd2841732e01a5ccefc (commit)


- Commits -----------------------------------------------
commit 0d4ece4c5a243dc4b684331bad49f220311e5520
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Apr 21 17:03:37 2008 +0100

    draw: propogate lots of errors

commit 0cd90a917d289363a3edb5cfa40c391eb07aa97c
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Apr 21 16:45:41 2008 +0100

    draw: propogate errors out of aapoint stage

commit 69ecc2a577dc45451d56cee3e41cb6e7e542b097
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Apr 21 16:38:09 2008 +0100

    draw: propogate errors out of aaline stage

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




More information about the mesa-commit mailing list