From 61359324c1ed511edc8b1d6b23ced1e43b08ec42 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 6 Mar 2017 18:04:12 -0800 Subject: Revert "vc4: Lazily emit our FS/VS input loads." This reverts commit 292c24ddac5acc35676424f05291c101fcd47b3e. It broke a lot of GLES2 deqp, and I see at least one problem that will require some serious rework to fix. --- src/gallium/drivers/vc4/vc4_qir.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gallium/drivers/vc4/vc4_qir.h') diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h index fe86232aeb2..6469e51b051 100644 --- a/src/gallium/drivers/vc4/vc4_qir.h +++ b/src/gallium/drivers/vc4/vc4_qir.h @@ -461,13 +461,6 @@ struct vc4_compile { uint8_t vattr_sizes[8]; - /** - * Order in which the vattrs were loaded by the program, to arrange - * vattr_offsets[] in the program data appropriately. - */ - uint8_t vpm_input_order[8]; - uint8_t next_vpm_input; - /** * Array of the VARYING_SLOT_* of all FS QFILE_VARY reads. * -- cgit v1.2.3