draw: fetch_shade_pipeline needs to translate to hw vertex format (from get_vertex_info)
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch_shade_pipeline.c
2008-04-15 Keith Whitwelldraw: fetch_shade_pipeline needs to translate to hw...
2008-04-14 Zack Rusinuse the new macro
2008-04-14 Zack Rusinsilence some warnings
2008-04-14 Zack Rusinpass vertex size to shaders so that callee can decide...
2008-04-14 Keith Whitwelldraw: always malloc verts for fetch_shade_pipeline
2008-04-14 Keith Whitwelldraw: flush pipeline before trying to allocate more...
2008-04-14 Keith Whitwelldraw: move vertex header init out of fetch_shade_pipeline.c
2008-04-14 Zack RusinImplement fetch/shade/pipeline or emit vertex passthrough.