So, I was browsing about makng sure I had everything in preparation to install new x64 hardware, which necessitated seeing what software was/was not x64 capable. I ran into this,
OpenGL Extensions Viewer and gave it a whirl.
I'm currently running on one of the cards that requires the flag -disable_fbo or I get corruption. Here is some of what the Extensions Viewer had to say about my Sapphire 9600XT running 4.12 Catalyst:
OpenGL driver version check (Current: 6.14.10.4776, Latest known: 6.14.10.4776):
Latest version of display drivers foundNo paletted texture supportNo Frame buffer object supportExtension verification: GL_EXT_copy_texture was not found, but has the entry point
glCopyTexSubImage3DEXTGL_EXT_polygon_offset was not found, but has the entry point
glPolygonOffsetEXT GL_EXT_subtexture was not found, but has the entry point
glTexSubImage3DEXTGL_ARB_draw_buffers was not found, but is available in driver version
6.14.10.5337GL_ATI_pn_triangles was not found, but is available in driver version
6.14.10.4517GL_EXT_framebuffer_object was not found, but is available in driver version
6.14.10.5220GL_KTX_buffer_region was not found, but is available in driver version
6.14.10.3604GL_NV_point_sprite was not found, but is available in driver version
6.14.10.4145GL_SGI_texture_edge_clamp was not found, but is available in driver version
6.14.10.3604What I find funny, is that running the registry option for KTX Buffer _has_ results, but it's not present in the driver. Must be in my head.
Also, this card/driver has apparently 77% OpenGL 2.0 support for:
GL_ARB_draw_buffers (as GL_ATI_draw_buffers)
GL_ARB_fragment_shader
GL_ARB_point_sprite
GL_ARB_shader_objects
GL_ARB_shading_language_100
GL_ARB_vertex_shader
GL_EXT_stencil_two_side (as GL_ATI_seperat_stencil)
Unsupported:GL_ARB_texture_non_power_of_two
GL_EXT_blend_equation_seperate
But there are no OpenGL 2.0 functions listed as checked.
And in case you're wondering, no, I have no idea what good this will do anyone. But it was something I found rather interesting and thought it might be of some service or entertainment to everyone here.