Gallium3D/R600 Support For Texture Multisample

David Airlie shared on Sunday morning his new "gallium-texture-multisample" Mesa branch that works out the Gallium3D/R600 support for this OpenGL feature. The GL_ARB_texture_multisample extension is part of the OpenGL 3.2 specification. From the OpenGL.org registry, this NVIDIA-developed extension is described as:
This extension provides support for two new types of "multisample textures" - two-dimensional and two-dimensional array - as well as mechanisms to fetch a specific sample from such a texture in a shader, and to attach such textures to FBOs for rendering. This extension also includes the following functionality, first described in NV_explicit_multisample:Hopefully this GL_ARB_texture_multisample work will be ready for merging into the forthcoming release of Mesa 9.1.
* A query in the API to query the location of samples within the pixel
* An explicit control for the multisample sample mask to augment the control provided by SampleCoverage
Initial feedback on the R600 texture multi-sample code can be found on the Mesa developers' mailing list. The Mesa branch with this support can be found on FreeDesktop.org.
Add A Comment