summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
AgeCommit message (Expand)Author
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-21fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()Brian Paul
2001-02-19Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-17Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul
2001-02-07GLchan fixesBrian Paul
2001-02-07remove unused functionsBrian Paul
2001-02-07made some changes to the initialization of gl_texture_image fieldsBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul