From: Dave Airlie Date: Tue, 27 Aug 2019 07:12:01 +0000 (+1000) Subject: docs: add llvmpipe features for fb_no_attach and compute shaders X-Git-Tag: upstream/19.3.0~2229 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a7e92dac538e1ad76b42590beeaada28e79bb07;p=platform%2Fupstream%2Fmesa.git docs: add llvmpipe features for fb_no_attach and compute shaders Reviewed-by: Roland Scheidegger --- diff --git a/docs/features.txt b/docs/features.txt index a590017..01c5beb 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -170,12 +170,12 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, virgl GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30) GL_ARB_ES3_compatibility DONE (all drivers that support GLSL 3.30) GL_ARB_clear_buffer_object DONE (all drivers) - GL_ARB_compute_shader DONE (freedreno/a5xx+, i965, softpipe) + GL_ARB_compute_shader DONE (freedreno/a5xx+, i965, llvmpipe, softpipe) GL_ARB_copy_image DONE (i965, nv50, softpipe, llvmpipe, swr) 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, llvmpipe, softpipe, swr) - GL_ARB_framebuffer_no_attachments DONE (freedreno, i965, softpipe) + GL_ARB_framebuffer_no_attachments DONE (freedreno, i965, llvmpipe, softpipe) GL_ARB_internalformat_query2 DONE (all drivers) GL_ARB_invalidate_subdata DONE (all drivers) GL_ARB_multi_draw_indirect DONE (freedreno, i965, llvmpipe, softpipe, swr) @@ -244,10 +244,10 @@ These are the extensions cherry-picked to make GLES 3.1 GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30) - GL_ARB_compute_shader DONE (freedreno/a5xx+, i965/gen7+, softpipe) + GL_ARB_compute_shader DONE (freedreno/a5xx+, i965/gen7+, llvmpipe, softpipe) GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, llvmpipe, softpipe, swr) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) - GL_ARB_framebuffer_no_attachments DONE (freedreno, i965/gen7+, softpipe) + GL_ARB_framebuffer_no_attachments DONE (freedreno, i965/gen7+, llvmpipe, softpipe) GL_ARB_program_interface_query DONE (all drivers) GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965/gen7+, llvmpipe, softpipe) GL_ARB_shader_image_load_store DONE (freedreno/a5xx+, i965/gen7+, llvmpipe, softpipe)