summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_scene_queue.h
AgeCommit message (Collapse)Author
2011-01-04llvmpipe: Include p_compiler.h in lp_scene_queue.h.Vinson Lee
Include p_compiler.h for boolean symbol.
2010-01-17llvmpipe: use new u_ringbuffer for scene queueKeith Whitwell
2009-12-13llvmpipe: rename bins to sceneKeith Whitwell
It was pretty confusing having an entity named "bin" and another named "bins", not least because sometimes there was a need to talk about >1 of the "bins" objects, which couldn't be pluralized any further... Scene is a term used in a bunch of places to talk about what a binner operates on, so it's a decent choice here.