mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Mon Aug 27 18:30:57 UTC 2007


 src/mesa/pipe/draw/draw_arrays.c        |    6 
 src/mesa/pipe/draw/draw_prim.c          |  416 --------------------------------
 src/mesa/pipe/draw/draw_vertex.h        |   19 +
 src/mesa/pipe/draw/draw_vertex_cache.c  |  175 +++++++++++++
 src/mesa/pipe/draw/draw_vertex_fetch.c  |  101 +++++++
 src/mesa/pipe/draw/draw_vertex_shader.c |  203 +++++++++++++++
 src/mesa/sources                        |    3 
 7 files changed, 513 insertions(+), 410 deletions(-)

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

New commits:
commit 874b9265601fcc05b1e32e2be029f3ac6a966c97
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Aug 27 19:30:11 2007 +0100

    Split out vertex shader/cache/fetch functionality from draw_prim.c




More information about the mesa-commit mailing list