s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
[mesa.git] / src / mesa / main / texformat_tmp.h
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-10-01 Brian Paulfix broken z24_s8 fetcher
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-08-23 Brian Paulsimplify, clean-up texel addressing macros
2005-08-18 Brian PaulReplace mult/div operators with bitwise operators in...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-01-26 Brian Pauljust fix a comment and update date
2005-01-26 Daniel BorcaRGB/LUMINANCE texelfetchers (float version) returned...
2004-12-03 Brian Paulmask color indexes against palette size, per the spec
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-22 Brian PaulNew glTexImage code.
2004-04-02 Brian Paulfix error in rgb332 texel fetch function
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-18 Brian Paulfix comments about Cr==V, Cb==U
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 Paul#ifdef-out unused big-endian texel fetch functions
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-05-09 Keith WhitwellFix FETCH(argb1555) mask values
2001-03-18 Gareth HughesFix error message.
2001-03-18 Gareth HughesFix header info.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...