summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-16finish up some loose ends in _mesa_texstore_z24_s8()Brian Paul1-2/+40
2005-12-01remove uintptr_t castBrian Paul1-1/+1
2005-10-05fix byteswapping bug in _mesa_texstore_ycbcr() (Benjamin Herrenschmidt)Brian Paul1-7/+7
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-21/+23
2005-10-01added _mesa_texstore_z24_s8()Brian Paul1-8/+40
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-7/+9
2005-09-15New set_fetch_functions() to set a gl_texture_image's FetchTexel functionsBrian Paul1-8/+93
2005-07-05The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.Brian Paul1-8/+8
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul1-19/+19
2005-05-23Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell1-21/+22
2005-05-16Don't use _mesa_swizzle_ubyte_image if all three texture formatsFelix Kuehling1-0/+12
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz1-1/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-14/+17
2005-04-26comments and minor clean-upBrian Paul1-17/+29
2005-02-07argb8888 optimizations from via branchKeith Whitwell1-33/+287
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul1-0/+174
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul1-4/+4
2004-11-23update _mesa_store_teximageXd() comments and minor code clean-upBrian Paul1-14/+30
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-45/+64
2004-10-31Map/Unmap PBO as needed so that the texstore routines can work withBrian Paul1-48/+95
2004-10-18changed _mesa_rescale_teximage2d to allow rescaling of padded imagesDaniel Borca1-8/+11
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+40
2004-08-25fix a couple bad castsBrian Paul1-2/+2
2004-06-24disabled unnecessary assertions in texture replicatorDaniel Borca1-1/+1
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul1-54/+104
2004-06-16fix component indexing bug in _mesa_texstore_al88()Brian Paul1-2/+3
2004-06-10Roland's patch to fix promotion of alpha or luminance textures to theBrian Paul1-32/+57
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul1-397/+58
2004-05-12yank bgr233 texformat. minor comment updates.Brian Paul1-53/+0
2004-05-12Added big-endian texture formats.Brian Paul1-43/+515
2004-05-05fix a few bugs when using GL_REDUCE convolution modeBrian Paul1-6/+8
2004-05-04fix a bug on the convolution pathBrian Paul1-1/+3
2004-05-04Fix minor warnings found with g++.Brian Paul1-6/+4
2004-05-04texture compression: getting warmerDaniel Borca1-0/+34
2004-05-02restored _mesa_rescale_teximage2d()Brian Paul1-0/+71
2004-04-27Removed the old teximage code.Brian Paul1-865/+42
2004-04-26bring over build fixes from stable branchAlan Hourihane1-3/+1
2004-04-22New glTexImage code.Brian Paul1-19/+1893
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-5/+79
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul1-3/+2
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul1-3/+3
2004-02-06Refactor "class" texture environments to be implemented in terms ofIan Romanick1-14/+14
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell1-1/+1
2004-01-23Initial support for floating point and signed texture formats.Brian Paul1-9/+15
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul1-0/+3
2003-11-24fix YCBCR assertion and disable assertion in auto-mipmap codeBrian Paul1-0/+3
2003-11-07s/xoffset/zoffset/ (Cedric Gautier)Brian Paul1-1/+1
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul1-3/+3
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-3/+3
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul1-36/+0