Phoronix: R600 Gallium3D Expands On Stream-Out By Default
The R600 Gallium3D driver is beginning to enable Stream-Out support by default for a greater selection of the Radeon graphics processors...
http://www.phoronix.com/vr.php?view=MTEyMzA
How exactly does this benefit us?
I.e., USE CASE.
Explain.
More mordern OpenGL features as I read it.
It's required for OpenGL 3.0 support. I think MSAA support (which Arlie had in an experimental repo) is the only other feature currently missing. (if you add S3TC lib and compile with float textures)
Edit: 1 example i found on the web of it being used - http://prideout.net/blog/?tag=transform-feedback
Last edited by smitty3268; 06-19-2012 at 05:40 PM.
With it you can store what you generate on the GPU. Think deformable terrain for example, without having the cpu do transfers at any point.