diff options
author | Ilia Mirkin <[email protected]> | 2017-11-19 16:36:08 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2017-11-25 17:20:17 -0500 |
commit | f39a91c1527ce11871ceacb2ac74a911f4cd6698 (patch) | |
tree | c2d2f5b4182d765a8068830a5177ad8e4a1bf07e /docs | |
parent | 4f748d12e8828aab6e2824a3c80f01c7ac44226c (diff) |
freedreno/a4xx: add ARB_framebuffer_no_attachments support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt index 59f7a180700..01cd133ef01 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -172,7 +172,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, radeonsi GL_KHR_debug DONE (all drivers) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) GL_ARB_fragment_layer_viewport DONE (i965, nv50, r600, llvmpipe, softpipe) - GL_ARB_framebuffer_no_attachments DONE (freedreno/a5xx, i965, r600, softpipe) + GL_ARB_framebuffer_no_attachments DONE (freedreno, i965, r600, softpipe) GL_ARB_internalformat_query2 DONE (all drivers) GL_ARB_invalidate_subdata DONE (all drivers) GL_ARB_multi_draw_indirect DONE (freedreno, i965, r600, llvmpipe, softpipe, swr) @@ -244,7 +244,7 @@ GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, radeonsi GL_ARB_compute_shader DONE (freedreno/a5xx, i965/gen7+, softpipe) GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, r600, llvmpipe, softpipe, swr) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) - GL_ARB_framebuffer_no_attachments DONE (freedreno/a5xx, i965/gen7+, r600, softpipe) + GL_ARB_framebuffer_no_attachments DONE (freedreno, i965/gen7+, r600, softpipe) GL_ARB_program_interface_query DONE (all drivers) GL_ARB_shader_atomic_counters DONE (freedreno/a5xx, i965/gen7+, r600, softpipe) GL_ARB_shader_image_load_store DONE (freedreno/a5xx, i965/gen7+, r600, softpipe) |