Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-14 | radeon/r300: fix warnings | Dave Airlie | |
2009-02-02 | r300: rename validate textures to validate buffers | Dave Airlie | |
2009-01-31 | r200/r300: add aperture space checks | Dave Airlie | |
2008-11-14 | r300: 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-10-17 | Initial support for ARB_depth_texture | Ian 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-22 | r300: Implement SetTexOffset hook. | Michel Dänzer | |
2007-05-09 | r300: Removed the obsolete GLX_DIRECT_RENDERING define. | Oliver McFadden | |
2007-03-18 | r300: Removed the deprecated $XFree86$ CVS keywords. | Oliver McFadden | |
2005-02-16 | small cleanup, remove some warnings | Rune Petersen | |
2005-01-04 | Major code restructuring: | Vladimir Dergachev | |
* move proven code into the r300_state.c * update ClearBuffer to cope with more dynamic state * cleanup ! | |||
2005-01-03 | Port texture allocation code from R200. | Vladimir Dergachev | |
Hook it up, so lesson06 displays red colored textures. |