This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
d698e022f5fc54376323333431aeaa00fd56b074
dolphin
/
Source
/
Core
/
Common
History
skidau
d698e022f5
Changed the hash algorithm to CRC32 utilising the SSE4.2 instruction. The algorithm will automatically be used for the Accurate Texture Cache, EFB to RAM and texture id's when a SSE4.2 capable CPU is detected. It will fallback to the old algorithm if SSE4.2 is not detected. Using CRC32 speeds up the hash algorithm by around 2X.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7060
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-04 08:37:58 +00:00
..
Src
Changed the hash algorithm to CRC32 utilising the SSE4.2 instruction. The algorithm will automatically be used for the Accurate Texture Cache, EFB to RAM and texture id's when a SSE4.2 capable CPU is detected. It will fallback to the old algorithm if SSE4.2 is not detected. Using CRC32 speeds up the hash algorithm by around 2X.
2011-02-04 08:37:58 +00:00
CMakeLists.txt
Fix the rest of the tooltips for linux.
2011-01-31 22:19:30 +00:00
Common.vcproj
Remove PluginSpecs.h. Merge the few needed enums from that file into Common.h for now. I am up for suggestions on a better place for those.
2011-02-02 04:40:27 +00:00
Common.vcxproj
Remove PluginSpecs.h. Merge the few needed enums from that file into Common.h for now. I am up for suggestions on a better place for those.
2011-02-02 04:40:27 +00:00
Common.vcxproj.filters
svn eol-style:native on the filters...
2011-01-31 07:58:59 +00:00
make_svnrev.h.js
Fixed vs2010 SVNRevGen project. (Also changed "make_svnrev.h.vbs" to jscript and gave it some comments :p) Removed some old plugin stuff.
2011-02-01 04:20:51 +00:00
SubWCRev.exe
replace SubWCRev.exe with a statically linked one... >.>
2009-03-22 22:11:27 +00:00
SVNRevGen.vcproj
VS2008 build fix
2011-02-01 07:34:08 +00:00
SVNRevGen.vcxproj
Fixed vs2010 SVNRevGen project. (Also changed "make_svnrev.h.vbs" to jscript and gave it some comments :p) Removed some old plugin stuff.
2011-02-01 04:20:51 +00:00