summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
AgeCommit message (Expand)Author
2000-02-12fixed reference count but in DeleteTextures()Brian Paul
2000-01-31added mutexes for thread safetyBrian Paul
2000-01-24replaced HashLookup() with _mesa_HashLookup()Brian Paul
2000-01-24prefixed hash functions with _mesa_Brian Paul
1999-12-01gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-05clean-up to reduce MSVC warningsBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-09texture units now share default texture objectsBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell
1999-08-19Initial revisionjtg