Implement filters using GL_SGI_generate_mipmaps

Questions about Wine on Linux
Locked
Chebanenko Igor
Level 2
Level 2
Posts: 43
Joined: Tue Jul 16, 2013 5:16 am

Implement filters using GL_SGI_generate_mipmaps

Post by Chebanenko Igor »

From Wine source code:

http://source.winehq.org/git/wine.git/b ... ure.c#l690

/* TODO: Implement filters using GL_SGI_generate_mipmaps. */

I found this:

https://www.opengl.org/registry/specs/S ... mipmap.txt

UPD:

+this
https://www.opengl.org/sdk/docs/man/htm ... pmap.xhtml

Could this be helpful?
Locked