summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)Author
2000-06-15revamped glCopyTexSubImage1/2/3D() to be more like glCopyTexImage1/2/3D()Brian Paul
2000-06-06more work on GL_ARB_texture_compressionBrian Paul
2000-05-30more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-24more work on GL_ARB_texture_compressionBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-23more texture cube work, misc code clean-upBrian Paul
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul
2000-03-30improved PrintTexture debug functionBrian Paul
2000-03-29changes for single-copy texturesBrian Paul
2000-03-27put _mesa prefix on some functionsBrian Paul
2000-03-24fixed a Driver.TexImage call typo, misc clean-upBrian Paul
2000-03-23replaced decode_internal_format() with _mesa_base_tex_format()Brian Paul
2000-03-22lots of changes for single-copy texture image DD interfaceBrian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul
2000-03-21clean-up of texture image constructionBrian Paul
2000-03-20added new_texture_image()Brian Paul
2000-03-20added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImageBrian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-01inserted static const in make_null_texture()Brian Paul
2000-02-21fixed minor bug in copytexsubimage_error_check()Brian Paul
2000-02-12now using dynamically allocated api dispatch tablesBrian Paul
2000-01-31added _mesa_TexImage3DEXT()Brian Paul
1999-11-25replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-11-05clean-up to reduce MSVC warningsBrian Paul
1999-11-03new texture image processingBrian Paul
1999-10-22applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul
1999-10-21silenced ininitialized var warningsBrian Paul
1999-10-19fixed a number of error-test bugsBrian Paul
1999-10-17negative offsets to TexSubImage w/ texture borders caused memory corruptionBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg