summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_mm.c
AgeCommit message (Collapse)Author
2008-10-29gallium: new sanity assertions in mmAllocMem()Brian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-02-19Move mm.c code into util module.José Fonseca
Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself.