Pavel Krajcevski
fb7805d875
Bring CMake integration up to date.
...
- Add a way to generate a FasTCConfig.cmake file so that you can
use cmake without having to install it.
- Add install paths for users that want to install it.
- Hide all public headers in FasTC/ qualified include path, this way we
know what files are public directly from the source. Also, it lets us
define build-tree and install-tree include directories a lot easier.
2014-11-18 17:07:26 -05:00
Pavel Krajcevski
0cac0c5c0a
Add .astc file loader
2014-03-12 19:26:39 -04:00
Pavel Krajcevski
1a5b748b2c
Check for C++11 types in base library
2014-01-30 13:55:55 -05:00
Pavel Krajcevski
1b5b8c3900
Add hooks to support filenames with .ktx extension
2014-01-24 14:00:14 -05:00
Pavel Krajcevski
552b8440b1
Add KTX writer.
2014-01-23 18:24:21 -05:00
Pavel Krajcevski
95e86cbf0d
Add KTX loaders
2014-01-23 14:43:05 -05:00
Pavel Krajcevski
955fe204ad
Add OpenGL discovery to read/write KTX files
2014-01-23 14:33:37 -05:00
Pavel Krajcevski
b6fde9c3f5
Add TGA image loaders
2013-11-19 14:22:26 -05:00
Pavel Krajcevski
56259e2861
Add third party files for reading/writing TGA files.
2013-11-19 12:04:06 -05:00
Pavel Krajcevski
28cf254fe5
Initial decoupling of base library from core library. Includes a few formatting changes as well.
2013-09-13 19:36:37 -04:00
Pavel Krajcevski
0db3f830a6
Fix error from merge where we renamed the project to FasTC
2013-08-27 14:43:55 -04:00
Pavel Krajcevski
25eba39870
Change the name of everything to FasTC
2013-08-22 18:35:01 -04:00
Pavel Krajcevski
e6bd4b5317
Only use the PVR loader if the library for loading has been found.
2013-08-22 18:08:29 -04:00
Pavel Krajcevski
9d4f412f65
Skeleton for reading .pvr files
2013-08-20 15:12:57 -04:00
Pavel Krajcevski
cdbf72b6c0
Merge MSVC support into master.
2013-01-28 11:49:03 -05:00
Pavel Krajcevski
5eba3ba6f7
Add license
2012-11-15 11:51:55 -05:00
Pavel Krajcevski
96f223c509
Split filestream implementation into unix and windows versions.
2012-11-07 15:26:33 -05:00
Pavel Krajcevski
0dbf5a08cc
Add initial png writing routines.
2012-10-31 17:50:39 -04:00
Pavel Krajcevski
f82173f423
Add platform independent file stream reading and writing in order to allow us to write out logs.
2012-10-31 17:48:52 -04:00
Pavel Krajcevski
2c22889533
Broke the coupling between ImageFile and Image. One is strictly for IO, the other can be platform and file format agnostic.
2012-10-31 17:46:13 -04:00
Pavel Krajcevski
2fa4da80ed
Fix some inconsistencies with different versions of libpng.
2012-10-31 17:46:12 -04:00
Pavel Krajcevski
662e3c8f57
Make sure to also link against zlib.
2012-08-28 16:45:37 -04:00
Pavel Krajcevski
a076d1efb8
Fleshed out some more of the library
2012-08-27 18:34:37 -04:00
Pavel Krajcevski
5bebdc3b07
Remove warning from cmake process
2012-08-27 12:58:44 -04:00
Pavel Krajcevski
4e43207fd8
Restructure IO directory to better match convention set by BPTC Encoder
2012-08-27 12:19:27 -04:00
Pavel Krajcevski
afd1e274fd
Add support for cmake to look for libpng and then add the proper files if available.
2012-08-26 20:31:41 -04:00
Pavel Krajcevski
6d39ab49c1
Generate the ImageLoader.h file from cmake after we figure out what image reading libraries are available to us.
2012-08-26 19:51:49 -04:00
Pavel Krajcevski
abb5ca2a44
Add some more skeleton code to prepare for png image loading.
2012-08-26 19:05:18 -04:00
Pavel Krajcevski
ff5cab75ee
Added a few more structural preparations
2012-08-26 16:37:10 -04:00