Re: [Mesa-dev] [PATCH 1/9] gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

2016-01-26 Thread Fredrik Höglund
On Wednesday 20 January 2016, Fredrik Höglund wrote: > On Tuesday 19 January 2016, Nicolai Hähnle wrote: > > On 19.01.2016 10:45, Fredrik Höglund wrote: > > > On Tuesday 19 January 2016, Nicolai Hähnle wrote: > > >> > > >> On 18.01.2016 18:50, Ilia Mirkin wrote: > > >>> On Mon, Jan 18, 2016 at

Re: [Mesa-dev] [PATCH 1/9] gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

2016-01-20 Thread Fredrik Höglund
On Tuesday 19 January 2016, Nicolai Hähnle wrote: > On 19.01.2016 10:45, Fredrik Höglund wrote: > > On Tuesday 19 January 2016, Nicolai Hähnle wrote: > >> > >> On 18.01.2016 18:50, Ilia Mirkin wrote: > >>> On Mon, Jan 18, 2016 at 5:22 PM, Nicolai Hähnle > >>> wrote: >

Re: [Mesa-dev] [PATCH 1/9] gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

2016-01-19 Thread Nicolai Hähnle
On 19.01.2016 10:45, Fredrik Höglund wrote: On Tuesday 19 January 2016, Nicolai Hähnle wrote: On 18.01.2016 18:50, Ilia Mirkin wrote: On Mon, Jan 18, 2016 at 5:22 PM, Nicolai Hähnle wrote: diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.c

Re: [Mesa-dev] [PATCH 1/9] gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

2016-01-19 Thread Fredrik Höglund
On Tuesday 19 January 2016, Nicolai Hähnle wrote: > > On 18.01.2016 18:50, Ilia Mirkin wrote: > > On Mon, Jan 18, 2016 at 5:22 PM, Nicolai Hähnle wrote: > >> diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.c > >> b/src/gallium/drivers/nouveau/nv30/nv30_screen.c >

Re: [Mesa-dev] [PATCH 1/9] gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

2016-01-18 Thread Ilia Mirkin
On Mon, Jan 18, 2016 at 6:52 PM, Nicolai Hähnle wrote: > > > On 18.01.2016 18:50, Ilia Mirkin wrote: >> >> On Mon, Jan 18, 2016 at 5:22 PM, Nicolai Hähnle >> wrote: >>> >>> diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.c >>>

Re: [Mesa-dev] [PATCH 1/9] gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

2016-01-18 Thread Nicolai Hähnle
On 18.01.2016 18:50, Ilia Mirkin wrote: On Mon, Jan 18, 2016 at 5:22 PM, Nicolai Hähnle wrote: diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.c b/src/gallium/drivers/nouveau/nv30/nv30_screen.c index 90f..1ae557d 100644 ---

Re: [Mesa-dev] [PATCH 1/9] gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

2016-01-18 Thread Ilia Mirkin
On Mon, Jan 18, 2016 at 5:22 PM, Nicolai Hähnle wrote: > diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.c > b/src/gallium/drivers/nouveau/nv30/nv30_screen.c > index 90f..1ae557d 100644 > --- a/src/gallium/drivers/nouveau/nv30/nv30_screen.c > +++

[Mesa-dev] [PATCH 1/9] gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY

2016-01-18 Thread Nicolai Hähnle
From: Nicolai Hähnle This cap indicates that the driver only supports R, RG, RGB and RGBA formats for PIPE_BUFFER sampler views. --- src/gallium/docs/source/screen.rst | 4 src/gallium/drivers/freedreno/freedreno_screen.c | 2 ++