summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/cpuinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove src/mesa/ppcMatt Turner2012-01-211-18/+0
| | | | It didn't actually do anything except modify the GL_RENDERER string.
* mesa: Clean up header file inclusion in cpuinfo.c.Vinson Lee2011-01-081-1/+1
|
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
|
* Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke2010-02-191-1/+1
|
* mesa: new cpuinfo.c file to init/query cpu info and extensionsBrian Paul2009-03-041-0/+109