summaryrefslogtreecommitdiff
path: root/src/radeon_vbo.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-3/+0
2011-01-24vbo: warn if we add a bo with a pointer to the wait listAlex Deucher1-0/+5
2011-01-24vbo: avoid extra cs revalidation in vbo allocAlex Deucher1-7/+7
2011-01-21vbo: balance radeon_vbo_get() and radeon_vbo_put()Alex Deucher1-1/+7
2010-08-23radeon: move vbo data to a separate structAlex Deucher1-21/+17
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer1-6/+6
2009-12-01r600: fix multi-operation in single batch support.Dave Airlie1-0/+206