summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_cb.h
AgeCommit message (Collapse)Author
2011-02-10r300g: simplify WRITE_RELOC API and cleanupMarek Olšák
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák
2010-06-26r300g: introduce VAP invariant stateMarek Olšák
Unlike other invariant states, this one must be emitted after VAP flush.
2010-06-22r300g: optimize the immediate mode emission path a bitMarek Olšák
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).