yank bgr233 texformat. minor comment updates.
[mesa.git] / src / mesa / main / texstore.c
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...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-21 Brian Paulfixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian PaulWork in glGetTexImage() to return GL_COLOR_INDEX images.
2001-02-07 Brian PaulGLchan fixes
2001-02-07 Brian Paulremove unused functions
2001-02-07 Brian Paulmade some changes to the initialization of gl_texture_i...
2001-02-06 Brian PaulOverhaul of texture image handling.