Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-02 | i915g: Make sure that new vbo gets updated | Jakob 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-02 | i915g: track TODO items | Daniel 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> |