summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat_tmp.h
AgeCommit message (Expand)AuthorFilesLines
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul1-1/+1
2005-10-01fix broken z24_s8 fetcherBrian Paul1-4/+4
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-0/+24
2005-09-15Remove a bunch texel fetch functions that can be handled by the newBrian Paul1-491/+1
2005-08-23simplify, clean-up texel addressing macrosBrian Paul1-180/+129
2005-08-18Replace mult/div operators with bitwise operators in texel fetch routinesBrian Paul1-24/+29
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-110/+620
2005-01-26just fix a comment and update dateBrian Paul1-2/+2
2005-01-26RGB/LUMINANCE texelfetchers (float version) returned 255.0F for alpha channel...Daniel Borca1-14/+14
2004-12-03mask color indexes against palette size, per the specBrian Paul1-2/+5
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-12/+24
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul1-180/+187
2004-05-12yank bgr233 texformat. minor comment updates.Brian Paul1-25/+0
2004-05-12Added big-endian texture formats.Brian Paul1-114/+264
2004-04-27Removed the old teximage code.Brian Paul1-109/+0
2004-04-22New glTexImage code.Brian Paul1-32/+306
2004-04-02fix error in rgb332 texel fetch functionBrian Paul1-2/+2
2004-01-24Some initial RGB and RGBA floating point texture formats.Brian Paul1-43/+89
2004-01-23Initial support for floating point and signed texture formats.Brian Paul1-186/+546
2003-11-18fix comments about Cr==V, Cb==UBrian Paul1-2/+2
2003-10-29texture compressionDaniel Borca1-0/+21
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-10/+17
2003-04-03some texture compression odds & endsBrian Paul1-4/+44
2002-10-29updated email addressesBrian Paul1-2/+2
2002-09-27new texture compression infrastructureBrian Paul1-3/+10
2002-09-23merge gl_texture_image RowStride from DRI 4.0.4Brian Paul1-9/+9
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul1-11/+80
2002-06-15#ifdef-out unused big-endian texel fetch functionsBrian Paul1-2/+3
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-1/+93
2002-05-09Fix FETCH(argb1555) mask valuesKeith Whitwell1-4/+4
2001-03-18Fix error message.Gareth Hughes1-2/+2
2001-03-18Fix header info.Gareth Hughes1-0/+28
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes1-0/+264