Skip to content

Commit

Permalink
patches
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Nov 27, 2023
1 parent cb15f0c commit f95c77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gallium/drivers/freedreno/a6xx/fd6_screen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,6 @@ fd6_screen_init(struct pipe_screen *pscreen)

ir3_screen_init(pscreen);

printf("FD6: screen init 4\n");
screen->primtypes = primtypes;
}
1 change: 1 addition & 0 deletions src/gallium/drivers/freedreno/ir3/ir3_gallium.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ ir3_screen_init(struct pipe_screen *pscreen)
.bindless_fb_read_slot = IR3_BINDLESS_IMAGE_OFFSET +
IR3_BINDLESS_IMAGE_COUNT - 1 - screen->max_rts,
};
printf("ir3: compiler init\n");
screen->compiler = ir3_compiler_create(screen->dev, screen->dev_id, &options);

/* TODO do we want to limit things to # of fast cores, or just limit
Expand Down

0 comments on commit f95c77d

Please sign in to comment.