mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
vc4: Fix stray disable of the CSE pass.
Somehow I slipped this in with the original commit of CSE.
This commit is contained in:
parent
ffeb77c7b0
commit
b44a7a3223
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ qir_opt_cse(struct vc4_compile *c)
|
|||
struct qinst *last_sf = NULL;
|
||||
uint32_t sf_count = 0, r4_count = 0;
|
||||
|
||||
return false;
|
||||
struct hash_table *ht = _mesa_hash_table_create(NULL, inst_key_equals);
|
||||
if (!ht)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue