intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.

The spec specifically sets the minimum MAX_SAMPLES at 1 to allow exposing
the extension on all implementations, so do so.
This commit is contained in:
Eric Anholt
2010-08-23 15:53:16 -07:00
parent d1b4f40347
commit e0564d56b1
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ tbd
<h2>New features</h2>
<ul>
<li>GL_EXT_timer_query extension (i965 driver only)
<li>GL_EXT_framebuffer_multisample extension (intel drivers, MAX_SAMPLES = 1)
<li>GL_ARB_texture_swizzle extension (alias of GL_EXT_texture_swizzle)
<li>GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program_shadow
and GL_EXT_draw_buffers2 in Gallium drivers