summaryrefslogtreecommitdiff
path: root/src/mesa/main/texutil.c
AgeCommit message (Collapse)Author
2000-11-09updated with bug fix from 3.4 branchBrian Paul
2000-10-29More GLchan color channel changes.Brian Paul
Some header file re-org: Move matrix, vertex buffer structs to types.h to fix #include mess. Remove typedef, extern declarations from config.h
2000-09-13replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatypeBrian Paul
2000-08-29added MESA_FF_R8_G8_B8 (alpha filled to 0xff) formatBrian Paul
2000-03-30fixed typos in generate_lookup_tables()Brian Paul
2000-03-30fixed subtexture address calculation bugBrian Paul
2000-03-29lots of new workBrian Paul
2000-03-27added _mesa_unconvert_teximage()Brian Paul
2000-03-24initial check-inBrian Paul