summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_mem.c
AgeCommit message (Collapse)Author
2008-11-14r300: bo and cs abstraction.Jerome Glisse
This abstract memory management and command stream building so we can use different backend either legacy one which use old pathway or a new one like with a new memory manager. This works was done by : Nicolai Haehnle Dave Airlie Jerome Glisse
2007-05-11r300: Removed deprecated/disabled VBO code from r300_mem.cOliver McFadden
Also removed a couple of unused fields from the r300_memory_manager structure.
2007-05-11r300: Indented r300_mem.c; I forgot this because it used to be radeon_mm.c.Oliver McFadden
2007-05-09r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden
2007-05-09r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden
specific.