summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
AgeCommit message (Expand)Author
2000-02-21fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpackingBrian Paul
2000-01-13init a few vars to silence compiler warningsBrian Paul
2000-01-05minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-11-03added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul
1999-11-03new texture image processingBrian Paul
1999-10-26fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul
1999-10-22fixed byteswapping bug in gl_pack_rgba_span()Brian Paul
1999-10-22added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul
1999-10-19added more format/type error checking codeBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-15removed unused GLcontext arg from a few functionsBrian Paul
1999-08-19Initial revisionjtg