r300g: add API for building command buffers
authorMarek Olšák <maraeo@gmail.com>
Sat, 12 Jun 2010 22:31:04 +0000 (00:31 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 13 Jun 2010 15:43:38 +0000 (17:43 +0200)
commita062156bb27d604abb19b4ad6a3668c42b1334ab
tree3fbe00aa905a4294157f18f883240088f2d91d9e
parent7ca24dfa6daead4722d03d9a947f1e049b9c7d38
r300g: add API for building command buffers

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).
src/gallium/drivers/r300/r300_cb.h [new file with mode: 0644]
src/gallium/drivers/r300/r300_cs.h