summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.c
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpackingBrian Paul2000-02-211-11/+25
* init a few vars to silence compiler warningsBrian Paul2000-01-131-1/+3
* minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul2000-01-051-5/+3
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-1181/+337
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul1999-11-031-6/+9
* new texture image processingBrian Paul1999-11-031-1/+1187
* fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul1999-10-261-5/+5
* fixed byteswapping bug in gl_pack_rgba_span()Brian Paul1999-10-221-10/+11
* added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul1999-10-221-2/+14
* added more format/type error checking codeBrian Paul1999-10-191-3/+41
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-15/+15
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-2/+2
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-14/+14
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+5
* removed unused GLcontext arg from a few functionsBrian Paul1999-09-151-5/+5
* Initial revisionjtg1999-08-191-0/+2417