Age | Commit message (Collapse) | Author |
|
|
|
|
|
callback function.
Added _mesa_HashWalk() to walk over all entries in a hash table with callback.
|
|
|
|
|
|
|
|
in a hash table.
Added _mesa_test_hash_functions() for unit testing.
Updated comments, etc.
|
|
|
|
|
|
allocates memory (like FreeBSD).
|
|
1. Remove all.h and PC_HEADER junk.
2. Rolled mem.c and mem.h into imports.c and imports.h
3. Include imports.h instead of mem.h
Restore _mesa_create/initialize_context() to be like they were in 4.0.4
New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
|
|
|
|
Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|