diff options
author | Rob Clark <[email protected]> | 2017-11-18 10:40:49 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2017-11-18 13:39:39 -0500 |
commit | ae44845affebede222dce104bf320465d22bd3c6 (patch) | |
tree | 31e9cbec86eba84db2d2168dbc79437f3bb96e5a /docs | |
parent | f5d477f447bb23433f8c9e1376ef61c3f6d905ea (diff) |
freedreno/ir3: add texture gather support
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 11c40293eba..633d2593738 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -130,7 +130,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi GL_ARB_tessellation_shader DONE (i965/gen7+) GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, llvmpipe, softpipe, swr) 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_gather DONE (freedreno/a5xx, i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_texture_query_lod DONE (freedreno, i965, nv50, llvmpipe, softpipe) GL_ARB_transform_feedback2 DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_transform_feedback3 DONE (i965/gen7+, llvmpipe, softpipe, swr) |