summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-4/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
* mesa: move StoreTexImageFunc typedef to .c fileBrian Paul2009-09-281-12/+2
* mesa: make individual texstore functions staticBrian Paul2009-09-281-43/+0
* mesa: new _mesa_texstore() functionBrian Paul2009-09-281-0/+3
* mesa: move StoreTexImageFunc to texstore.hBrian Paul2009-09-271-0/+36
* mesa: move _mesa_get_texstore_func() to texstore.cBrian Paul2009-09-261-0/+5
* mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-031-13/+0
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-0/+1
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+1
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+2
|\
| * Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-201-0/+2
| * mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz2008-09-041-0/+1
* | mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-0/+2
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+1
|\ \ | |/ |/|
| * mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz2008-06-181-0/+1
* | Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg2008-02-251-2/+2
|/
* i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer2007-04-091-0/+4
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-21/+0
* Initial work for GL_EXT_texture_sRGB.Brian Paul2006-08-031-0/+6
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-43/+30
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-4/+4
* merge from texman branchBrian Paul2006-03-261-2/+2
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-1/+2
* added missing prototypeBrian Paul2005-02-081-2/+9
* argb8888 optimizations from via branchKeith Whitwell2005-02-071-0/+10
* Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul2004-12-121-11/+26
* changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca2004-10-181-4/+6
* Another pass at implementing byte-swapped texture formats.Brian Paul2004-05-131-6/+4
* remove last remnants of NEWTEXSTORE stuffBrian Paul2004-05-121-19/+0
* yank bgr233 texformat. minor comment updates.Brian Paul2004-05-121-1/+0
* Added big-endian texture formats.Brian Paul2004-05-121-1/+9
* texture compression: getting warmerDaniel Borca2004-05-041-0/+6
* restored _mesa_rescale_teximage2d()Brian Paul2004-05-021-0/+7
* Removed the old teximage code.Brian Paul2004-04-271-0/+17
* New glTexImage code.Brian Paul2004-04-221-9/+47
* Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett2003-09-301-5/+5
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-5/+7
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-041-10/+2
* new texture compression infrastructureBrian Paul2002-09-271-5/+28
* fixed _mesa_generate_mipmaps() target problemBrian Paul2002-09-161-4/+4
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-1/+8
* initial support for GL_SGIS_generate_mipmap extensionBrian Paul2001-05-211-1/+6
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-201-1/+2
* More texture image changes.Brian Paul2001-04-041-2/+3
* renamed some vars, added a bunch of commentsBrian Paul2001-03-211-2/+2
* depth images were broken by latest teximage changes, this fixes the problemBrian Paul2001-03-211-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-31/+1
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-1/+30
* Overhaul of texture image handling.Brian Paul2001-02-061-0/+143