summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.h
AgeCommit message (Expand)Author
2001-11-18API dispath updatesBrian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-03-26change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-02-06Overhaul of texture image handling.Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-10-16added _mesa_get_teximages_from_driver()Brian Paul
2000-09-05added const to _mesa_select_tex_object()Brian Paul
2000-08-29finished compressed texture support (Bill White)Brian Paul
2000-06-05 Committing in .Jouk Jansen
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-03-27put _mesa prefix on some functionsBrian Paul
2000-03-23replaced decode_internal_format() with _mesa_base_tex_format()Brian Paul
2000-01-31added _mesa_TexImage3DEXT()Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-03new texture image processingBrian Paul
1999-08-19Initial revisionjtg