fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of poten...
[mesa.git] / src / mesa / main / texstore.c
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-21 Brian Paulfixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian PaulWork in glGetTexImage() to return GL_COLOR_INDEX images.
2001-02-07 Brian PaulGLchan fixes
2001-02-07 Brian Paulremove unused functions
2001-02-07 Brian Paulmade some changes to the initialization of gl_texture_i...
2001-02-06 Brian PaulOverhaul of texture image handling.