Bug 26935

Summary: GL_ARB_pixel_buffer_object support
Product: Mesa Reporter: Rene Peinthor <peinthor>
Component: Drivers/DRI/R600Assignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: low    
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Rene Peinthor 2010-03-07 06:24:57 UTC
This is more a feature request than a bug report.
I would like to see the GL_ARB_pixel_buffer_object extansion working for radeon r600/700 cards.

It's needed for the native linux game Heroes of Newerth:
http://www.heroesofnewerth.com
Comment 1 Alex Deucher 2010-03-08 09:04:26 UTC
Pushed to the 7.8 branch.  Should end up in master eventually.
df9bf78f888702542a506f551204a2e7dc8b7df1
Comment 2 Rene Peinthor 2010-03-08 09:30:43 UTC
Sorry a bit late, I have currently no access to my machine with the r700 card, but I found a forum entry from the game forums, specifying which extensions need to be available.

==
It now only requires an OpenGL 1.2 / GLSL 1.10 compliant video card with the following extensions present: ARB_multitexture, ARB_vertex_buffer_object, ARB_shader_objects, ARB_fragment_shader, ARB_vertex_shader, ARB_shading_language_100, ARB_pixel_buffer_object, EXT_framebuffer.
==

I'm not sure what else is currently missing as I can't check...
the ARB_pixel_buffer_object was just the first error.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.