diff options
author | Rafael Antognolli <[email protected]> | 2017-01-20 09:53:27 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-02-21 16:28:32 -0800 |
commit | d71e1f32c6c2a77eac4e494a5464d9ce2d87d711 (patch) | |
tree | 0e0bb96deffb0a131becd4c62b5a95a7d3c45cbb /docs/relnotes | |
parent | 924a1b90aa1b092917dcfdd8b76a74571cbfb1c8 (diff) |
i965/gen6+: Enable arb_transform_feedback_overflow_query.
This extension adds new query types which can be used to detect overflow
of transform feedback buffers. The new query types are also accepted by
conditional rendering commands.
v3:
- s/gen7+/gen6+/ in the relnotes (Jordan Justen)
Signed-off-by: Rafael Antognolli <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/17.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index fd231ab9984..9ababccea6d 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_gpu_shader_int64 on i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe</li> <li>GL_ARB_transform_feedback2 on i965/gen6</li> +<li>GL_ARB_transform_feedback_overflow_query on i965/gen6+</li> </ul> <h2>Bug fixes</h2> |