summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texobj.c
Commit message (Expand)AuthorAgeFilesLines
* fixed reference count but in DeleteTextures()Brian Paul2000-02-121-10/+13
* added mutexes for thread safetyBrian Paul2000-01-311-1/+5
* replaced HashLookup() with _mesa_HashLookup()Brian Paul2000-01-241-2/+2
* prefixed hash functions with _mesa_Brian Paul2000-01-241-10/+10
* gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul1999-12-011-10/+18
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-2/+2
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-30/+31
* clean-up to reduce MSVC warningsBrian Paul1999-11-051-3/+3
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-2/+2
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-2/+2
* texture units now share default texture objectsBrian Paul1999-10-091-5/+17
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-5/+6
* more hooks for mga driver, including an immediate fastpathKeith Whitwell1999-09-301-4/+9
* Initial revisionjtg1999-08-191-0/+571