Re: [Mesa-dev] [PATCH 2/4] i916/blorp: Align vertex buffers to 64B

2017-04-01 Thread Jason Ekstrand
Two people have independently pointed out the i916 typo. I've fixed it locally. On Fri, Mar 31, 2017 at 4:17 PM, Jason Ekstrand wrote: > Cc: "13.0 17.0" > --- > src/mesa/drivers/dri/i965/genX_blorp_exec.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/s

[Mesa-dev] [PATCH 2/4] i916/blorp: Align vertex buffers to 64B

2017-03-31 Thread Jason Ekstrand
Cc: "13.0 17.0" --- src/mesa/drivers/dri/i965/genX_blorp_exec.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/genX_blorp_exec.c b/src/mesa/drivers/dri/i965/genX_blorp_exec.c index f9334ee..b6122a3 100644 --- a/src/mesa/drivers/dri/i96