aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()Brian Paul2001-02-211-4/+4
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-3/+412
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-213/+168
* Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul2001-02-171-14/+117
* GLchan fixesBrian Paul2001-02-071-4/+4
* remove unused functionsBrian Paul2001-02-071-44/+1
* made some changes to the initialization of gl_texture_image fieldsBrian Paul2001-02-071-56/+17
* Overhaul of texture image handling.Brian Paul2001-02-061-0/+1068