Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | 2004-12-03 | 1 | -8/+10 | |
| | ||||||
* | use float constants | Daniel Borca | 2004-11-15 | 1 | -3/+3 | |
| | ||||||
* | cleaned up the mess a bit | Daniel Borca | 2004-11-01 | 1 | -211/+91 | |
| | ||||||
* | decoder "width" parameter represents "stride-in-pixels" | Daniel Borca | 2004-10-29 | 1 | -3/+3 | |
| | ||||||
* | use RowStride instead of Width in texel fetchers. | Daniel Borca | 2004-10-18 | 1 | -11/+11 | |
| | | | | changed some pointers to be (char *) instead of (long) | |||||
* | revived unused code, but got rid of warnings | Daniel Borca | 2004-08-30 | 1 | -10/+10 | |
| | ||||||
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | 2004-08-25 | 1 | -2/+17 | |
| | | | | 1015696) | |||||
* | Silent compiler "variable may be used uninitialized" warnings. | Philippe Houdoin | 2004-08-14 | 1 | -5/+6 | |
| | ||||||
* | init some vars to silence warnings | Brian Paul | 2004-07-02 | 1 | -8/+8 | |
| | ||||||
* | added support for non-64bit compilers | Daniel Borca | 2004-06-21 | 1 | -29/+64 | |
| | ||||||
* | reworked FXT1 | Daniel Borca | 2004-05-31 | 1 | -77/+921 | |
| | | | | minor fixes to fxMesa | |||||
* | oops | Daniel Borca | 2004-05-25 | 1 | -1/+0 | |
| | ||||||
* | FXT1 texture compression (initial draft) | Daniel Borca | 2004-05-25 | 1 | -35/+640 | |
| | ||||||
* | Fix minor warnings found with g++. | Brian Paul | 2004-05-04 | 1 | -3/+3 | |
| | ||||||
* | texture compression: getting warmer | Daniel Borca | 2004-05-04 | 1 | -19/+13 | |
| | ||||||
* | unbloat namespace | Daniel Borca | 2004-05-03 | 1 | -16/+18 | |
| | ||||||
* | FXT1: getting warmer | Daniel Borca | 2004-04-30 | 1 | -2/+2 | |
| | ||||||
* | FXT1 preparations | Daniel Borca | 2004-04-29 | 1 | -6/+133 | |
| | ||||||
* | Removed the old teximage code. | Brian Paul | 2004-04-27 | 1 | -0/+155 | |
Moved all code related to specific texture compression modes into new texcompress_s3tc.c and texcompress_fxt1.c files (but not implemented). |