diff options
author | Eric Anholt <eric@anholt.net> | 2010-08-23 15:53:16 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-08-23 17:25:38 -0700 |
commit | e0564d56b1d3bc339b7a9cd232df4b042a93aab2 (patch) | |
tree | 0eefa7c802e805ba82c3b6dfefd89f53d250e223 /docs | |
parent | d1b4f4034796e607371536d43370c6fefc22811c (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.9.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.9.html b/docs/relnotes-7.9.html index 457dd8fd05d..c3ca9c9c422 100644 --- a/docs/relnotes-7.9.html +++ b/docs/relnotes-7.9.html @@ -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 |