did arb_uber_buffers ever materialize?

Hello, I just finished reading the presentation (from GDC2004) abour this extension GL_ARB_UBER_BUFFERS, and I want to use it (they say the functionality is available on radeon >9500 which I have).

But I cant find any information on this extension anywhere (i.e. its not in teh SGI depository of extensions) and all I can find is meeting notes from the working group which doesn’t help.

If anyone has some information about this extension please let me know.

Thanks

This functionality has been realized as ARB_pixel_buffer_object and EXT_framebuffer_object instead.

anybody know when FBO is going to support Multisampling rendering

Originally posted by PkK:
This functionality has been realized as ARB_pixel_buffer_object and EXT_framebuffer_object instead.
Not all of it. Render to vertex array for instance is not supported through FBOs.

But PBO does.

Originally posted by vincoof:
But PBO does.
Yes but it’s not direct render to vertex array since there is a copy required.