summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bin_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: rename queue size to countKeith Whitwell2009-12-121-2/+2
|
* llvmpipe: added new lp_bin_queue.[ch] filesBrian Paul2009-12-091-0/+55
The queues will be used for keeping track of full and empty bins so we can overlap setup with the rasterization threads.