summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-11-23 13:01:47 -0800
committerKenneth Graunke <[email protected]>2019-02-21 10:26:10 -0800
commit240615695ddda5b9d93f4f60cb5c72f34842cf5e (patch)
tree8d2a3c26394cedde7088ea2742014ea8074cd5ec /src
parent10d04cdaa4ffbf37b5eedab2769074697cb6aff3 (diff)
iris: drop pull constant binding table entry
nothing uses this
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/iris/iris_program.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/iris/iris_program.c b/src/gallium/drivers/iris/iris_program.c
index 8ccbe866158..4d098f59baf 100644
--- a/src/gallium/drivers/iris/iris_program.c
+++ b/src/gallium/drivers/iris/iris_program.c
@@ -554,10 +554,6 @@ assign_common_binding_table_offsets(const struct gen_device_info *devinfo,
prog_data->binding_table.shader_time_start = 0xd0d0d0d0;
- /* This may or may not be used depending on how the compile goes. */
- prog_data->binding_table.pull_constants_start = next_binding_table_offset;
- next_binding_table_offset++;
-
/* Plane 0 is just the regular texture section */
prog_data->binding_table.plane_start[0] = prog_data->binding_table.texture_start;