Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-05 Thread Roland Scheidegger
Am 04.01.2016 um 22:00 schrieb Samuel Pitoiset: > > > On 01/04/2016 09:25 PM, Ilia Mirkin wrote: >> On Mon, Jan 4, 2016 at 3:13 PM, Samuel Pitoiset >> wrote: >>> On 01/03/2016 05:37 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Ilia Mirkin
On Mon, Jan 4, 2016 at 3:25 PM, Ilia Mirkin wrote: > On Mon, Jan 4, 2016 at 3:13 PM, Samuel Pitoiset > wrote: >> On 01/03/2016 05:37 AM, Ilia Mirkin wrote: >>> Signed-off-by: Ilia Mirkin >>> diff --git

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Samuel Pitoiset
On 01/04/2016 09:25 PM, Ilia Mirkin wrote: On Mon, Jan 4, 2016 at 3:13 PM, Samuel Pitoiset wrote: On 01/03/2016 05:37 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Samuel Pitoiset
On 01/03/2016 05:37 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/tgsi/tgsi_build.c| 62 + src/gallium/auxiliary/tgsi/tgsi_dump.c | 10 +-- src/gallium/auxiliary/tgsi/tgsi_parse.c| 4

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Ilia Mirkin
On Mon, Jan 4, 2016 at 3:13 PM, Samuel Pitoiset wrote: > On 01/03/2016 05:37 AM, Ilia Mirkin wrote: >> Signed-off-by: Ilia Mirkin >> diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c >> b/src/gallium/auxiliary/tgsi/tgsi_strings.c >> index

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Rob Clark
On Sat, Jan 2, 2016 at 11:37 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > src/gallium/auxiliary/tgsi/tgsi_build.c| 62 + > src/gallium/auxiliary/tgsi/tgsi_dump.c | 10 +-- >

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Rob Clark
On Mon, Jan 4, 2016 at 11:03 AM, Ilia Mirkin wrote: > On Mon, Jan 4, 2016 at 10:30 AM, Rob Clark wrote: >> On Sat, Jan 2, 2016 at 11:37 PM, Ilia Mirkin wrote: >>> Signed-off-by: Ilia Mirkin >>> --- >>>

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Ilia Mirkin
On Mon, Jan 4, 2016 at 10:30 AM, Rob Clark wrote: > On Sat, Jan 2, 2016 at 11:37 PM, Ilia Mirkin wrote: >> Signed-off-by: Ilia Mirkin >> --- >> src/gallium/auxiliary/tgsi/tgsi_build.c| 62 + >>

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-04 Thread Ilia Mirkin
On Mon, Jan 4, 2016 at 11:14 AM, Rob Clark wrote: > On Mon, Jan 4, 2016 at 11:03 AM, Ilia Mirkin wrote: >> On Mon, Jan 4, 2016 at 10:30 AM, Rob Clark wrote: >>> On Sat, Jan 2, 2016 at 11:37 PM, Ilia Mirkin

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-02 Thread eocallaghan
There is quite a bit of rename churn happening here at the same time as the bring up of ureg support for image declarations. Would it be possible to split the rename churn out from the actual behavioral changes please? On 2016-01-03 15:37, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin

Re: [Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-02 Thread Ilia Mirkin
On Sun, Jan 3, 2016 at 2:33 AM, wrote: > There is quite a bit of rename churn happening here at the same time as the > bring up of ureg support for image declarations. > Would it be possible to split the rename churn out from the actual > behavioral changes please?

[Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls

2016-01-02 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/tgsi/tgsi_build.c| 62 + src/gallium/auxiliary/tgsi/tgsi_dump.c | 10 +-- src/gallium/auxiliary/tgsi/tgsi_parse.c| 4 +- src/gallium/auxiliary/tgsi/tgsi_parse.h