mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Jan 28 09:47:37 UTC 2008


 src/mesa/pipe/draw/draw_vbuf.c       |  183 ++++++
 src/mesa/pipe/draw/draw_vf.c         |  390 +++++++++++++
 src/mesa/pipe/draw/draw_vf.h         |  255 +++++++++
 src/mesa/pipe/draw/draw_vf_generic.c |  983 +++++++++++++++++++++++++++++++++++
 src/mesa/pipe/draw/draw_vf_sse.c     |  664 +++++++++++++++++++++++
 src/mesa/sources                     |    3 
 6 files changed, 2473 insertions(+), 5 deletions(-)

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

New commits:
commit 09059259bed779360158664625e41a67f7496a74
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Jan 28 18:46:21 2008 +0900

    First stab at hooking draw_vbuf & vf.
    
    Emit disabled for now. Tested with softpipe. Only one vertex at a time for now (slow).

commit 19caf4e4f0eae82ff5f36e5bc99463b6677467e6
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Jan 28 15:48:51 2008 +0900

    Clone vf module.




More information about the mesa-commit mailing list