v3d: Stop advertising support for PIPE_CAP_TWO_SIDED_COLOR.

The GL frontend can lower away this deprecated GL feature for us.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8601>
This commit is contained in:
Eric Anholt
2021-01-20 12:55:44 -08:00
parent 5ddc2f916f
commit 2992dc7386
5 changed files with 1 additions and 14 deletions

View File

@@ -385,7 +385,6 @@ struct v3d_fs_key {
bool is_lines;
bool line_smoothing;
bool point_coord_upper_left;
bool light_twoside;
bool msaa;
bool sample_coverage;
bool sample_alpha_to_coverage;