summaryrefslogtreecommitdiffstats
path: root/docs/relnotes-7.11.html
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-04-19 21:40:48 -0700
committerEric Anholt <eric@anholt.net>2011-04-23 13:21:57 -0700
commit1df72402d99145425531297eef6772b88ce5225d (patch)
tree3c01ffc518e210138cd7c0bbd0d7a3726fc4d3f5 /docs/relnotes-7.11.html
parent332822bd3d8c43cc81686148c0857b8df697341e (diff)
downloadexternal_mesa3d-1df72402d99145425531297eef6772b88ce5225d.zip
external_mesa3d-1df72402d99145425531297eef6772b88ce5225d.tar.gz
external_mesa3d-1df72402d99145425531297eef6772b88ce5225d.tar.bz2
i965: Add support for NV_conditional_render.
Since we lack hardware support for it, this is a simple matter of checking _mesa_check_conditional_render at the entrypoints, and suppressing it for the metaops where it doesn't apply. Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/relnotes-7.11.html')
-rw-r--r--docs/relnotes-7.11.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.11.html b/docs/relnotes-7.11.html
index d223a0a..b57fe9b 100644
--- a/docs/relnotes-7.11.html
+++ b/docs/relnotes-7.11.html
@@ -51,6 +51,7 @@ tbd
<li>GL_ATI_draw_buffers (all drivers)
<li>GL_ATI_texture_compression_3dc (gallium drivers, swrast)
<li>GL_ATI_texture_float (gallium, i965)
+<li>GL_NV_conditional_render (i965)
<li>GL_NV_texture_barrier (gallium drivers)
</ul>