summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bin_queue.h
AgeCommit message (Collapse)Author
2009-12-12llvmpipe: rename queue size to countKeith Whitwell
2009-12-09llvmpipe: added new lp_bin_queue.[ch] filesBrian Paul
The queues will be used for keeping track of full and empty bins so we can overlap setup with the rasterization threads.