summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/execmem.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: move _mesa_exec_malloc/free() prototypes to their own headerBrian Paul2017-10-101-0/+37
Try to start removing things from the cluttered imports.h file. v2: add new header to Makefile.sources Reviewed-by: Roland Scheidegger <[email protected]>