summaryrefslogtreecommitdiffstats
path: root/src/freedreno
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2020-02-24 08:16:34 -0800
committerMarge Bot <[email protected]>2020-02-28 16:53:40 +0000
commit141d0d1c25d031df17c7ec1931c2e78cfc04736a (patch)
tree214cc57717061bb7dbf2c382ff25ca79bbc7c713 /src/freedreno
parentc7ac1bcea0198c86a1e208ece50c1af5da2cb339 (diff)
freedreno/ir3: remove from_tgsi
No longer used, other than in ir3 cmdline compiler, where it can be replaced with a local variable. Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3989>
Diffstat (limited to 'src/freedreno')
-rw-r--r--src/freedreno/ir3/ir3_shader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/freedreno/ir3/ir3_shader.h b/src/freedreno/ir3/ir3_shader.h
index e6765985676..9dd3cb44ae4 100644
--- a/src/freedreno/ir3/ir3_shader.h
+++ b/src/freedreno/ir3/ir3_shader.h
@@ -628,9 +628,6 @@ struct ir3_shader {
uint32_t id;
uint32_t variant_count;
- /* so we know when we can disable TGSI related hacks: */
- bool from_tgsi;
-
struct ir3_compiler *compiler;
struct ir3_ubo_analysis_state ubo_state;