summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_ioctl.h
AgeCommit message (Collapse)Author
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