Revision | Windows | Mac OS X | Date | Description | |
---|---|---|---|---|---|
32 Bit | 64 Bit | ||||
6787 | Download | Download | Not available | 13 years, 10 months |
Go back to using FindGtk for the cmake build. The module is fixed with later versions of cmake. We may need to check ... read more |
6786 | Download | Download | Not available | 13 years, 10 months |
Added some languages: Added Norwegian Bokmâ l thanks to KHRZ Added Polish thanks to Baszta Added Russian ... read more |
6785 | Download | Download | Not available | 13 years, 10 months |
Fixed language selection by adding English, leaving default as "<System>" language. Removed languages ... read more |
6784 | Download | Download | Not available | 13 years, 10 months |
Refactor all the SSSE3 functions in TextureDecoder so that the cpu_info check isn't looped over. Speeds up most ... read more |
6783 | Download | Download | Not available | 13 years, 10 months |
New SSSE3 implementation for I4 texture decode. 14% speedup over the previous SSE4 implementation (so it was scrapped). |
6782 | Download | Download | Not available | 13 years, 10 months |
Add profiling (via oprofile) to the cmake build. |
6781 | Download | Download | Not available | 13 years, 10 months |
From my last commit: Fix build on Linux. Use SSSE3 instead of SSE3. Remove some unused vars from the SSE2 CMPR. |
6780 | Download | Download | Not available | 13 years, 10 months |
fix for a error introduced in my last commit. |
6779 | Download | Download | Not available | 13 years, 10 months |
New SSSE3 implementation of RGB5A3. About 40% improvement (less cycles) on the plain C version and 17% on the SSE2 ... read more |
6778 | Download | Download | Not available | 13 years, 10 months |
Fix alpha reads (hurray for the ZWW Pictograph quest and Killer 7) |
6777 | Download | Download | Not available | 13 years, 10 months |
normalize the efb to texture process for color textures to make it work the same in all the plugins and with the same ... read more |
6776 | Download | Download | Not available | 13 years, 10 months |
This needs to be in the right place to work for <sse4. Going to bed now :P. |
6774 | Download | Download | Not available | 13 years, 10 months |
Fix a missing 'else' in last commit. Remove more redundancy in CMPR (may make it faster - not tested). |
6773 | Download | Download | Not available | 13 years, 10 months |
Add SSSE3 implementation for RGBA8 texture decode. It is 25% faster (3/4 of the cycles) than the SSE2 version. Remove a ... read more |
6772 | Download | Download | Not available | 13 years, 10 months |
An extra 5-10% speedup for I4 texture decoding with SSE4.1 intrinsics. |