mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Apr 4 16:05:28 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.c          |   16 ++++++
 src/gallium/auxiliary/draw/draw_context.h          |    3 +
 src/gallium/auxiliary/draw/draw_private.h          |   13 ++----
 .../auxiliary/draw/draw_pt_fetch_pipeline.c        |   49 ++++++++++++++------
 src/gallium/auxiliary/draw/draw_pt_pipeline.c      |    8 ++-
 src/gallium/auxiliary/draw/draw_vertex_cache.c     |    2 +-
 src/gallium/include/pipe/p_context.h               |    8 +++
 7 files changed, 71 insertions(+), 28 deletions(-)

       via  84501e68f6294370d6f2f6aec4e7eab57bcc0e72 (commit)
      from  1d6877b32642d718fb7b29eca647f4d1dd0f99bb (commit)


- Commits -----------------------------------------------
commit 84501e68f6294370d6f2f6aec4e7eab57bcc0e72
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 4 17:02:20 2008 +0100

    gallium: Handle client-supplied edgeflags.
    
    Also, implement support in the draw module.  We were hardwiring these
    to one for quite a long time...
    
    Currently using a draw_set_edgeflags() function, may be better to push
    the argument into the draw_arrays() function.  TBD.

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




More information about the mesa-commit mailing list