mesa: Changes to 'gallium-tex-surfaces'

Keith Whitwell keithw at kemper.freedesktop.org
Thu May 29 11:43:00 UTC 2008


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

Summary of changes:
 src/gallium/auxiliary/draw/draw_context.c          |   25 ++++-
 src/gallium/auxiliary/draw/draw_context.h          |   13 ++-
 src/gallium/auxiliary/draw/draw_private.h          |   11 ++-
 src/gallium/auxiliary/draw/draw_pt.h               |    9 ++
 src/gallium/auxiliary/draw/draw_pt_fetch_emit.c    |   48 ++++++++
 .../auxiliary/draw/draw_pt_fetch_shade_emit.c      |   49 ++++++++
 .../auxiliary/draw/draw_pt_fetch_shade_pipeline.c  |   80 +++++++++++++-
 src/gallium/auxiliary/draw/draw_pt_vcache.c        |  121 +++++++++++++++++++-
 src/gallium/auxiliary/draw/draw_vs.c               |   19 +++-
 src/gallium/auxiliary/draw/draw_vs_aos.c           |    4 +-
 src/gallium/drivers/i915simple/i915_context.c      |    4 +-
 src/gallium/drivers/softpipe/sp_context.c          |    1 +
 src/gallium/drivers/softpipe/sp_draw_arrays.c      |   36 +++++--
 src/gallium/drivers/softpipe/sp_state.h            |    7 +
 src/gallium/include/pipe/p_context.h               |   14 +++
 src/mesa/state_tracker/st_draw.c                   |   34 +++++-
 16 files changed, 445 insertions(+), 30 deletions(-)

       via  45eecb93920c5a33e71b3c152749273908cb62fd (commit)
       via  bb2e13b9e82b68ec3b9fc56a4c35e7ead8fd138f (commit)
       via  82605d7bcd533d7c96cc619c45970efd7229dc3b (commit)
      from  cb87d7e44a6d6b1b4239b4e38c76c6bb848d2ef6 (commit)


- Commits -----------------------------------------------
commit 45eecb93920c5a33e71b3c152749273908cb62fd
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 29 12:42:39 2008 +0100

    draw: remove printf

commit bb2e13b9e82b68ec3b9fc56a4c35e7ead8fd138f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 29 12:38:49 2008 +0100

    draw: make sure constant buffer data is aligned before passing to aos.c

commit 82605d7bcd533d7c96cc619c45970efd7229dc3b
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu May 29 11:46:43 2008 +0100

    draw: draw_range_elements trial

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




More information about the mesa-commit mailing list