Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-12 | Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC | Matthias Hoelzl | |
2017-09-01 | etc: Append -std=gnu++11 to CCFLAGS instead of CXXFLAGS | Ignacio Etcheverry | |
This way it can override the -std flags passed to scons. | |||
2017-08-30 | Disable -ffast-math for etc2comp | Hein-Pieter van Braam | |
Apparently -ffast-math generates incorrect code with recent versions of GCC and Clang. The manual page for GCC warns about this possibility. In my tests it doesn't actually appear to be measurably slower in this case, and this is used in a batch process so it seems safe to disable this. This fixes #10758 and fixes #10070 | |||
2017-05-31 | Add ETC1/ETC2 compression support though etc2comp. | Ferenc Arn | |
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457. |