diff options
author | Eric Anholt <[email protected]> | 2010-01-26 14:43:23 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-01-26 14:43:23 -0800 |
commit | ab53f710151d920286d0c92f93262fb468008051 (patch) | |
tree | fb40c37170486051bc18b8211f2789ed17dcd9b4 /docs | |
parent | f62c2a0bb89041567467a6c01cf1eb27cec01e9e (diff) |
i965: Add support for EXT_draw_buffers2.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.8.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes-7.8.html b/docs/relnotes-7.8.html index 4fcc491036e..6511d613d69 100644 --- a/docs/relnotes-7.8.html +++ b/docs/relnotes-7.8.html @@ -35,7 +35,7 @@ tbd <h2>New features</h2> <ul> <li>GL_NV_conditional_render extension (swrast driver only) -<li>GL_EXT_draw_buffers2 extension (swrast driver only) +<li>GL_EXT_draw_buffers2 extension (swrast and i965 driver only) <li>Much improved support for <a href="egl.html">EGL in Mesa</a> <li>New state trackers for <a href="opengles.html">OpenGL ES 1.1 and 2.0</a> </ul> |