summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.h
AgeCommit message (Collapse)Author
2007-10-17Initial support for ARB_depth_textureIan Romanick
Currently only GL_DEPTH_COMPONENT16 are supported. I don't know what the hardware bits are to select the other formats, but it shouldn't be too hard to figure out.
2007-05-22r300: Implement SetTexOffset hook.Michel Dänzer
2007-05-09r300: Removed the obsolete GLX_DIRECT_RENDERING define.Oliver McFadden
2007-03-18r300: Removed the deprecated $XFree86$ CVS keywords.Oliver McFadden
2005-02-16small cleanup, remove some warningsRune Petersen
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.