diff options
author | Eric Anholt <[email protected]> | 2011-04-19 21:40:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-04-23 13:21:57 -0700 |
commit | 1df72402d99145425531297eef6772b88ce5225d (patch) | |
tree | 3c01ffc518e210138cd7c0bbd0d7a3726fc4d3f5 /docs/relnotes-7.11.html | |
parent | 332822bd3d8c43cc81686148c0857b8df697341e (diff) |
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 <[email protected]>
Diffstat (limited to 'docs/relnotes-7.11.html')
-rw-r--r-- | docs/relnotes-7.11.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.11.html b/docs/relnotes-7.11.html index d223a0a0de9..b57fe9bb5a7 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> |