http://bugs.freedesktop.org/show_bug.cgi?id=25719





--- Comment #3 from Ian Romanick <i...@freedesktop.org>  2009-12-19 22:30:26 
PST ---
The bug is that the test uses the GL_ARB_framebuffer_object version of the
function, but the driver doesn't support GL_ARB_framebuffer_object.  It doesn't
work.  *shock*  GLEW sees that the driver doesn't support
GL_ARB_framebuffer_object, so it correctly never calls glXGetProcAddress on
glGenerateMipmap.  Since the driver does support GL_EXT_framebuffer_object, it
does call glXGetProcAddress on glGenerateMipmapEXT.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to