Fix a number of texture compression issues.
[mesa.git] / src / mesa / main / texstore.c
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-04-26 Brian Paulfix a few stride computations in _mesa_texstore_rgba()
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2006-03-29 Brian Paulfix components initialization in two places (Ewald...
2006-03-29 Brian Paulnew tests for GL_DEPTH_STENCIL_EXT
2006-03-26 Brian Paulmerge from texman branch
2006-03-16 Brian Paulfinish up some loose ends in _mesa_texstore_z24_s8()
2005-12-01 Brian Paulremove uintptr_t cast
2005-10-05 Brian Paulfix byteswapping bug in _mesa_texstore_ycbcr() (Benjami...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-01 Brian Pauladded _mesa_texstore_z24_s8()
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-15 Brian PaulNew set_fetch_functions() to set a gl_texture_image...
2005-07-05 Brian PaulThe old MESA_PBUFFER_ALLOC() function allocated memory...
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-05-23 Keith WhitwellImport Thomas Helstrom's SSE memcpy code from the via...
2005-05-16 Felix KuehlingDon't use _mesa_swizzle_ubyte_image if all three textur...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-26 Brian Paulcomments and minor clean-up
2005-02-07 Keith Whitwellargb8888 optimizations from via branch
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-23 Brian Paulupdate _mesa_store_teximageXd() comments and minor...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian PaulMap/Unmap PBO as needed so that the texstore routines...
2004-10-18 Daniel Borcachanged _mesa_rescale_teximage2d to allow rescaling...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-25 Brian Paulfix a couple bad casts
2004-06-24 Daniel Borcadisabled unnecessary assertions in texture replicator
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-16 Brian Paulfix component indexing bug in _mesa_texstore_al88()
2004-06-10 Brian PaulRoland's patch to fix promotion of alpha or luminance...
2004-05-13 Brian PaulAnother pass at implementing byte-swapped texture formats.
2004-05-12 Brian Paulyank bgr233 texformat. minor comment updates.
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-05-05 Brian Paulfix a few bugs when using GL_REDUCE convolution mode
2004-05-04 Brian Paulfix a bug on the convolution path
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-05-04 Daniel Borcatexture compression: getting warmer
2004-05-02 Brian Paulrestored _mesa_rescale_teximage2d()
2004-04-27 Brian PaulRemoved the old teximage code.
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-22 Brian PaulNew glTexImage code.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-24 Brian Paulfix YCBCR assertion and disable assertion in auto-mipma...
2003-11-07 Brian Pauls/xoffset/zoffset/ (Cedric Gautier)
2003-09-12 Brian PaulAllow glTexImage1/2/3D to specify width/height/depth...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-04-04 Brian PaulRework gl[Copy]Tex[Sub]Image() error checking so that...
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-03-04 Brian Paulsilence a GLchan=GLfloat warning with a cast
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-02-06 Brian Paulfix assertion in transfer_teximage() (Laurent Desnogues)
2003-01-28 Brian Paulsome casts (Evgeny Kotsuba)
2003-01-24 Brian Paulsilence some warnings
2002-12-03 Brian Pauladded GL_DEPTH_COMPONENT to two assertions
2002-11-20 Brian Paulfixed cube texture auto-mipmap generation bug (641363)
2002-10-30 Brian Paulremove debug printf
2002-10-28 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-24 Brian PaulHeader file clean-up:
2002-10-18 Brian Paulnew _mesa_max_texture_levels() helper function - not...
2002-10-18 Brian Paulimplement auto mipmap generation for compressed textures
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-09-17 Brian Paulremove GLint t, pass target to _mesa_init_teximage_fields()
2002-09-16 Brian Paulfixed _mesa_generate_mipmaps() target problem
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-04-04 Brian Paulfixed some 3D texture image stride bugs when using...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-07-23 Brian Paulcheck for pixels=NULL in _mesa_store_teximage[123]d()
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Brian Paulsilence a warning
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-05-24 Brian PaulFinished GL_SGIS_generate_mipmap. Should be trivial...
2001-05-22 Brian Paula little more work on GL_SGIS_generate_mipmap
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
2001-04-04 Brian Paulfixed tmpTexelSize computation bug
2001-04-04 Brian PaulMore texture image changes.
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-27 Brian PaultexFormat was a random value in _mesa_store_teximage3d...
2001-03-27 Gareth HughesUpdates required for DRI drivers on mesa-3-5-branch.
2001-03-21 Brian Paulrenamed some vars, added a bunch of comments
2001-03-21 Brian Pauldepth images were broken by latest teximage changes...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-18 Gareth HughesAdd missing header file include.
2001-03-18 Gareth HughesRemove #endif.
2001-03-18 Gareth HughesRemove old code, fix a few comments.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
next