summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat_tmp.h
AgeCommit message (Expand)Author
2008-06-09mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supportedJakob Bornecrantz
2006-10-13Revamp color table code.Brian Paul
2006-08-03Initial work for GL_EXT_texture_sRGB.Brian Paul
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul
2006-03-31Fix the fetch_texel_ci8() code to deal with floating point color palettes.Brian Paul
2006-03-29a few new assertionsBrian Paul
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul
2005-10-01fix broken z24_s8 fetcherBrian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-15Remove a bunch texel fetch functions that can be handled by the newBrian Paul
2005-08-23simplify, clean-up texel addressing macrosBrian Paul
2005-08-18Replace mult/div operators with bitwise operators in texel fetch routinesBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-26just fix a comment and update dateBrian Paul
2005-01-26RGB/LUMINANCE texelfetchers (float version) returned 255.0F for alpha channel...Daniel Borca
2004-12-03mask color indexes against palette size, per the specBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul
2004-05-12yank bgr233 texformat. minor comment updates.Brian Paul
2004-05-12Added big-endian texture formats.Brian Paul
2004-04-27Removed the old teximage code.Brian Paul
2004-04-22New glTexImage code.Brian Paul
2004-04-02fix error in rgb332 texel fetch functionBrian Paul
2004-01-24Some initial RGB and RGBA floating point texture formats.Brian Paul
2004-01-23Initial support for floating point and signed texture formats.Brian Paul
2003-11-18fix comments about Cr==V, Cb==UBrian Paul
2003-10-29texture compressionDaniel Borca
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-04-03some texture compression odds & endsBrian Paul
2002-10-29updated email addressesBrian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-09-23merge gl_texture_image RowStride from DRI 4.0.4Brian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-06-15#ifdef-out unused big-endian texel fetch functionsBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-05-09Fix FETCH(argb1555) mask valuesKeith Whitwell
2001-03-18Fix error message.Gareth Hughes
2001-03-18Fix header info.Gareth Hughes
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes