diff --git a/.pick_status.json b/.pick_status.json index 1fcc51a9e19..79d95f48cf1 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -74,7 +74,7 @@ "description": "etnaviv: Remove duplicate initializers", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "9dc4ee91215cfd5ea6d98c4879abc4e7979b4c64", "notes": null diff --git a/src/gallium/drivers/etnaviv/etnaviv_compiler.c b/src/gallium/drivers/etnaviv/etnaviv_compiler.c index f25250c12a8..afc70cfcb3c 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_compiler.c +++ b/src/gallium/drivers/etnaviv/etnaviv_compiler.c @@ -54,8 +54,6 @@ etna_compiler_create(const char *renderer, const struct etna_specs *specs) .lower_fmod = true, .lower_vector_cmp = true, .lower_fdph = true, - .lower_extract_byte = true, - .lower_extract_word = true, .lower_insert_byte = true, .lower_insert_word = true, .lower_fdiv = true, /* !specs->has_new_transcendentals */