summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c
AgeCommit message (Collapse)Author
2010-04-16llvmpipe: make sure state is up to date before getting vertex layout/infoBrian Paul
Some of the draw pipeline stages emit additional vertex attributes. Without this change, we were getting stale vertex info that didn't include the extra attributes.
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca
Otherwise IDEs and debuggers have trouble distinguishing from softpipe's setup_context.
2010-03-09llvmpipe: quads never provoke the first vertexMarek Olšák
2010-02-07llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-06llvmpipe: rename some functionsKeith Whitwell
2010-01-06llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell
The setup tiling engine is now plugged directly into the draw module as a rendering backend. Removed a couple of layering violations such that the setup code no longer reaches out into the surrounding llvmpipe state or context.