mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Tue Apr 22 19:59:46 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          |   13 ++++++++
 src/gallium/auxiliary/draw/draw_context.h          |   12 ++++++++
 src/gallium/auxiliary/draw/draw_pipe_validate.c    |   30 ++++++++++---------
 src/gallium/auxiliary/draw/draw_private.h          |    7 +++-
 src/gallium/auxiliary/draw/draw_pt.c               |    6 ++-
 .../auxiliary/draw/draw_pt_fetch_shade_pipeline.c  |    2 +-
 src/gallium/auxiliary/draw/draw_pt_post_vs.c       |   11 ++++--
 src/gallium/drivers/softpipe/sp_state_fs.c         |    1 -
 8 files changed, 58 insertions(+), 24 deletions(-)

       via  0588858702d1a5c9c08573ea6817e2e149473cf6 (commit)
       via  1f0f029ba6f22ef4ada01fcdc153da91571a7963 (commit)
      from  88f8eed3c4430505b1436b6c5b0114d34c33f822 (commit)


- Commits -----------------------------------------------
commit 0588858702d1a5c9c08573ea6817e2e149473cf6
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 22 20:50:20 2008 +0100

    draw: allow drivers to query pipeline state more easily
    
    Also, provide a separate flag to say whether the driver can handle
    clipping/rhw tasks, in addition to the API flag which indicates they
    have already been done.

commit 1f0f029ba6f22ef4ada01fcdc153da91571a7963
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 22 20:32:22 2008 +0100

    softpipe: squash warning

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




More information about the mesa-commit mailing list