Displaying 1 result from an estimated 1 matches for "gl_linear_mipmap_linear".
2007 Jun 26
3
[PATCH] Always use mipmaps in cube plugin
...200
+++ compiz/plugins/cube.c 2007-06-27 01:21:28.016740889 +0200
@@ -1434,7 +1434,7 @@
xMove = cs->xRotations;
- if (cs->grabIndex && cs->opt[CUBE_SCREEN_OPTION_MIPMAP].value.b)
+ if (cs->opt[CUBE_SCREEN_OPTION_MIPMAP].value.b)
s->display->textureFilter = GL_LINEAR_MIPMAP_LINEAR;
if (cs->invert == 1)