summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_cb.h
AgeCommit message (Collapse)Author
2010-06-14r300g: count CS dwords on debug builds onlyMarek Olšák
2010-06-13r300g: add API for building command buffersMarek Olšák
The idea is to build a hardware command buffer for every CSO and memcpy the buffer to a command stream at bind time (or dirty-state-emission time, to be precise).