fixed pointer arithmetic error in glCopyPixels
[mesa.git] / src / mesa / main / hash.c
2001-11-02 Brian Paulinit the hash table mutex in _mesa_NewHashTable (Won...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2000-03-21 Brian Paulremoved a few const keywords because of mutex calls
2000-03-21 Brian Pauladded more locking
2000-01-31 Brian Pauladded mutexes for thread safety
2000-01-24 Brian Paulprefixed hash functions with _mesa_
2000-01-04 Brian Paulstart search at 1 in HashFindFreeKeyBlock()
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-08-19 jtgInitial revision