diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-06-08 18:05:21 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-12 14:45:50 +0000 |
commit | f1de952b695b8f2053d576d3e8093427e598bd4f (patch) | |
tree | 0b1e166ab6295997f0eed368157abed52a9e1590 /src/panfrost | |
parent | 3cc425e27df6b14b6b9fb5363861d83e53d0b362 (diff) |
panfrost: Use shader_info harder
We already have this metadata..
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5423>
Diffstat (limited to 'src/panfrost')
-rw-r--r-- | src/panfrost/util/pan_ir.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/panfrost/util/pan_ir.h b/src/panfrost/util/pan_ir.h index 221967d3b5d..aa0eb7904ce 100644 --- a/src/panfrost/util/pan_ir.h +++ b/src/panfrost/util/pan_ir.h @@ -95,9 +95,6 @@ typedef struct { unsigned sysval_count; unsigned sysvals[MAX_SYSVAL_COUNT]; - /* Boolean properties of the program */ - bool writes_point_size; - int first_tag; struct util_dynarray compiled; |