Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Radeon Shaders Broken.
07-20-2010, 12:51 PM,
#2
 
Well, the frame buffer object check looks like this:
Code:
    else if (!GLEW_ARB_framebuffer_object)
    {
        info_output << "Your video card doesn't support framebuffer objects.  Disabling shaders." << endl;
        DisableShaders(shaderpath, error_output);
    }

Maybe a driver issue? GLEW says:
Quote:Experimental Drivers

GLEW obtains information on the supported extensions from the graphics driver. Experimental or pre-release drivers, however, might not report every available extension through the standard mechanism, in which case GLEW will report it unsupported. To circumvent this situation, the glewExperimental global switch can be turned on by setting it to GL_TRUE before calling glewInit(), which ensures that all extensions with valid entry points will be exposed.

Could you try "glewExperimental = true;" in graphics.cpp line 159 before glewInit() and report if it works?
Reply


Messages In This Thread
Radeon Shaders Broken. - by Dandel - 07-20-2010, 11:35 AM
[No subject] - by NaN - 07-20-2010, 12:51 PM
[No subject] - by Dandel - 07-20-2010, 01:36 PM
[No subject] - by NaN - 07-20-2010, 01:47 PM
[No subject] - by Dandel - 07-20-2010, 03:00 PM
[No subject] - by joevenzon_phpbb2_import3 - 07-20-2010, 10:34 PM
[No subject] - by Dandel - 07-21-2010, 01:33 AM
[No subject] - by joevenzon_phpbb2_import3 - 07-24-2010, 11:19 AM
[No subject] - by Dandel - 07-24-2010, 11:23 AM
[No subject] - by joevenzon_phpbb2_import3 - 07-24-2010, 02:56 PM
[No subject] - by Dandel - 07-24-2010, 04:33 PM
[No subject] - by joevenzon_phpbb2_import3 - 07-24-2010, 07:33 PM
[No subject] - by Dandel - 07-25-2010, 11:34 AM
[No subject] - by joevenzon_phpbb2_import3 - 07-27-2010, 09:57 PM
[No subject] - by Dandel - 08-03-2010, 12:10 PM
[No subject] - by joevenzon_phpbb2_import3 - 08-04-2010, 12:51 AM
[No subject] - by joevenzon_phpbb2_import3 - 08-08-2010, 12:51 PM
[No subject] - by ilguido - 09-19-2010, 12:24 PM
[No subject] - by Dandel - 09-30-2010, 10:07 PM
[No subject] - by joevenzon_phpbb2_import3 - 10-04-2010, 10:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)