mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Jan 30 07:47:27 UTC 2008


 src/mesa/pipe/draw/draw_clip.c              |    2 
 src/mesa/pipe/draw/draw_vbuf.c              |  147 ----------------------
 src/mesa/pipe/draw/draw_vertex_fetch.c      |   16 +-
 src/mesa/pipe/draw/draw_vertex_shader.c     |    4 
 src/mesa/pipe/draw/draw_vf.c                |  186 ++++++++++++++++++++++------
 src/mesa/pipe/draw/draw_vf.h                |   19 +-
 src/mesa/pipe/draw/draw_vf_generic.c        |    2 
 src/mesa/pipe/pipebuffer/pb_buffer_fenced.c |    4 
 8 files changed, 180 insertions(+), 200 deletions(-)

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

New commits:
commit eb0e0d38eae02df17e2c11503dc047718c1244ad
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Jan 30 16:46:41 2008 +0900

    gallium: Teach draw_vf about draw vertices.
    
    This reduces the emit overhead, which is significant since we're
    emiting one vertex at a time.

commit ed0327980a73947cab0ae619cdcfa7455259bff2
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Jan 30 15:24:56 2008 +0900

    gallium: Remove draw_vertex_fetch::lookup.
    
    It is not being used, and would be dangerous to use given the possibility of constants.

commit 17ef840af40c9228ee0f4f7453bc00e318d9e6c4
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Tue Jan 29 16:41:10 2008 +0100

    gallium: Fix build on WinXP.




More information about the mesa-commit mailing list