From: <bug...@fr...> - 2010-03-22 22:40:46
|
http://bugs.freedesktop.org/show_bug.cgi?id=27254 Summary: glBlitFramebuffer is defined while glBlitFramebufferEXT is hidden as described by the XMLs Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Mesa core AssignedTo: mes...@li... ReportedBy: al...@au... CC: al...@au... Hi all, EXT_framebuffer_object.xml specifies that BlitFramebufferEXT to be hidden while BlitFramebuffer is exposed as described in ARB_framebuffer_object.xml, is that intentional? As GL_EXT_framebuffer_blit is supported since 6.5, I would have thought that BlitFramebufferEXT should be defined in the library. It is unfortunately that when I test some of the functions using MESA, I need to get a pointer to glBlitFramebuffer and when I test it on an older piece of hardware then I need to get a pointer to glBlitFramebufferEXT. Anyway, thanks so much for reading, I just want to know rather this is a bug or the actual implementation so that I can do the appropriate thing in my program. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |