move _mesa_format_to_type_and_comps() to texformat.c
[mesa.git] / src / mesa / main / texformat.h
2008-02-15 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-04 Brian Paulfix typo, indentation
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2004-05-13 Brian PaulAnother pass at implementing byte-swapped texture formats.
2004-05-12 Brian Paulremove last remnants of NEWTEXSTORE stuff
2004-05-12 Brian Paulyank bgr233 texformat. minor comment updates.
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-04-27 Brian PaulRemoved the old teximage code.
2004-04-22 Brian PaulNew glTexImage code.
2004-02-08 Brian Pauladded an additional comment about mipmap generation
2004-01-24 Brian PaulSome initial RGB and RGBA floating point texture formats.
2003-10-29 Daniel Borcatexture compression
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-04-03 Brian Paulsome texture compression odds & ends
2002-10-29 Brian Paulupdated email addresses
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulmerge gl_texture_image RowStride from DRI 4.0.4
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-12 Brian PaulMoved big/little endian code to glheader.h.
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-04-04 Brian PaulMore texture image changes.
2001-03-22 Gareth HughesRemove formats that no longer exist.
2001-03-22 Gareth HughesMinor updates.
2001-03-22 Gareth HughesFix texture format enum values (Brian Paul).
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...