I have MinGW and MSys set up on a windows 7 machine, but the glu libraries that came with it are old, and dont support gluBuild3DMipmaps. I have searched everywhere for a precompiled glu library for MinGW that I can use, but I can't find anything... I can't even find documentation on how to build one.

So where do I get the newest version of glu?

link|improve this question

50% accept rate
1  
Any reason not to use glGenerateMipmap() or GL_GENERATE_MIPMAP? – genpfault Sep 16 '10 at 20:29
I like that solution. It solves my problem, but what about the ultimate problem of updating glu? – Ned Sep 17 '10 at 14:18
feedback

1 Answer

You may be able to pull out the Mesa/SGI implementation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.