draw: make pt run pipeline when need_pipeline is true, not just when clipped
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch_shade_pipeline.c
2008-04-16 Keith Whitwelldraw: make pt run pipeline when need_pipeline is true...
2008-04-15 Keith Whitwellgallium: Switch one vertex path over to new translate...
2008-04-15 Keith Whitwelldraw: increment output vertex properly
2008-04-15 Keith Whitwelldraw: fix first glitch in vertex emit
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.