This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
f667c03d55f24891f385745cd06ed2eb6bd6103d
dolphin
/
Source
/
Core
/
VideoCommon
T
History
xsacha
f667c03d55
New SSSE3 implementation of RGB5A3. About 40% improvement (less cycles) on the plain C version and 17% on the SSE2 version.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6779
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-08 02:52:07 +00:00
..
Src
New SSSE3 implementation of RGB5A3. About 40% improvement (less cycles) on the plain C version and 17% on the SSE2 version.
2011-01-08 02:52:07 +00:00
CMakeLists.txt
Win32-only:
2010-12-19 19:43:18 +00:00
OpenCL.rules
Meta:
2010-06-02 18:00:22 +00:00
VideoCommon.vcproj
TextureDecoder.cpp: new SSE2 optimized GX_TF_I8 decoder. Probably not ultimately optimal SSE2 code, but provably better (on my machine) than the memset version. Tested with __rdtsc counts in an independent project. I get about 6-7 FPS more on average during the intro movie playback in Mario Kart Wii. Hope this compiles for GCC okay.
2010-12-30 19:17:08 +00:00