Re: [Mesa-dev] [PATCH 1/7] gallium: make image views non-persistent objects

2016-01-30 Thread Dave Airlie
On 31 January 2016 at 11:55, Ilia Mirkin wrote: > Make them akin to shader buffers, with no refcounting/etc. Just used to > pass data about the bound image in ->set_shader_images. LGTM. Reviewed-by: Dave Airlie > > Signed-off-by: Ilia Mirkin > --- > src/gallium/auxiliary/util/u_inlines.h

[Mesa-dev] [PATCH 1/7] gallium: make image views non-persistent objects

2016-01-30 Thread Ilia Mirkin
Make them akin to shader buffers, with no refcounting/etc. Just used to pass data about the bound image in ->set_shader_images. Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/util/u_inlines.h| 11 --- src/gallium/drivers/ddebug/dd_context.c | 28 +-