more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
[mesa.git] / src / mesa / main / teximage.c
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