| version 1.26 | | version 1.27 |
|---|
| | |
| available on the min filter, of course.) | | available on the min filter, of course.) |
| -gl_mipmap is equivalant to | | -gl_mipmap is equivalant to |
| "-gl_texmagfilt GL_LINEAR -gl_texminfilt GL_LINEAR_MIPMAP_NEAREST" | | "-gl_texmagfilt GL_LINEAR -gl_texminfilt GL_LINEAR_MIPMAP_NEAREST" |
| | | -gl_trilinear is equivalant to |
| | | "-gl_texmagfilt GL_LINEAR -gl_texminfilt GL_LINEAR_MIPMAP_LINEAR" |
| -gl_simple is equivalant to | | -gl_simple is equivalant to |
| "-gl_texmagfilt GL_NEAREST -gl_texminfilt GL_NEAREST" | | "-gl_texmagfilt GL_NEAREST -gl_texminfilt GL_NEAREST" |
| -gl_alttexmerge to enable new texmerge for Opengl that draws both textures, | | -gl_alttexmerge to enable new texmerge for Opengl that draws both textures, |