move _mesa_format_to_type_and_comps() to texformat.c
[mesa.git] / src / mesa / main / texformat.c
2008-02-15 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2005-10-01 Brian Paulplug in _mesa_texstore_z24_s8()
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-15 Brian PaulRemove a bunch texel fetch functions that can be handle...
2005-09-08 Brian Paulcheck for either GL_ARB_depth_texture or GL_SGIX_depth_...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-05-13 Brian PaulAnother pass at implementing byte-swapped texture formats.
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-27 Daniel Borcatransfer routines for compressed formats (avoid SEGFAUL...
2004-04-22 Brian Pauls,CHAN_BITS/8,sizeof(GLchan),
2004-04-22 Brian Paulfix some include file glitches
2004-04-22 Brian PaulNew glTexImage code.
2004-01-24 Brian PaulSome initial RGB and RGBA floating point texture formats.
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2003-11-21 Daniel Borcamore texture compression
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
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
2001-04-04 Brian Paulreplaced IntFormat GL_BGRA with GL_RGBA, fixes problems...
2001-04-04 Brian PaulMore texture image changes.
2001-03-30 Gareth HughesRemove all traces of CULL_MASK_ACTIVE.
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-27 Brian Paulfixed RGBA/RGB typo
2001-03-27 Gareth HughesUpdates required for DRI drivers on mesa-3-5-branch.
2001-03-18 Gareth HughesRemove old code, fix a few comments.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...