mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Nov 9 00:07:51 UTC 2007


 src/mesa/pipe/draw/draw_context.c            |    8 +++---
 src/mesa/pipe/draw/draw_debug.c              |    2 -
 src/mesa/pipe/draw/draw_feedback.c           |    8 +++---
 src/mesa/pipe/draw/draw_prim.c               |   26 +++++++++++++++-----
 src/mesa/pipe/draw/draw_prim.h               |   11 --------
 src/mesa/pipe/draw/draw_private.h            |   34 +++++++++++++++------------
 src/mesa/pipe/draw/draw_vertex.c             |    6 +---
 src/mesa/pipe/draw/draw_vertex_cache.c       |   19 ++++++++++-----
 src/mesa/pipe/draw/draw_vertex_fetch.c       |    2 -
 src/mesa/pipe/draw/draw_vertex_shader.c      |    4 +--
 src/mesa/pipe/draw/draw_vertex_shader_llvm.c |    4 +--
 11 files changed, 68 insertions(+), 56 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 64469863212dcc41995c473032856096c4af12b3
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 8 17:07:12 2007 -0700

    Reorganize user-space vertex fields in draw_context into 'user' group.
    
    This sub-struct collects the incoming user-provided data/pointers in one place.
    Ex: draw->mapped_vbuffer becomes draw->user.vbuffer, etc.

commit 990fe4c0bf735206c3cc7346d84adc782595bc3a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 8 16:55:29 2007 -0700

    remove unneeded #includes, added assertion in draw_compute_vertex_size()

commit ec0c5e59c2c3470cc59d25383854d12a76dca70a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 8 16:37:25 2007 -0700

    Remove unneeded header, draw_prim.h

commit 1574611faf9d9106cf167d277238b8c2662beabb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 8 16:36:00 2007 -0700

    Fix minor logic error in get_queued_prim() which caused flushing when there was still room in the prim queue.

commit 48863cdd0a912f34d54bdc312485241a970a9fba
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 8 16:32:24 2007 -0700

    new comments

commit 03f4a487dd53f7d76830665e98fdbc9313d7c9b2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 8 16:26:55 2007 -0700

    remove unneeded #includes

commit 03484d0aaefce84bc304c9d87f28edd77e10844a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Nov 8 16:25:17 2007 -0700

    comments, remove unneeded #includes




More information about the mesa-commit mailing list