summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/mm.c
AgeCommit message (Collapse)Author
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell
executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code.
2005-02-17fix some 0->NULLsDave Airlie
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-06Shared dri driver resourcesKeith Whitwell