Re: [Mesa-dev] [PATCH 16/34] i965: Separate image allocation with modifiers

2017-02-05 Thread Ben Widawsky
On 17-01-31 13:01:11, Jason Ekstrand wrote: On Mon, Jan 23, 2017 at 10:21 PM, Ben Widawsky wrote: Since the code doesn't support modifiers yet, this patch should do nothing other than prepare for more patches. Signed-off-by: Ben Widawsky Acked-by: Daniel Stone --- src/mesa/drivers/dri/i965

Re: [Mesa-dev] [PATCH 16/34] i965: Separate image allocation with modifiers

2017-01-31 Thread Jason Ekstrand
On Mon, Jan 23, 2017 at 10:21 PM, Ben Widawsky wrote: > Since the code doesn't support modifiers yet, this patch should do > nothing other than prepare for more patches. > > Signed-off-by: Ben Widawsky > Acked-by: Daniel Stone > --- > src/mesa/drivers/dri/i965/intel_screen.c | 64 > +++

[Mesa-dev] [PATCH 16/34] i965: Separate image allocation with modifiers

2017-01-23 Thread Ben Widawsky
Since the code doesn't support modifiers yet, this patch should do nothing other than prepare for more patches. Signed-off-by: Ben Widawsky Acked-by: Daniel Stone --- src/mesa/drivers/dri/i965/intel_screen.c | 64 1 file changed, 49 insertions(+), 15 deletions(-