Re: [Mesa-dev] [PATCH 2/8] ureg: add buffer support to ureg

2016-01-04 Thread Ilia Mirkin
RES is split into two -- BUFFER and IMAGE. On Mon, Jan 4, 2016 at 3:22 PM, Samuel Pitoiset wrote: > I assume this is going to replace the old RES stuff? > > > On 01/03/2016 05:37 AM, Ilia Mirkin wrote: >> >> Signed-off-by: Ilia Mirkin >> --- >>

Re: [Mesa-dev] [PATCH 2/8] ureg: add buffer support to ureg

2016-01-04 Thread Samuel Pitoiset
I assume this is going to replace the old RES stuff? On 01/03/2016 05:37 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/tgsi/tgsi_dump.c | 5 +++ src/gallium/auxiliary/tgsi/tgsi_strings.c | 1 +

[Mesa-dev] [PATCH 2/8] ureg: add buffer support to ureg

2016-01-02 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/gallium/auxiliary/tgsi/tgsi_dump.c | 5 +++ src/gallium/auxiliary/tgsi/tgsi_strings.c | 1 + src/gallium/auxiliary/tgsi/tgsi_text.c | 5 +++ src/gallium/auxiliary/tgsi/tgsi_ureg.c | 52 ++