projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
911f9e8
)
iris: don't support pull constants.
author
Kenneth Graunke
<kenneth@whitecape.org>
Fri, 9 Nov 2018 20:09:50 +0000
(12:09 -0800)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:10 +0000
(10:26 -0800)
I don't think it matters, we won't have any params anyway, but let's
be sure it doesn't try
src/gallium/drivers/iris/iris_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/iris/iris_screen.c
b/src/gallium/drivers/iris/iris_screen.c
index 738663a90a6a5cc784169d3d56fa758b18f83672..48d08c6f33d2c075c327b263199991d44eafe0c5 100644
(file)
--- a/
src/gallium/drivers/iris/iris_screen.c
+++ b/
src/gallium/drivers/iris/iris_screen.c
@@
-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);