summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qir.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-03-06 18:04:12 -0800
committerEric Anholt <[email protected]>2017-03-08 13:44:17 -0800
commit61359324c1ed511edc8b1d6b23ced1e43b08ec42 (patch)
tree77a8ba2af16063504fe9f93be38f1635171b72ee /src/gallium/drivers/vc4/vc4_qir.h
parentab12a126fd7b549602ed24f5d7540e0acb0a56e3 (diff)
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.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_qir.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_qir.h7
1 files changed, 0 insertions, 7 deletions
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
@@ -462,13 +462,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.
*
* This includes those that aren't part of the VPM varyings, like