aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_tex.h
Commit message (Collapse)AuthorAgeFilesLines
* radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-1/+1
|
* r300: fix regression introduced by da73c1edMaciej Cencora2009-12-131-1/+1
| | | | The 0 value is correct for I8 format.
* r300: export translateTexFormat functionMaciej Cencora2009-12-121-0/+2
|
* radeon/r200/r300: add support for new tfp interfaceDave Airlie2009-03-221-0/+3
| | | | also fixup old interface, gets rid of white boxes in compiz
* radeon/r300: fix warningsDave Airlie2009-02-141-0/+3
|
* r300: rename validate textures to validate buffersDave Airlie2009-02-021-1/+1
|
* r200/r300: add aperture space checksDave Airlie2009-01-311-1/+1
|
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-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_textureIan Romanick2007-10-171-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änzer2007-05-221-0/+4
|
* r300: Removed the obsolete GLX_DIRECT_RENDERING define.Oliver McFadden2007-05-091-3/+0
|
* r300: Removed the deprecated $XFree86$ CVS keywords.Oliver McFadden2007-03-181-1/+0
|
* small cleanup, remove some warningsRune Petersen2005-02-161-2/+0
|
* Major code restructuring:Vladimir Dergachev2005-01-041-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_cubeVladimir Dergachev2005-01-031-0/+51
Hook it up, so lesson06 displays red colored textures.