summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-355/+1
* Add missing header file include.Gareth Hughes2001-03-181-1/+2
* Remove #endif.Gareth Hughes2001-03-181-2/+1
* Remove old code, fix a few comments.Gareth Hughes2001-03-181-402/+5
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-60/+24
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+1
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-7/+7
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-18/+18
* 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