summaryrefslogtreecommitdiff
path: root/src/mesa/main/cpuinfo.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-26mesa: trim down #includes in compiler.hBrian Paul1-1/+1
2014-05-22mesa: Rely on USE_X86_64_ASM.José Fonseca1-1/+1
2014-05-22mesa/x86: Support SSE 4.1 detection on x86-64.Matt Turner1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-01-21Remove src/mesa/ppcMatt Turner1-18/+0
2011-01-08mesa: Clean up header file inclusion in cpuinfo.c.Vinson Lee1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-2/+2
2010-02-19Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke1-1/+1
2009-03-04mesa: new cpuinfo.c file to init/query cpu info and extensionsBrian Paul1-0/+109