mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 09:20:13 +01:00
anv/pipeline: Set binding_table.gather_texture_start
This should get texture gather working on gen8+ and mostly working on gen7.
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Cc: "12.0" <mesa-dev@lists.freedesktop.org>
(cherry picked from commit 3c0077a6ec)
This commit is contained in:
parent
8a293e6a0c
commit
89a8fd71af
1 changed files with 1 additions and 0 deletions
|
|
@ -392,6 +392,7 @@ anv_fill_binding_table(struct brw_stage_prog_data *prog_data, unsigned bias)
|
|||
{
|
||||
prog_data->binding_table.size_bytes = 0;
|
||||
prog_data->binding_table.texture_start = bias;
|
||||
prog_data->binding_table.gather_texture_start = bias;
|
||||
prog_data->binding_table.ubo_start = bias;
|
||||
prog_data->binding_table.ssbo_start = bias;
|
||||
prog_data->binding_table.image_start = bias;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue