diff options
author | Rhys Perry <[email protected]> | 2018-04-05 22:49:52 +0100 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2018-04-07 16:45:00 -0400 |
commit | 19254a977bf12c1efa64aec5a480e38e48044dd6 (patch) | |
tree | 9d0885ad3f8ea56e8f94453ae8f87cb3c599642a /docs/relnotes/18.1.0.html | |
parent | 14cc8c55eadfe66965c81155f8eecdc353df4c14 (diff) |
nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATE
This also removes some useless code leftover from old changes.
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes/18.1.0.html')
-rw-r--r-- | docs/relnotes/18.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/18.1.0.html b/docs/relnotes/18.1.0.html index a89861d2bda..deeb23db03d 100644 --- a/docs/relnotes/18.1.0.html +++ b/docs/relnotes/18.1.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>OpenGL 3.1 with ARB_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe, svga</li> <li>GL_ARB_bindless_texture on nvc0/maxwell+</li> +<li>GL_ARB_transform_feedback_overflow_query on nvc0</li> <li>GL_EXT_semaphore on radeonsi</li> <li>GL_EXT_semaphore_fd on radeonsi</li> <li>GL_EXT_shader_framebuffer_fetch on i965 on desktop GL (GLES was already supported)</li> |