set table size to 1023 and use new HASH_FUNC() macro
[mesa.git] / src / mesa / main / texstore.h
2005-02-08 Brian Pauladded missing prototype
2005-02-07 Keith Whitwellargb8888 optimizations from via branch
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-10-18 Daniel Borcachanged _mesa_rescale_teximage2d to allow rescaling...
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-05-04 Daniel Borcatexture compression: getting warmer
2004-05-02 Brian Paulrestored _mesa_rescale_teximage2d()
2004-04-27 Brian PaulRemoved the old teximage code.
2004-04-22 Brian PaulNew glTexImage code.
2003-09-30 Kendall BennettUpdates required for building the SciTech SNAP version...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-04-04 Brian PaulRework gl[Copy]Tex[Sub]Image() error checking so that...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-16 Brian Paulfixed _mesa_generate_mipmaps() target problem
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
2001-04-04 Brian PaulMore texture image changes.
2001-03-21 Brian Paulrenamed some vars, added a bunch of comments
2001-03-21 Brian Pauldepth images were broken by latest teximage changes...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-06 Brian PaulOverhaul of texture image handling.