mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-04 09:22:38 +00:00
~25% speed improvement in decoding GX_TF_RGB5A3 textures which aren't used very much. I thought it would help for movie playback but I misled myself. Video playback has nothing to do with this texture format. Next I'll see if I can knock out some of these other texture decoders. Byte swizzling I'm sure can somehow be accomplished using _mm_unpacklo_epi8 trickery, so that'd be another big win I hope. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6698 8ced0084-cf51-0410-be5f-012b33b47a6e |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DebuggerUICommon | ||
DebuggerWX | ||
DiscIO | ||
DolphinWX | ||
DSPCore | ||
InputCommon | ||
InputUICommon | ||
VideoCommon | ||
VideoUICommon | ||
CMakeLists.txt |