hendricks266
|
c942d9c4b9
|
etcpak: Modify ProcessRGB to take input in RGBA format instead of BGRA.
git-svn-id: https://svn.eduke32.com/eduke32@5689 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:16:09 +00:00 |
|
hendricks266
|
7b639accc1
|
etcpak: Replace use of std::array (which seems not to exist under all compilers) with simple custom class.
git-svn-id: https://svn.eduke32.com/eduke32@5687 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:16:02 +00:00 |
|
hendricks266
|
b4d59a287d
|
etcpak: Replace x86-specific _bswap intrinsic with custom byteswap function (which a good compiler should treat identically anyway).
git-svn-id: https://svn.eduke32.com/eduke32@5686 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:59 +00:00 |
|
hendricks266
|
a98e36e095
|
etcpak: Remove SSE4.1 and AVX2 support.
They are of no use to us on ARM.
git-svn-id: https://svn.eduke32.com/eduke32@5683 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:48 +00:00 |
|
hendricks266
|
7a940a255f
|
etcpak: The fma function is not a member of the std namespace.
git-svn-id: https://svn.eduke32.com/eduke32@5682 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:44 +00:00 |
|
hendricks266
|
b2339862ce
|
etcpak: Fix type problem in ProcessRGB_ETC2.
git-svn-id: https://svn.eduke32.com/eduke32@5681 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:41 +00:00 |
|
hendricks266
|
33634859c6
|
Add the ETC compression algorithm portions of etcpak to the repository, with no modifications.
git-svn-id: https://svn.eduke32.com/eduke32@5680 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:37 +00:00 |
|