summaryrefslogtreecommitdiff
path: root/include/SDL_cpuinfo.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-07The MMX and 3DNow! instructions can't be compiled by 64-bit Visual Studio.Sam Lantinga1-0/+2
2011-02-27Fixed compiling AltiVec blittersSam Lantinga1-2/+0
2011-02-22Fixed altivec.h include on Mac OS XSam Lantinga1-3/+8
2011-02-22Re-added the 3DNow! and AltiVec instruction support.Sam Lantinga1-0/+38
2011-02-11Fixed SSE4 detection, and split it into SSE 4.1 and 4.2Sam Lantinga1-2/+7
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-11Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and ...Sam Lantinga1-17/+8
2011-01-27Added API function to get CPU cache line size.Sam Lantinga1-0/+8
2011-01-27Bump up the default cache line size.Sam Lantinga1-3/+5
2011-01-27Added cache line size info in SDL_cpuinfo.hSam Lantinga1-0/+5
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-12-16Added SDL_GetCPUCount() to see how many cores are available.Sam Lantinga1-0/+5
2009-10-19Partial fix for bug #859Sam Lantinga1-11/+19
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-2/+11
2006-02-24*** empty log message ***Sam Lantinga1-8/+8
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga1-2/+2
2006-02-10*** empty log message ***Sam Lantinga1-2/+0
2006-02-09Started the process of improving configure support, and merging C typesSam Lantinga1-0/+4
2006-02-01Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga1-12/+7
2004-01-24Fixed bugs in CPU feature detection and added extended feature detectionSam Lantinga1-0/+12
2004-01-06Date: Tue, 6 Jan 2004 12:42:19 +0100Sam Lantinga1-0/+4
2004-01-04Updated copyright information for 2004 (Happy New Year!)Sam Lantinga1-1/+1
2003-11-24Greatly simplified the SDL CPU info codeSam Lantinga1-0/+4
2003-11-18Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() in SDL_cpuinfo.hSam Lantinga1-0/+58