From 26d46b94b4f03a8a5203539949e19124e3cdefad Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Tue, 15 Aug 2017 17:52:41 +0200 Subject: softpipe: enable PIPE_CAP_QUERY_SO_OVERFLOW The driver was supposed to support this since way before the GL spec for it existed, albeit it was apparently broken, so fix and enable it. Reviewed-by: Jose Fonseca --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/features.txt') diff --git a/docs/features.txt b/docs/features.txt index ac7645d069..ace46692b5 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -232,7 +232,7 @@ GL 4.6, GLSL 4.60 GL_ARB_shader_group_vote DONE (i965, nvc0, radeonsi) GL_ARB_spirv_extensions in progress (Nicolai Hähnle, Ian Romanick) GL_ARB_texture_filter_anisotropic not started - GL_ARB_transform_feedback_overflow_query DONE (i965/gen6+, radeonsi) + GL_ARB_transform_feedback_overflow_query DONE (i965/gen6+, radeonsi, softpipe) GL_KHR_no_error started (Timothy Arceri) These are the extensions cherry-picked to make GLES 3.1 -- cgit v1.2.3