summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_ioctl.h
AgeCommit message (Collapse)Author
2009-02-25r300: drop r300Flush for the generic oneDave Airlie
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-06-20swtcl: gears worksDave Airlie
2007-05-13r300: Changed some more functions to static functions.Oliver McFadden
This required reordering some of the functions which is why the diff is a little larger.
2007-05-09r300: Indented r300_ioctl.[ch].Oliver McFadden
2006-11-02Add requested size to r300RefillCurrentDmaRegion.Jerome Glisse
This way we no longuer have the fixed RADEON_BUFFER_SIZE. Anyway function calling AllocDmaRegion should check if this succeed and fail gracefuly if not (see bug 8348).
2005-01-04Major code restructuring:Vladimir Dergachev
* move proven code into the r300_state.c * update ClearBuffer to cope with more dynamic state * cleanup !
2005-01-03Port texture allocation code from R200.Vladimir Dergachev
Hook it up, so lesson06 displays red colored textures.
2004-09-28Initial revisionNicolai Haehnle