assorted changes for supporting GLfloat color channels (not done)
[mesa.git] / src / mesa / main / teximage.c
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Brian Paulreplace _NEW_PIXEL with _IMAGE_NEW_TRANSFER_STATE to...
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-06-12 Brian Pauldisable pixel transfer ops for glGetTexImage(), per...
2001-05-24 Brian PaulFinished GL_SGIS_generate_mipmap. Should be trivial...
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-04-24 Brian Paulassign texImage->FetchTexel only if NULL
2001-04-19 Brian Paulbug fixes, added missing state query cases
2001-03-30 Brian Pauladd texture border width to x/y/zoffset in gl[Copy...
2001-03-30 Brian PaultexImage->FetchTexel wasn't getting initialized in...
2001-03-28 Gareth Hughes- Restore texImage->IntFormat.
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-26 Brian Paulchange glTexImage3D() internalFormat to GLenum to match...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
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-05 Brian Pauladded missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH()...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulsignal _NEW_TEXTURE in all teximage functions
2001-02-26 Brian Pauladded a cube map error check
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 Paulfixed texel indexing bug in _mesa_GetTexImage()
2001-02-07 Brian Pauladded some code for proxy texture tests
2001-02-07 Brian Paulmade some changes to the initialization of gl_texture_i...
2001-02-06 Brian Pauladded a number of debugging tests to be sure drivers...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-23 Brian Paulfixed glTexSubImage error check bug #128775
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-12-09 Brian Pauladjust texture size for convolution in glCopyTex[Sub...
2000-12-08 Brian Paulmore detailed texture error messages
2000-11-22 Jouk Jansen Committing in .
2000-11-21 Brian Paulcall RENDER_START/FINISH in read_color_image()
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-13 Brian Paulfixed another texImage mistake in _mesa_GetTexImage()
2000-11-10 Brian Paulrestored call to _mesa_select_tex_image() in _mesa_GetT...
2000-11-07 Brian Pauladjust x/y/zoffset parameters to fill_texture_image...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-16 Brian Pauladded _mesa_get_teximages_from_driver()
2000-09-28 Brian Paulnew params for SpecificCompressedTexFormat() (Bill...
2000-09-07 Brian Pauladded device driver function for texture proxy testing
2000-09-06 Brian Pauloops- forgot convolution for glGetTexImage. Done now.
2000-09-05 Brian Paulpassing proxy targets to glGetTexImage() should generat...
2000-09-05 Brian Pauluse clear_proxy_teximage() instead of MEMSET()
2000-09-05 Brian PaulFixed bug in fill_texture_image(). Clean-up in _mesaGe...
2000-09-02 Brian Paulfinished convolution
2000-09-01 Brian PauldestBytesPerRow was uninitialized in make_texture_image()
2000-08-31 Brian Paulconvolution for glTexImage[123]D now works
2000-08-30 Brian Paulmore convolution work
2000-08-29 Brian Paulfinished compressed texture support (Bill White)
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-06-28 Brian Paulfixed two proxy texture typos
2000-06-15 Brian Paulrevamped glCopyTexSubImage1/2/3D() to be more like...
2000-06-06 Brian Paulmore work on GL_ARB_texture_compression
2000-05-30 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-24 Brian Paulmore work on GL_ARB_texture_compression
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-23 Brian Paulmore texture cube work, misc code clean-up
2000-05-23 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-22 Brian Paulinitial code for GL_ARB_texture_cube_map
2000-03-30 Brian Paulimproved PrintTexture debug function
2000-03-29 Brian Paulchanges for single-copy textures
2000-03-27 Brian Paulput _mesa prefix on some functions
2000-03-24 Brian Paulfixed a Driver.TexImage call typo, misc clean-up
2000-03-23 Brian Paulreplaced decode_internal_format() with _mesa_base_tex_f...
2000-03-22 Brian Paullots of changes for single-copy texture image DD interface
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-21 Brian Paulclean-up of texture image construction
2000-03-20 Brian Pauladded new_texture_image()
2000-03-20 Brian Pauladded device driver functions for CopyTexImage, CopyTex...
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-01 Brian Paulinserted static const in make_null_texture()
2000-02-21 Brian Paulfixed minor bug in copytexsubimage_error_check()
2000-02-12 Brian Paulnow using dynamically allocated api dispatch tables
2000-01-31 Brian Pauladded _mesa_TexImage3DEXT()
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-11-05 Brian Paulclean-up to reduce MSVC warnings
1999-11-03 Brian Paulnew texture image processing
1999-10-22 Brian Paulapplied Jonn Carmack's patch for faster glTexSubImage2D...
1999-10-21 Brian Paulsilenced ininitialized var warnings
1999-10-19 Brian Paulfixed a number of error-test bugs
1999-10-17 Brian Paulnegative offsets to TexSubImage w/ texture borders...
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-08-19 jtgInitial revision