[Intel-gfx] Framebuffer object creation seg faults
Avedissian, Vahe Y (AS)
Vahe.Avedissian at ngc.com
Tue Jul 21 00:12:55 CEST 2009
Dear All,
I am running Fedora 11 x86_64. I am trying to test a sample framebuffer object code segment.
I have run some checks on my system including glxinfo and the following code snippet:
if (glewGetExtension("GL_EXT_framebuffer_object") == GL_TRUE)
{
std::cout << "FBO support" << std::endl;
}
Both these checks tell my FBO is supported on my GM45 chipset with the driver I am using.
However, when I try to create a FBO with the following call:
glGenFramebuffersEXT(1,&fb);
I am getting a seg fault. I am using the stock Intel graphics driver shipped with FC11. Do I need to update to a more current
Driver? Will the FBO code work with the latest driver?
Thanks,
Vahe Avedissian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20090720/31b1a5f1/attachment.html>
More information about the Intel-gfx
mailing list