pass vertex size to shaders so that callee can decide on the size
authorZack Rusin <zack@tungstengraphics.com>
Mon, 14 Apr 2008 16:27:24 +0000 (12:27 -0400)
committerZack Rusin <zack@tungstengraphics.com>
Mon, 14 Apr 2008 16:27:24 +0000 (12:27 -0400)
commite3309197855b5caf7c4c167d1e7beedf33ed2fdd
tree62da46cce8915788cc5a1370c717f9e85a30b4e4
parent871d39ec8c168fa58d8758013e99da63fa58111d
pass vertex size to shaders so that callee can decide on the size
of the vertices and not always have to use the maximum vertex
allocation size for them
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
src/gallium/auxiliary/draw/draw_vertex_cache.c
src/gallium/auxiliary/draw/draw_vertex_shader.c
src/gallium/auxiliary/draw/draw_vs_exec.c
src/gallium/auxiliary/draw/draw_vs_sse.c