Selaa lähdekoodia

iris: don't support pull constants.

I don't think it matters, we won't have any params anyway, but let's
be sure it doesn't try
tags/19.1-branchpoint
Kenneth Graunke 7 vuotta sitten
vanhempi
commit
f4829a2fe1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/gallium/drivers/iris/iris_screen.c

+ 1
- 0
src/gallium/drivers/iris/iris_screen.c Näytä tiedosto

@@ -584,6 +584,7 @@ iris_screen_create(int fd)
screen->compiler = brw_compiler_create(screen, &screen->devinfo);
screen->compiler->shader_debug_log = iris_shader_debug_log;
screen->compiler->shader_perf_log = iris_shader_perf_log;
screen->compiler->supports_pull_constants = false;

slab_create_parent(&screen->transfer_pool,
sizeof(struct iris_transfer), 64);

Loading…
Peruuta
Tallenna