diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2017-02-17 10:18:35 -0800 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2017-02-21 12:38:13 -0800 |
commit | ed6b47f435d902a26a4c572d4aced7d4a720b6f3 (patch) | |
tree | 30879f1e0f5c21179580bddea904189e7bbd9713 /docs | |
parent | 0a7b252c5b0f5c5c0e114d913d6153bd2cc44ce9 (diff) |
docs: Update features.txt and relnotes for GL_ARB_transform_feedback2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/17.1.0.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 5905dba9b3..01315a0a1c 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -132,7 +132,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/hsw+, nvc0, r600, radeonsi GL_ARB_texture_cube_map_array DONE (i965/gen6+, nv50, llvmpipe, softpipe) GL_ARB_texture_gather DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_texture_query_lod DONE (i965, nv50, softpipe) - GL_ARB_transform_feedback2 DONE (i965/gen7+, nv50, llvmpipe, softpipe, swr) + GL_ARB_transform_feedback2 DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_transform_feedback3 DONE (i965/gen7+, llvmpipe, softpipe, swr) diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index a65bc73431..fd231ab998 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -45,6 +45,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> </ul> <h2>Bug fixes</h2> |