FasTC/Base/include
Pavel Krajcevski 479ba8e76d Fix a bunch of MSVC compiler warnings and errors.
Most notably, we need to actually fix a bug in MSVC that doesn't know how to properly instantiate
enums in partial template specialization. There are more details outlined here:

http://stackoverflow.com/questions/15466594/why-does-msvc-fail-to-compile-this-template-function

The fix in this commit closes #10

Also in this commit is a hacky way to allow GL defines. Apparently "LoadImage" is defined as a
macro even with WIN32_LEAN_AND_MEAN. This means that we have to #undef the code that includes
it, meaning that we also need to make sure not to actually mix GLDefines.h with any file that needs
to use the functions from Windows.h
2014-03-12 02:43:09 -04:00
..
Color.h Add more generic structures for performing scalar multiplication with vectors (i.e. ones that actually compile) 2013-10-08 18:39:32 -04:00
CompressionFormat.h Refactor CompressionJob struct. 2013-11-08 16:31:19 -05:00
CompressionJob.h Refactor CompressionJob struct. 2013-11-08 16:31:19 -05:00
Image.h Fix a few bugs. 2014-02-04 12:55:47 -05:00
ImageFwd.h Combine image functionality from PVRTCEncoder into Base library. 2013-10-04 18:35:18 -04:00
IPixel.h Make IPixels single vectors in order to allow us to use their operators and other convenience functions. 2013-10-10 14:36:45 -04:00
Matrix2x2.h Finish matrix unit tests 2014-02-21 17:45:07 -05:00
Matrix3x3.h Finish matrix unit tests 2014-02-21 17:45:07 -05:00
Matrix4x4.h Finish matrix unit tests 2014-02-21 17:45:07 -05:00
MatrixBase.h Finish matrix unit tests 2014-02-21 17:45:07 -05:00
MatrixSquare.h Fix a bunch of MSVC compiler warnings and errors. 2014-03-12 02:43:09 -04:00
Pixel.h Add YCoCg pixel type 2014-02-18 13:25:29 -05:00
ScopedAllocator.h Add a scoped allocator in order to deal with errors cleaner 2014-01-23 14:38:02 -05:00
TexCompTypes.h Some small bugs, fixed #2 2014-01-30 14:12:55 -05:00
Vector2.h Add tests for special vector cases 2014-02-16 18:28:37 -05:00
Vector3.h Add tests for special vector cases 2014-02-16 18:28:37 -05:00
Vector4.h Add tests for special vector cases 2014-02-16 18:28:37 -05:00
VectorBase.h Fix a bunch of MSVC compiler warnings and errors. 2014-03-12 02:43:09 -04:00