Re: [Mesa-dev] [PATCH] i965: Update STATE_BASE_ADDRESS length for gen11+.

2018-10-10 Thread Rafael Antognolli
Please ignore this patch, Jordan's version is the correct one. On Wed, Oct 10, 2018 at 01:30:52PM -0700, Rafael Antognolli wrote: > Starting in gen11, we have 3 more dwords used for Bindless Sampler State > pointer and size. > > Cc: Anuj Phogat > > --- > src/mesa/drivers/dri/i965/brw_misc_stat

[Mesa-dev] [PATCH] i965: Update STATE_BASE_ADDRESS length for gen11+.

2018-10-10 Thread Rafael Antognolli
Starting in gen11, we have 3 more dwords used for Bindless Sampler State pointer and size. Cc: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_misc_state.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_misc_state.c b/src/mesa/drivers/dr