summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul1-4/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-1/+1
2009-09-28mesa: move StoreTexImageFunc typedef to .c fileBrian Paul1-12/+2
2009-09-28mesa: make individual texstore functions staticBrian Paul1-43/+0
2009-09-28mesa: new _mesa_texstore() functionBrian Paul1-0/+3
2009-09-27mesa: move StoreTexImageFunc to texstore.hBrian Paul1-0/+36
2009-09-26mesa: move _mesa_get_texstore_func() to texstore.cBrian Paul1-0/+5
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul1-13/+0
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-0/+1
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+1
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+2
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom1-0/+2
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger1-0/+2
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+1
2008-09-04mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz1-0/+1
2008-06-18mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz1-0/+1
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg1-2/+2
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer1-0/+4
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul1-21/+0
2006-08-03Initial work for GL_EXT_texture_sRGB.Brian Paul1-0/+6
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul1-43/+30
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-4/+4
2006-03-26merge from texman branchmesa_20060325Brian Paul1-2/+2
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-1/+2
2005-02-08added missing prototypeBrian Paul1-2/+9
2005-02-07argb8888 optimizations from via branchKeith Whitwell1-0/+10
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul1-11/+26
2004-10-18changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca1-4/+6
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul1-6/+4
2004-05-12remove last remnants of NEWTEXSTORE stuffBrian Paul1-19/+0
2004-05-12yank bgr233 texformat. minor comment updates.Brian Paul1-1/+0
2004-05-12Added big-endian texture formats.Brian Paul1-1/+9
2004-05-04texture compression: getting warmerDaniel Borca1-0/+6
2004-05-02restored _mesa_rescale_teximage2d()Brian Paul1-0/+7
2004-04-27Removed the old teximage code.Brian Paul1-0/+17
2004-04-22New glTexImage code.Brian Paul1-9/+47
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett1-5/+5
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-5/+7
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul1-10/+2
2002-09-27new texture compression infrastructureBrian Paul1-5/+28
2002-09-16fixed _mesa_generate_mipmaps() target problemBrian Paul1-4/+4
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul1-1/+8
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul1-1/+6
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul1-1/+2
2001-04-04More texture image changes.Brian Paul1-2/+3
2001-03-21renamed some vars, added a bunch of commentsBrian Paul1-2/+2
2001-03-21depth images were broken by latest teximage changes, this fixes the problemBrian Paul1-2/+2
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-31/+1
2001-02-19Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul1-1/+30
2001-02-06Overhaul of texture image handling.Brian Paul1-0/+143