search for: cube_screen_option_mipmap

Displaying 1 result from an estimated 1 matches for "cube_screen_option_mipmap".

2007 Jun 26
3
[PATCH] Always use mipmaps in cube plugin
...------------- diff -ruN compiz./plugins/cube.c compiz/plugins/cube.c --- compiz./plugins/cube.c 2007-06-27 00:25:32.000000000 +0200 +++ 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)