Skip to content

Commit

Permalink
kill tess
Browse files Browse the repository at this point in the history
the tess has been set to false (a640≥ only)
  • Loading branch information
SolDev69 authored Nov 28, 2023
1 parent 98afa2d commit f157741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freedreno/ir3/ir3_compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ir3_compiler_create(struct fd_device *dev, const struct fd_dev_id *dev_id,
printf("ir3: preamble\n");
compiler->has_preamble = true;
printf("tess\n");
compiler->tess_use_shared = dev_info->a6xx.tess_use_shared;
compiler->tess_use_shared = false;
printf("ir3: has getfibreid\n");
compiler->has_getfiberid = dev_info->a6xx.has_getfiberid;
printf("ir3: dp2\n");
Expand Down

0 comments on commit f157741

Please sign in to comment.