summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/TODO
AgeCommit message (Collapse)Author
2010-12-02i915g: Make sure that new vbo gets updatedJakob Bornecrantz
Malloc likes to reuse old address as soon as possible this would cause the new vbo buffer to get the same address as the old. So make sure we set it to NULL when we allocate a new one. This fixes ipers which will fill up a couple of VBO buffers per frame. Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
2010-12-02i915g: track TODO itemsDaniel Vetter
Just as a reminder for all things currently broken with i915g. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com> Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>