| version 1.31 | | version 1.32 |
|---|
| | |
| * main() for Inferno | | * main() for Inferno |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.32 2002/04/22 20:15:35 donut |
| | | * add anisotropic texture filtering support |
| | | * |
| * Revision 1.31 2002/04/01 01:58:17 donut | | * Revision 1.31 2002/04/01 01:58:17 donut |
| * add -gl_trilinear OGL command line option | | * add -gl_trilinear OGL command line option |
| * | | * |
| | |
| printf( " -gl_mipmap %s\n","set gl texture filters to \"standard\" (bilinear) mipmapping"); | | printf( " -gl_mipmap %s\n","set gl texture filters to \"standard\" (bilinear) mipmapping"); |
| printf( " -gl_trilinear %s\n","set gl texture filters to trilinear mipmapping"); | | printf( " -gl_trilinear %s\n","set gl texture filters to trilinear mipmapping"); |
| printf( " -gl_simple %s\n","set gl texture filters to gl_nearest for \"original\" look. (default)"); | | printf( " -gl_simple %s\n","set gl texture filters to gl_nearest for \"original\" look. (default)"); |
| | | printf( " -gl_anisotropy <f> %s\n","set maximum degree of anisotropy to <f>"); |
| printf( " -gl_alttexmerge %s\n","use new texmerge, usually uses less ram (default)"); | | printf( " -gl_alttexmerge %s\n","use new texmerge, usually uses less ram (default)"); |
| printf( " -gl_stdtexmerge %s\n","use old texmerge, uses more ram, but _might_ be a bit faster"); | | printf( " -gl_stdtexmerge %s\n","use old texmerge, uses more ram, but _might_ be a bit faster"); |
| printf( " -gl_voodoo %s\n","force fullscreen mode only"); | | printf( " -gl_voodoo %s\n","force fullscreen mode only"); |