added Window-isms previously in gl.h
[mesa.git] / src / mesa / main / teximage.c
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