Re: [Mesa-dev] [PATCH] tgsi: fix parsing of shared memory declarations

2016-03-07 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Mon, Mar 7, 2016 at 12:52 PM, Samuel Pitoiset wrote: > The SHARED TGSI keyword is only allowed with TGSI_FILE_MEMORY and not > with TGSI_FILE_BUFFER. I have found this by using the nouveau_compiler > from command line. > > Signed-off-by: Samuel Pitoiset > Cc: "11.2"

[Mesa-dev] [PATCH] tgsi: fix parsing of shared memory declarations

2016-03-07 Thread Samuel Pitoiset
The SHARED TGSI keyword is only allowed with TGSI_FILE_MEMORY and not with TGSI_FILE_BUFFER. I have found this by using the nouveau_compiler from command line. Signed-off-by: Samuel Pitoiset Cc: "11.2" --- src/gallium/auxiliary/tgsi/tgsi_text.c | 4 +++- 1 file changed, 3 insertions(+), 1 delet