Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon/r300/r600: share common glCopyTex(Sub)Image code | Maciej Cencora | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | r300: fix regression introduced by da73c1ed | Maciej Cencora | 2009-12-13 | 1 | -1/+1 |
| | | | | The 0 value is correct for I8 format. | ||||
* | r300: export translateTexFormat function | Maciej Cencora | 2009-12-12 | 1 | -0/+2 |
| | |||||
* | radeon/r200/r300: add support for new tfp interface | Dave Airlie | 2009-03-22 | 1 | -0/+3 |
| | | | | also fixup old interface, gets rid of white boxes in compiz | ||||
* | radeon/r300: fix warnings | Dave Airlie | 2009-02-14 | 1 | -0/+3 |
| | |||||
* | r300: rename validate textures to validate buffers | Dave Airlie | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | r200/r300: add aperture space checks | Dave Airlie | 2009-01-31 | 1 | -1/+1 |
| | |||||
* | r300: bo and cs abstraction. | Jerome Glisse | 2008-11-14 | 1 | -6/+1 |
| | | | | | | | | | | 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 | ||||
* | Initial support for ARB_depth_texture | Ian Romanick | 2007-10-17 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | r300: Implement SetTexOffset hook. | Michel Dänzer | 2007-05-22 | 1 | -0/+4 |
| | |||||
* | r300: Removed the obsolete GLX_DIRECT_RENDERING define. | Oliver McFadden | 2007-05-09 | 1 | -3/+0 |
| | |||||
* | r300: Removed the deprecated $XFree86$ CVS keywords. | Oliver McFadden | 2007-03-18 | 1 | -1/+0 |
| | |||||
* | small cleanup, remove some warnings | Rune Petersen | 2005-02-16 | 1 | -2/+0 |
| | |||||
* | Major code restructuring: | Vladimir Dergachev | 2005-01-04 | 1 | -0/+2 |
| | | | | | | * move proven code into the r300_state.c * update ClearBuffer to cope with more dynamic state * cleanup ! | ||||
* | Port texture allocation code from R200.red_tinted_cube | Vladimir Dergachev | 2005-01-03 | 1 | -0/+51 |
Hook it up, so lesson06 displays red colored textures. |