Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa-main-0-NULL.patch from Jeff Muizelaar | Keith Whitwell | 2005-02-11 | 1 | -1/+1 |
| | |||||
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | 2004-08-25 | 1 | -0/+1 |
| | | | | 1015696) | ||||
* | Removed the old teximage code. | Brian Paul | 2004-04-27 | 1 | -48/+27 |
| | | | | | Moved all code related to specific texture compression modes into new texcompress_s3tc.c and texcompress_fxt1.c files (but not implemented). | ||||
* | more texture compression | Daniel Borca | 2003-11-21 | 1 | -19/+46 |
| | |||||
* | small fixes wrt texture handling | Daniel Borca | 2003-11-03 | 1 | -5/+5 |
| | |||||
* | texture compression | Daniel Borca | 2003-10-29 | 1 | -0/+17 |
| | |||||
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -15/+29 |
| | |||||
* | some texture compression odds & ends | Brian Paul | 2003-04-03 | 1 | -6/+67 |
| | |||||
* | add 2, not 4, in _mesa_get_compressed_formats() | Brian Paul | 2003-03-24 | 1 | -4/+4 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
| | | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | ||||
* | implement auto mipmap generation for compressed textures | Brian Paul | 2002-10-18 | 1 | -10/+6 |
| | |||||
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -0/+159 |