summaryrefslogtreecommitdiff
path: root/src/mesa/main/hash.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-21removed a few const keywords because of mutex callsBrian Paul1-3/+3
2000-03-21added more lockingBrian Paul1-4/+12
2000-01-31added mutexes for thread safetyBrian Paul1-1/+13
2000-01-24prefixed hash functions with _mesa_Brian Paul1-22/+22
2000-01-04start search at 1 in HashFindFreeKeyBlock()Brian Paul1-4/+4
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-12/+5
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-8/+7
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-3/+4
1999-08-19Initial revisionjtg1-0/+295