summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.h
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora
2009-12-13r300: fix regression introduced by da73c1edMaciej Cencora
The 0 value is correct for I8 format.
2009-12-12r300: export translateTexFormat functionMaciej Cencora
2009-03-22radeon/r200/r300: add support for new tfp interfaceDave Airlie
also fixup old interface, gets rid of white boxes in compiz
2009-02-14radeon/r300: fix warningsDave Airlie
2009-02-02r300: rename validate textures to validate buffersDave Airlie
2009-01-31r200/r300: add aperture space checksDave Airlie
2008-11-14r300: 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-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.